html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 12px;
	background: #FFFFFF url(../images/fondo.jpg) repeat-x 0 0;
  	width: 100%;
  	min-width: 970px;
  	color: black;
}
/*Txts*/
.menu{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 12px;
  	color:#000000;	
}
.menu:hover{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 12px;
  	color:#0066CC;	
}
.menuSelected{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 12px;
  	color:#0066CC;	
}
.titular{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 18px;
	font-weight:bold;
  	color:#000000; text-align:left;
	border-bottom:#999999 1px dotted;
}
.subtitular{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 16px;
	font-weight:bold;
  	color:#666666; text-align:right;
	border-bottom:#999999 1px dotted;
}
.fecha{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 11px;
  	color: #0066CC;
	line-height:13px;
	font-weight:bold;
}
.texto{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 11px;
  	color: #666666;
	line-height:13px;
}
.texto A{}
.texto A:hover{
  	color: #999999;
}
.textoAlternativo{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 11px;
  	color: #999999;
	line-height:13px; 	
}
.textoDestacado{
  	font: 100%/1 Trebuchet MS, sans-serif;;
	font-size: 11px;
  	color: #000000;
	line-height:13px;
}
/* fin textos*/
a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

/*****Galerias****/
#bloqueLandscape {
	padding-top:20px;width:540px;
}
#bloqueLandscape DIV{
	position:relative; float:left;  margin:6px;
	width:150px; height:90px; overflow:hidden; border:#CCCCCC 1px dotted;
	background-color:#000000;
}
/**/
/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 100%;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
