body {
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #EBE6D2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #676767;
	scrollbar-face-color:#C28E4B;
	scrollbar-base-color:#ECDCC7;
	scrollbar-arrow-color:#ECDCC7;
	scrollbar-track-color:#AA6135;
	scrollbar-shadow-color:'#ECDCC7';
	scrollbar-highlight-color:'#ECDCC7';
	scrollbar-3dlight-color:'#AA6135';
	scrollbar-darkshadow-Color:'#AA6135';
	background-image: url(imagenes/bg.gif);
	background-attachment: fixed;
}
.Titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
	display: block;
	border-bottom-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.Titulos_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
.Subtitulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC6600;
}
.Subtitulos_Claros {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFCC;
}
.Texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #663300;
	font-style: normal;
	font-weight: bold;
	text-indent: 15px;
	text-align: justify;
}
.textoClaro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.TextoCreditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
}
.campos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	border: 1px solid #8F542C;
	background-color: #FBFBF9;
	height: 20px;
}
.botones {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5F371F;
	background-color: #EBE2A5;
	border: thin outset #EBE2A5;
	height: 21px;
}

/****************** ESTILOS PARA EL MENU DE LA IZQUIERDA ******************/
#menu_izq{
	background-color: #8F542C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: bold;
}

#menu_izq a:link{
	background-color: #8F542C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #503E18;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 1px 0px 1px 22px;
}
#menu_izq a:hover {
	background-color: #B46141;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #503E18;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 1px 0px 1px 22px;
}
#menu_izq a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	display: block;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #503E18;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 1px 0px 1px 22px;
	color: #FFFFFF;
}
#menu_izq a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #B46141;
	display: block;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #503E18;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 1px 0px 1px 22px;
}
/************************************/

/***************** ESTILOS PARA EL SUBMENU DE LA IZQUIERDA *******************/
#menu2_izq{
	color: #593E23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #D9DCA7;
}

#menu2_izq a:link{
	color: #593E23;
	display: block;
	font-weight: bold;
	background-color: #D9DCA7;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #727740;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 22px;
	text-decoration: none;
}
#menu2_izq a:hover {
	color: #593E23;
	display: block;
	font-weight: bold;
	background-color: #F5F2D3;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #727740;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 22px;
}
#menu2_izq a:visited {
	color: #593E23;
	display: block;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #727740;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 22px;
	text-decoration: none;
}
#menu2_izq a:active {
	color: #593E23;
	display: block;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #727740;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 22px;
}
/************************************/

/****************** ESTILOS PARA EL MENU DE LA IZQUIERDA ******************/
#menu_contenido{
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: bold;
}

#menu_contenido a:link{
	color: #663300;
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #D0D0C6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	border-top-color: #FEFDE6;
}
#menu_contenido a:hover {
	color: #663300;
	display: block;
	background-color: #FEFDE6;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #D0D0C6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 10px;
	font-size: 12px;
}
#menu_contenido a:visited {
	color: #663300;
	display: block;
	border-top-color: #FEFDE6;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #D0D0C6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-style: normal;
}
#menu_contenido a:active {
	color: #663300;
	display: block;
	border-top-color: #FEFDE6;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #D0D0C6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0px 3px 10px;
}
/************************************/
.Seleccionador {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5F371F;
	background-color: #EBE2A5;
	border: thin outset #EBE2A5;
	height: 21px;
	float: none;
	width: 180px;
	text-align: left;
	white-space: normal;
	clear: none;
	list-style-type: disc;
	overflow: visible;
	visibility: visible;
	z-index: auto;
}
.camposCopia {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	border: 1px solid #8F542C;
	background-color: #FBFBF9;
}
