@charset "UTF-8";
/* CSS Document */

body  {
	background: #333333;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	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: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
	
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#citas {
	text-align:center;
	}

#separador_arriba {
	background-image:url(images/cont_top.png);
	width: 900px;
	height: 20px;
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	}
#separador_abajo {
	background-image: url(images/cont_bot.png);
	width: 900px;
	height: 20px;
	background-position: bottom;
	background-repeat:no-repeat;
	clear:both;
	}
	
#contents {
	background-color: #FFFFFF;
	margin: 0;
	background-image: url(images/main_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	}

#colizq {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #000000;
	background-image:url(images/izq_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color:#000000;
}

#col_izq_content {
	padding: 0px 10px;
	margin: 0 auto;
	}
	
#col_izq_content h3 {
	font-size: 150%;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: #333333 1px dotted;
	margin: 0;
	}

#cop_izq {
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #000000;
	color:#CCCCCC;
}

#main {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	clear: both;
	font-size: 10pt;
	color:#FF6600;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}

#creditos {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	color:#FF6600;
	clear: both;
	}
	
#creditos a:link {
	color: #FFCC00;
	text-decoration: none;
}
#creditos a:visited {
	text-decoration: none;
	color: #FFCC00;
}
#creditos a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
#creditos a:active {
	text-decoration: none;
	color: #FFCC00;
}

/* El estilo del menu de navegacion 01 */

#navega01 {
	text-align:center;
	padding: 0;
	margin-bottom: 10px;
	width: 900px;
	height:auto;
	}
	
/* Se usa para mover algunas cosas al siguiente renglon, mediante el despeje de los costados */
	
.clear {
	clear:both;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

/* Estilos especificos */

#header {
	text-align:center;
	padding: 0;
	}
	
/* El otro menu que encontre!! */

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	border:1px solid #666666;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	padding:8px 38px 0 38px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

h3 {
	font-size: 150%;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom: #FFFFFF 1px dotted;
	}
	
.tipoh4 {
	font-size: 120%;
	font-weight:bold;
	color: #0072bc;
	padding-bottom: 5px;
	border-bottom: #0072bc 1px dotted;
	}
	
/* Clases específicas */

.img-der {
	float: right;
	margin-left: 15px;
	}	
	
.img-izq {
	float: left;
	margin-right: 15px;
	}	
	
.super {
	font-size: 75%;
	font-weight:bold;
	color: #0072bc;
	}
	
.subtitcolizq {
	font-size: 120%;
	font-weight:bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom: #FFFFFF 1px dotted;
	}
.fields01 {
	margin: 2px;
	}
	
.fotohead {
	padding-bottom: 5px;
	border-bottom: #0072bc 1px dotted;
	}
	
#contacto {
	width: 440px;
	}
	
.email a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.email a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.email a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.email a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.separa01 {
	padding: 0px 15px 0px 15px;
	}
	
#footer a:link {
	color: #FF9900;
	font-weight:bold;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FF9900;
	font-weight:bold;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFCC00;
	font-weight:bold;
}
#footer a:active {
	text-decoration: none;
	color: #FF9900;
	font-weight:bold;
}

#main h3 {
	margin: 0;
	}
	
#colizq h3 {
	margin: 0;
	}
	
.required {
	color:#FFFF00;
	font-weight:bold;
	}