@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	scrollbar-arrow-color: black;
	scrollbar-base-color:  #FF0000;
	scrollbar-dark-shadow-color:  #FF0000;
	scrollbar-track-color:  black;
	scrollbar-face-color:  #FF0000;
	scrollbar-shadow-color:  #FF0000;
	scrollbar-highlight-color: #FF0000;
	scrollbar-3d-light-color: a;
	background-color: #000000;
}
.oneColElsCtrHdr h1 {
	font-size: 8px;
	margin-top: -10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 902px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	height: auto;
	background-color: #000000;
	color: #FFFFFF;
}
.oneColElsCtrHdr #container #foto {
	background-image: url(imagenes/foto-mago-pablo.jpg);
	height: 212px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.oneColElsCtrHdr #container #contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	height: 290px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.oneColElsCtrHdr #container #contacto #textocontacto {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 380px;
	float: left;
	height: 280px;
	padding-left: 3px;
	background-color: #000000;
}
.oneColElsCtrHdr #footer #contenidofooter #fotolazo {
	background-image: url(imagenes/mago-pablo-galicia.jpg);
	height: 370px;
	width: 800px;
	float: left;
}
.oneColElsCtrHdr #container #contacto #textocontacto .style6 a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColElsCtrHdr #container #contacto #textocontacto #datos {
	text-align: right;
}
.oneColElsCtrHdr #container #contacto #formulario {
	text-align: right;
	width: 400px;
	float: left;
	height: 290px;
}
.oneColElsCtrHdr #footer #contenidofooter {
	height: 1200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.oneColElsCtrHdr #footer #contenidofooter #mapaprovincias {
}

ul#menu-horizontal li {
	float: left;
	display: inline-block;
	position: relative;
} 


ul#menu-horizontal ul {
	display: none;
	position: relative;
	top: 24;
	left:0;
	margin:0;
	padding:0;
	background-color: #D02321;
}  
  
ul#menu-horizontal ul li {
	display: inline !important;
	width: 600px;
	background-color: #666666;
	height: 20px;
}  
.oneColElsCtrHdr #container #header #menu-horizontal a {
	margin-right: 15px;
	margin-left: 15px;
}
  
ul#menu-horizontal li:hover ul{
	display: none;
	width: 804px;
	margin-top: 4px;
	background-color: #666666;
}  
.oneColElsCtrHdr #container #header {
	height: 35px;
}
  
ul#menu-horizontal li:hover ul{
	display: inline-block;
	width: 804px;
	margin-top: 4px;
} 

#menu-horizontal {
	width:820px;
	margin-top: 0px;
	margin-left: 10px;
    *margin-left: 49px; /* funciona tanto en IE6 como 7 */ 
	background-position: center;
}  


  
#menu-horizontal li {
	width:134px;
	min-height:19px;
	text-align:center;
	list-style:none;
	color: #FFFFFF;
	background-color: #D02321;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}  

  
/* y otro poquito por aquí.. */  
  
#menu-horizontal li:hover {
	background-color: #000000;
}  
  
#menu-horizontal li a {
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}  
  
#menu-horizontal li ul li{  
float:none;  
width:100px;  
margin:1px 0;  
}  
#mainContent  {
	background-color: #000000;
	background-repeat: repeat-y;
	height: 750px;
	overflow: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagenes/fondoestrellas.jpg);
}
.oneColElsCtrHdr #container #mainContent #tit {
	color: #FFFFFF;
	background-color: #000000;
	height: 239px;
	width: 380px;
}

.oneColElsCtrHdr #container #calendario {
	background-image: url(imagenes/calendario.jpg);
	float: none;
	height: 239px;
	width: 380px;
}


