* {
	margin: 0;
}
html {overflow: scroll;}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: #0c8ac7;
}
#contenedor {
	margin: auto;
	width: 760px;
	text-align: left;
	background-image: url(images/img_fondo.gif);
	background-repeat: repeat-y;
}
img {border: 0;}
/* cabecera */
#cabecera {
	height: 60px;
	padding-left: 40px;
	padding-top: 30px;
	background-image: url(images/img_cabecera.gif);
	background-repeat: no-repeat;
}
#cabecera img {float: left; margin-right: 40px;}
#cabecera li {
	width: 90px;
	padding-right: 8px;
	height: 50px;
	float: left;
	list-style: none;
	text-align: center;
	background-image: url(images/img_boton.gif);
	background-repeat: no-repeat;
}
#cabecera li p {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #004d9c;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
#cabecera li a {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
#cabecera li a:hover {
	text-decoration: underline;
}
/* baner */
#baner {
	padding: 0 20px 10px 20px;
	background-image: url(images/img_cuerpo.gif);
	background-repeat: no-repeat;
}
/* cuerpo */
#cuerpo {
	min-height: 400px;
	padding: 0 20px 0 20px;
	background-image: url(images/img_cuerpo.gif);
	background-repeat: no-repeat;
}
#destacado {
	width: 130px;
	margin-top: 30px;
	padding-left: 40px;
	float: left;
}
#contenido {
	margin-left: 220px;
	margin-right: 20px;
}
h1, h2, h3 {
	margin-bottom: 10px;
	color: #0c8ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:normal;
}
h2 {
	font-size: 18px;
	margin: 0;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
hr {
	border: 1px solid white;
	border-top: 1px solid #ced5e1;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contenido ul {
	padding-left: 0px;
}
#contenido li {
	padding-left: 20px;
	margin-bottom: 15px;
	list-style: none;
	background-image:url(images/img_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
}
td {
	vertical-align: top;
}
#contenido a {
	color: #004c95;
}
#contenido a:hover {
	color: #0c8ac7;
}
#referencias {
	 width: 470px;
	 margin-top: 15px;
	 border-bottom: 2px solid #0c8ac7;
}
#referencias th {
	padding: 10px;
	color: white;
	font-size: 14px;
	font-weight: normal;
	background-image: url(images/img_cabecera_tabla.gif);
	background-repeat: no-repeat;
	background-color: #0c8ac7;
	border-top: 1px solid white;
}
#referencias .resaltado {padding: 5px; color: white; background-color: #023b82;}
#referencias th {
	padding: 10px;
	color: white;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/img_cabecera_tabla.gif);
	background-repeat: no-repeat;
}
#referencias td {
	padding: 10px;
	font-size: 11px;
	border-bottom: 1px solid #0c8ac7;
	border-left: 3px solid #0c8ac7;
	border-right: 3px solid #0c8ac7;
}
#referencias .enlace {
	padding: 0;
}
#referencias .enlace a {display: block; padding: 10px; font-size: 14px;text-decoration:none; color: #0c8ac7;}

#referencias .enlace a:hover {background-color: #daeefa;}
/*formulario*/
input, textarea {
	display: block;
	clear: right;
	padding: 5px;
	border: 1px solid #004c95;
}
label {
	display: block;
	clear: right;
	margin-top: 10px;
}
input[type=submit], input[type=reset] {
	display: inline;
	border: 0;
	margin-top: 10px;
	color: white;
	background-color: #004c95;
}
input[type=submit]:hover, input[type=reset]:hover {
	background-color: #0c8ac7;
}
/* pie */
#pie {
	clear: both;
	height: 50px;
	padding-top: 60px;
	text-align: center;
	background-image: url(images/img_pie.gif);
	background-repeat: no-repeat;
}
#pie strong {
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
	color: #0c8ac7;
}
