*{
	margin: 0px;
	padding: 0px;
	border:0px;
	font-size: 100%;
}

html, body{
	height: 100%;
	overflow: auto;
	text-align: center;
	background-color:#757D80;
	position:relative;
}

a {
	text-decoration:none;
	color: #14345B;
}

a:hover{
	color: #217AD5;
}

img{
	border:none;
}

#exterior {
	width: 778px;
	margin: 2px auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: url("../imagenes/exterior_Fondo.jpg") repeat-y 0px 0px;
}

#cabeceraPrincipal {
	background: url("../imagenes/cabecera_Fondo.jpg") no-repeat 0px 0px;
	position:relative;
	height: 87px;
}

#cabeceraLogo{
	padding: 8px 0px 0px 25px;
}

#cabeceraMenu{ 
	position:absolute; 
	bottom: 5px;
	right: 18px;
	height: 45px;
}


* html #cabeceraMenu{ 
	bottom:5px;
	right: 15px;
}


#cabeceraMenu ul li{ 
	display: inline;
	border-left:solid 1px #CDCBCB;
	padding: 25px 15px 0px 15px;
}

#cabeceraMenu ul li a{ 
	color: #888B8C;
	text-decoration:none;
	font-size: 90%;
	line-height: 65px;
}

* html #cabeceraMenu ul li a{
	line-height: 14px;
	height: 15px;
}

#cabeceraMenu ul li a:hover{ 
	color: #DE6635;
}

#cabeceraMenu ul #ca_inicio{ 
	background: url("../imagenes/cabecera_Inicio.jpg") no-repeat center 0px;
	padding: 25px 0px 0px 0px;
}

#cabeceraMenu ul #ca_mapaWeb{ 
	background: url("../imagenes/cabecera_Mapa.jpg") no-repeat center 0px;
	padding: 25px 0px 0px 0px;
}

#cabeceraMenu ul #ca_contacto{
	background: url("../imagenes/cabecera_Contacto.jpg") no-repeat center 0px;
	padding: 25px 0px 0px 0px;
}

#cabeceraMenu ul #ca_desconectar{
	background: url("../imagenes/cabecera_Desconectar.jpg") no-repeat center 0px;
	padding: 25px 0px 0px 0px;
}

#cabeceraFotos{
	height:149px;
}

#cabeceraSlogan{
	padding: 0px 0px 0px 5px;
	float:left;
	width:598px;
}

#cabeceraFormulario{
	width:170px;
	height:146px;
	background:url(../imagenes/cabecera_formulario.jpg) no-repeat left top;
	float:left;
}

#cabeceraFormulario form{
	padding: 10px 0px 10px 11px;
}

* html #cabeceraFormulario form{
	padding: 10px 0px 10px 5px;
}

#cabeceraFormulario legend{
	color:#DE6635;
	font-weight:bold;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../imagenes/titulo_punteado.gif) repeat-x left bottom;
	margin: 0px 0px 8px 0px;
}

#cabeceraFormulario label{
	color:#284d71;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 8px;
}

* html #cabeceraFormulario label{
	margin:0px 0px 0px 14px;
}

#cabeceraFormulario input{
	color:#6A6A6A;
	margin:0px 0px 7px 8px;
	padding:0px 0px 0px 4px;
	background-color:#E9DED9;
	border:solid 1px #B9B7B5;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:13px;
}

* html #cabeceraFormulario input{
	margin:0px 0px 7px 14px;
	height:14px;
}

#botones{	
	clear:both;
	border:solid 1px #CECCCC;
	margin:0px 5px 0px 5px;
	height:28px;
	background: #D8D9D8;
}

* html #botones {
	float: left;
	width:760px;
}

#botones ul{
	list-style-type: none;
	border-top:solid 2px #C3C2C2;
	height:25px;
	overflow: hidden;
}

#botones ul li {
	display:block;
	float: left;
	line-height:25px;
	border-left:solid 1px #EDECEC;
	border-right:solid 1px #BBBABA;
	width:126px;
}

* html #botones ul li {
	width:97px;
}

#botones ul li a{
	/*display:inherit;*/
	display:block;
	color: #575656;
	width:126px;
	padding:0px 0px 0px 28px;
	background: url(../imagenes/boton_imagen.gif) no-repeat left center #D8D9D8;
	border-bottom:solid 1px #F0F0F0;
}

* html #botones ul li a{
	width:97px;
}

#botones ul li a:hover{ 
	color: #DE6635;
	background-color:#EBEBEE;
}