.oneColElsCtrHdr #container #mainContent #izquierda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.oneColElsCtrHdr #container #mainContent #izquierda h3 {
	background-color: #FF0000;
	font-size: 14px;	
}
.oneColElsCtrHdr #container #mainContent #fotobiografia {
	background-image: url(imagenes/biografia.jpg);
	height: 378px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.oneColElsCtrHdr #container #mainContent #derecha {
	width: 380px;
	margin-left: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColElsCtrHdr #footer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
} 
.oneColElsCtrHdr #footer h2 {
	background-color: #333333;
}

.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}.oneColElsCtrHdr #swf {
	background-image: url(imagenes/fondocabecera.jpg);
	background-repeat: repeat-x;
}
.oneColElsCtrHdr #container #video {
	height: 340px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagenes/fondovideo.jpg);
	background-color: #000000;
	margin-bottom: 5px;
	margin-top: 15px;
}

.oneColElsCtrHdr #container #video #flv {
	height: 290px;
	width: 510px;
	margin-left: 250px;
	margin-top: 20px;
	background-color: #000000;
	text-align: right;	
	padding-top: 25px;
	*padding-top: 10px;
}
.oneColElsCtrHdr #footer #contenidofooter #mapaprovincias {
	height: 410px;
	float: left;
	width: 800px;
}

.oneColElsCtrHdr #footer #contenidofooter li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColElsCtrHdr #footer #contenidofooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}
.oneColElsCtrHdr #footer #contenidofooter #contenidofooterizda {
	width: 400px;
	float: left;
}
.oneColElsCtrHdr #footer h1 {
	background-color: #D02321;
}
.oneColElsCtrHdr #footer #contenidofooter #contenidofooterdcha {
	width: 400px;
	float: left;
}

.oneColElsCtrHdr #container #calendario {
	width: 800px;
	height: 301px;
	background-image: none;
	background-color: #000000;
	float: none;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtrHdr #container #calendario #noticia {
	width: 741px;
	height: 251px;
	background-image: none;
	background-color: #FFFFFF;
	float: none;
	overflow: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	color: #000000;
	padding-top: 2px;
	padding-left: 20px;
}

.oneColElsCtrHdr #container #calendario #noticia #fecha{
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	margin-top: 15px;
}

.oneColElsCtrHdr #container #calendario #noticia #titulo{
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
	margin-top: 15px;
}

.oneColElsCtrHdr #container #calendario #noticia #texto{
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 15px;
}

.oneColElsCtrHdr #container #calendario #noticia a{
	font-size: 10px;
	font-style: normal;
	color: #000000;
	margin-top: 15px;
}
.oneColElsCtrHdr #container #calendario #noticia a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

.oneColElsCtrHdr #container #calendario #noticia hr {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	background-color: #FF0000;
	margin-right: 20px;
}

.oneColElsCtrHdr #footer #contenidofooter #mapaprovincias #buscadorizda {
	width: 379px;
	float: left;
	height: 350px;
	background-color: #111111;
	line-height: 20px;
}
.oneColElsCtrHdr #footer #piedepaginadatos .style15 a {
	color: #FF9900;
	text-decoration: none;
}
.oneColElsCtrHdr #footer  #piedepaginadatos {
	height: 115px;
	
	margin-right: auto;
	margin-left: auto;
	
	background-color: #666666;
}
.oneColElsCtrHdr #footer #contenidofooter #mapaprovincias h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #D02321;
	height: 25px;
	text-align: center;
	background-position: center;
}
.oneColElsCtrHdr #footer #contenidofooter #mapaprovincias #buscadormapa {
	float: left;
	width: 421px;
	height: 351px;
}
.oneColElsCtrHdr #footer #contenidofooter #mapaprovincias #buscadorizda p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtrHdr #container #video #flv2 {
	height: 290px;
	width: 510px;
	margin-left: 250px;
	margin-top: 20px;
	background-color: #000000;
	text-align: right;
	color: #FFFFFF;
	padding-top: 50px;
}
.oneColElsCtrHdr #footer #contenidofooter #mapaprovincias #buscadorizda h2 {
	font-size: 15px;
}