@charset "utf-8";

* { padding:0; margin:0; outline: 0;}
a {
	color: #013241;
	text-decoration: underline;
}

html, body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: 0;
	background-image: url(../Imagenes/sitio_fondo.jpg);
	background-repeat:  repeat-x;
	background-color: #E6E6E6;
}
.tira {
	height: 29px;
	width: 850px;
	background-color: #333366;
	background-image: url(../Imagenes/tira_fondo.jpg);
}
.cabecera_banner {
	float: right;
	width: 650px;
	height: 63px;
	padding-top: 5px;
	text-align: center;
}
.titulo {
	padding: 10px;
	float: left;
	width: 620px;
	font-size: 16px;
	font-weight: bold;
	color: #005069;
}

.tira h1 {
	color: #EAFAFF;
	font-size: 14px;
	padding-top: 5px;
}


#contenedor {
	min-height:100%;
	height: auto!important;
	height:100%;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../Imagenes/contenido_fondo.jpg);
	background-repeat:  repeat-y;
}
#cabecera {
	height: 67px;
	background-color: #005069;
	color: #fff;
	width: 850px;
	background-image: url(../Imagenes/cabecera_izquierda.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0px;
}
#contenido {
	background-image: url(../Imagenes/contenido_fondo.jpg);
	background-repeat:   repeat-y;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 850px;
	float: left;
}
#pie {
	text-align: center;
	background-color: #013241;
	color: #fff;
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.corte {
	clear: both;
	padding-top: 0px;
}
.contenido_izquierda {
	float: left;
	width: 192px;
	padding: 4px;
}
.contenido_derecha {
	float: left;
	width: 640px;
	padding: 4px;
}
.menu_principal {
	background-image: url(../Imagenes/menu_principal.jpg);
	float: left;
	height: 20px;
	width: 193px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.menu_principal:hover {
	background-position: 0px -25px;
	text-decoration: underline;
}
.menu_secundario {
	background-image: url(../Imagenes/menu_secundario.jpg);
	float: left;
	height: 19px;
	width: 193px;
	font-size: 11px;
	color: #005069;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}
.menu_secundario:hover {
	color: #333333;
	text-decoration: underline;
	background-position: 0px -23px;
}
.menu_separador {
	float: left;
	width: 193px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFA000;
	border-bottom-color: #FFEEAB;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.footer_contenedor {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.footer_contenido {
	float: left;
	height: 70px;
	width: 840px;
	padding: 5px;
}
.footer_logo {
	float: left;
}
.links_amigos {
	font-size: 12px;
	text-decoration: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
}
.links_amigos:hover {
	text-decoration: underline;
}