#botones ul li .activo{
	background: url(../imagenes/boton_imagen_act.gif) no-repeat left center #C9C7C7;
}

#botones .primero{
	border-left:none;
}

#botones .ultimo{
	border-right:none;
}

#contenido{
	clear:both;
	margin:8px 5px 0px 5px;
	min-height: 350px;
}

* html #contenido{
	height: 350px;
}


/*estilos principal, donde esta el texto desarrollado*/

#contenido #principal{
	float:left;
	width:568px;
	padding:6px 15px 5px 15px;
}

* html #contenido #principal{
	width:553px;
	padding:21px 10px 5px 15px;
}

#contenido #principal h2{
	color:#DE6635;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	margin: 15px 0px 2px 0px;
	clear:both;
	border-left: solid 4px #2E3271;
	background:url(../imagenes/titulo_punteado.gif) repeat-x left bottom;
	width:550px;
	float: left;
}

#contenido #principal h3{
	color:#3F5C8C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding:0px 10px 0px 10px;
	border-right: solid 3px #B9B8B8;
	line-height:20px;
	text-align:right;
	background-color:#EAEBEB;
	float:right;
}

#contenido #margenDch{
	padding:0px 5px 0px 2px;
	clear: both;
	min-height: 300px;
}

#contenido #margenDch dd img{
	margin: 5px 20px 10px 10px !important;
	float: left;
}

#contenido #principal p{
	color:#4B4B4C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0px 0px 15px 0px;
	text-align:justify;
}

#contenido #principal dl{
	margin:0px 0px 5px 10px;
	text-align:justify;
	float: left;
	width:98%;
}

#contenido #principal dt{	
	display:block;
	color:#2D306B;
	margin:0px 0px 2px 0px;
	background: url("../imagenes/principal_Flecha_listas.gif") no-repeat 0px 4px;
	list-style:none;
	padding: 0px 0px 0px 12px;
	float: left;
	clear:both;
}

#contenido #principal dd{
	color:#4B4B4C;
	margin:0px 0px 30px 0px;
	padding: 0px 0px 10px 12px;
	clear: both;
	float: left;
	border-bottom: 1px #FFDECE dotted;
	width: 97%;
/*background-color: #66CCCC;*/
}

#contenido #principal dd a{
	float:right;
	color:#DE6635;
}

#contenido #principal ul{
	margin:0px 0px 25px 50px;
	clear: left;
	display:block;
}

#contenido #principal ul li{	
	display:block;
	color:#2D306B !important;
	background: url("../imagenes/principal_Flecha_listas.gif") no-repeat 0px 4px;
	padding: 0px 0px 0px 12px;
	margin:0px 0px 2px 0px;
	list-style:none;
}

/*estilos submenu*/

#subMenu{
	margin: 0px 5px 0px 5px;
}

#subMenu ul {
	background-color:#F5EEE8;
	line-height:18px;
	border-bottom: solid 1px #E5E6E7;
}

#subMenu ul li {
	display:inline;
	padding:0px 14px 0px 10px;
	background: url("../imagenes/separador.gif") no-repeat 0px 6px;
}

#subMenu ul .primero {
	padding:0px 6px 0px 0px;
	background: none;
}


#subMenu ul li a {
	text-decoration: none;
	color: #6F757A;
	white-space: nowrap;
}

#subMenu ul li a.activo {
	color: #DE6635;
}

#subMenu ul li a:hover {
	color: #395D89;
}


/*estilos de opcionDch*/

#contenido #opcionDch{
	float:right;
	width:167px;
	border:solid 1px #D8D7D7;
	margin:0px 0px 1px 0px;
	background: url(../imagenes/opcionDch_fondo.jpg) repeat-x left top #F1F1F1;
}

#contenido #opcionDch h2{
	color:#DE6635;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding:10px 5px 10px 45px;
	background: url(../imagenes/noticias_h2.jpg) no-repeat left top;
	height: 32px;
	float:left;
	width:117px;
}

#contenido #opcionDch dl{	
	font-size:90%;
}

#contenido #opcionDch dt{
	background:url(../imagenes/noticias_flecha.gif) no-repeat 0px 5px;
	color:#284D71;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	float:left;
	clear: both;
	width: 130px;
}

#contenido #opcionDch dd{
	color:#767778;
	margin: 1px 13px 15px 20px;
	float:left;
	clear: both;
	width: 130px;
}

