@import "../../../upload/css/estilos_personalizados.css";

/***********************************
	Sitios Dinmicos
	Hoja de estilos principal
***********************************/
/* GLOBAL */

a, a:link:visited:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #5c75e1;
}
body {
	margin: 18px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:none;
}
/* CONTENEDOR PRINCIPAL */
#contenedor {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #bfd3e6;
	text-align:left;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
}
/* FIN CONTENEDOR PRINCIPAL*/

/* ENCABEZADO */
#header {
	width: 780px;
	
}
	#logo {
		float: left;
		width: 187px;
		height: 91px;
	}
	
	#barra_sup {
	float: left;
	width: 780px;
	height: 125px;
	text-align:right;
	font-size: 11px;
	color: #FFF;
	clear:right;
	}

	#enlaces_sup {
	float: left;
	width: 360px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	margin-top:5px;
	clear:left;
	font-family: Lucida Sans Unicode;
	color:#003366;
	font-weight:bold;
	}
	
	a.enlacesup {
	color:#003366;
	text-decoration:none;
	}
	
	a.enlacesup:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

#acceso {
	width: 270px;
	height: 19px;
	float: left;
}

	#barra_inf {
	float: left;
	width: 780px;
	height: 24px;
	background-image: url(../img/barra_inf.jpg);
	background-repeat: no-repeat;
	}


#fecha {
	width: 220px;
	height: 19px;
	float: right;
	text-align:center;
	font-family: Lucida Sans Unicode;
	font-size:11px;
	color:#003366;
	font-weight:bold;
	margin-top:3px;
}


/* FIN ENCABEZADO */

/* CUERPO */
#cuerpo {

}
	/* MENU IZQUIERDO */
	#menu {
	float: left;
	width: 185px;
	text-align: left;
	padding-left: 10px;
	}
	
		#divmenu {
	margin: 15px 0px 0px;
	width: 160px;
	}
	
		#menu_top {
	height:25px;
	width: 157px;
	padding: 5px 0 0;
	background: url(../img/top_menu.jpg);
	text-align: center;
	color: #003366;
	font-weight:bold;
	}
	
		#contenedor_menu {
	float: left;
	padding-left: 10px;
	padding-right:10px;
	width:135px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bfd3e6;
	border-left-color: #bfd3e6;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	}
	
	
				#contenedor_banner {
	float: left;
	width:157px;
	background-image: url(../img/bg_menu.jpg);
	background-repeat:  repeat-y;
	}

	
	

		#footer_menu {
	height:17px;
	width: 157px;
	padding: 3px 0 0;
	background: url(../img/footer_menu.jpg) no-repeat;
	text-align: center;
	color: #003366;
	font-weight:bold;
	}

		
		/* menu pginas */
		ul.menu_seccion {
	list-style-type:none;
	padding: 5px 0 0 7px;
	margin: 0px;
	color: #999999;
		}
		
			li.menu_seccion {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
			}
			
			li.menu_seccion a:hover {
				color: #5c75e1;
			}
			
			a.menu_seccion {

				padding: 3px 0 0 20px;
				
				background: url('../img/e.jpg') no-repeat;
				
				color: #999999;
			}
			
			a.menu_seccion_open {

				padding: 3px 0 0 20px;
				
				background: url('../img/e.jpg') no-repeat;
				
				color: #999999;
			}
			
		/* submenu pginas */
		ul.menu_pagina {
	list-style-type:none;
	margin: 0 0 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode";
	font-weight: normal;
		}
		
			li.menu_pagina {
				background-image: none;
				font-family: "Lucida Sans Unicode";
				margin-top: 2px;
			}
			
			li.menu_pagina a:hover {
				color: #FDB813;
			}
	
			li.menu_pagina a, li.menu_pagina a:link:visited:active {
				color: #999999;
			}
	
	/* FIN MENU IZQUIERDO */
	
	/* CONTENEDOR CONTENIDO */
	#contenedor_contenido {
		float: right;
		width: 575px;
		background-color:#FFFFFF;
		
		text-align: left;
	}
		#ubicacion {

			padding: 0 0 0 20px;
			background: url(../../../upload/img/bg_titulo.jpg) no-repeat 20px bottom;
			
			text-align: left;
			font-weight:bold;
		}
		#contenido {
	padding: 5px 20px 20px;
	font-family:"Lucida Sans Unicode";
	font-size:9pt;
	color:#666666;
	text-align: justify;
		}
		
		#contenido a {
	color:#5C75E1;
	font-weight:bold;
	text-decoration:underline;
}

	#contenido a:hover{
	color:#000000;
}
		
	/* FIN CONTENEDOR CONTENIDO */

/* FIN CUERPO*/

/* EXTRAS */
form.sd_form input {
	border: 1px solid #ccc;
}

form.sd_form textarea {
	border: 1px solid #ccc;
}
form.sd_form td.sd_form_campo {
	padding: 5px 0;
}

form.sd_form input.sd_form_button {
	border: 1px solid #999;
}

/* FIN EXTRAS*/

#ubicaciontitulo {
	font-family:"Lucida Console", "Lucida Sans", "Lucida Sans Unicode";
	font-size:24px;
	color:#4b5fc9;
	padding-top: 65px;
	width: 470px;
			}
			
#footer {
width: 780px;
height: 19px;
background: url(../img/footer.jpg) no-repeat top;
}

a.aviso {
font-size:0.9em;
color:#000000; 
text-decoration:none;
}

a.aviso:hover {
color:#003399;
}