#contenido #opcionDch dd a{
	color:#DE6635;
	float:right;
	margin: 1px 0px 0px 0px;
}

#contenido #opcionDch dd a:hover{
	color:#284D71;
}

#online {
	background:url(../imagenes/online.jpg) no-repeat 0px center;
	border:1px solid #D8D7D7;
	float:right;
	margin: 15px 0 15px 0;
	width:167px;
	height: 125px;
}

#online p{
	padding: 3px 0 0 8px;
}

/*estilos para el pie*/
#pie{
	clear:both;
	background:url(../imagenes/pie_fondo.jpg) no-repeat left bottom;
	height:70px;
}

#pieMenu ul{ 
	padding:20px 0px 6px 0px;
}

#pieMenu ul li{ 
	display: inline;
	padding:10px 0px 0px 0px;
}

#pieMenu ul li a{ 
	color: #757D80;
	text-decoration:none;
	font-size: 90%;
	background:url(../imagenes/pie_separador.gif) no-repeat left 3px;
	padding:0px 8px 0px 11px;
}

#pieMenu ul li a:hover{ 
	color: #DE6635;
}

#copyright{
	color:#DE6635;
	font-size: 90%;
}

.boton{
	color:#4E7AA3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:80%;
	background:url(../imagenes/boton_fondo.jpg) repeat-x left center;
	padding:3px 14px 2px 14px;
	border: solid 1px #C4C3C3;
	cursor: pointer;
	clear:both;
}

* html .boton {
	margin: 0px !important;
	padding: 2px 14px 2px 14px !important;
	text-align: center;
}

.botonInput{
	height: 18px !important;
	color:#4E7AA3 !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:80% !important;
	background:url(../imagenes/boton_fondo.jpg) repeat-x left center;
	padding:1px 14px 2px 14px !important;
	border: solid 1px #C4C3C3;
	cursor: pointer;
}

.boton:hover{
	color:#E3835C;
}

.centrado{
	text-align:center;
}

.separacionAbj15{
	margin-bottom: 15px !important;
}

.separacionAbj25{
	padding-bottom: 25px !important;
}

.separacionSup11{
	margin-top: 11px;
}

.separacionSup8{
	margin:8px 0px 0px 0px;
}

.separacionSup6{
	padding:6px 0px 0px 0px;
}

.asterisco{
	color:#DE6635;
	font-size:120%;
	font-weight:bold;
	padding: 0px 7px 0px 0px;
}

.punteado{
	background:url(../imagenes/titulo_punteado.gif) repeat-x left top;
	float:left;
	width:100%;	
}

.negrita{
	font-weight:bold;
}

.negrita2{
	font-weight: bold;
	color: #787878;
	background: inherit;
}

.italica {
	font-style: italic;
}

.corporativo {
	color: #DE6133;
}

.clear{
	clear:both;
}

.float_izq{
	float: left;
}

.float_dcha{
	float: right;
}

.enlace {
	color:#DE6133;
	background: url(../imagenes/principal_Flecha_listas.gif) no-repeat left center;
	padding: 0px 0px 0px 10px;
}

.oculto {
	position:absolute !important;
	display:block !important;
	width:0 !important;
	overflow:hidden !important;
	top: -9999px;
	left: -9999px;
}

.separacionSubmenu1{
	padding-left:17px;
}

.separacionSubmenu2{
	padding-left:15px;	
	border-left: solid 129px #EFE0D2;
}

.separacionSubmenu3{
	padding-left:15px;	
	border-left: solid 256px #EFE0D2;
}

.nombreEmpresa{
	font-weight: bold;
	white-space: nowrap;
}

#opcionDch address {
	padding:0px 10px 25px 0px;
	font-style:normal;
	color:#3F5C8C;
}

.serv {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.sinBorde{
	border:none !important;
	background: none !important;
}

.al_derecha {
	text-align: right !important;
}

#paginado {
	clear: both;
	background-color: #E8E8E8;
	color:#3F5C8C;
	margin:0px 10px 5px 20px;
	text-align: center;
}

#paginado a {
	color:#DE6635;
}


#frm_buscar {
	margin: 5px 10px;
	width: 139px;
}

#frm_buscar #bt_buscar{
	background: none;
	cursor: pointer;
	color:#4E7AA3;
}

#frm_buscar #bt_buscar:hover{
	background: #CCCCCC;
}

#frm_buscar #tx_buscar{
	width: 90px;
	border: 1px #CCCCCC solid;
}

* html #frm_buscar #tx_buscar{
	width: 74px;
}
