* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/img_fondo.gif) repeat-y top center white;
}
#contenedor {
	width: 900px;
	height: 100%;
	background-color: white;
	margin: 0 auto;
}
/*cabecera*/
#cabecera {
	width: 840px;
	padding-left: 30px;
	color: white;
	position: relative;
	top: 30px;
}
#cabecera ul {
	clear: both;
	float: right;
	background: url(images/img_menu.gif) no-repeat top right;
	width: 530px;
	height: 38px;
	padding-left: 30px;
	padding-top: 12px;
}
#cabecera li {
	display: inline;
	float: left;
	padding-right: 6px;
	border-right: 1px solid white;
	margin-right: 6px;
}
#cabecera a {
	color: white;
	text-decoration: none;
}
#cabecera a:hover {
	text-decoration: underline;
}
/*menu*/
#menu {
	width: 280px;
	margin-left: 30px;
	margin-right: 40px;
	float: left;
	position: relative;
	bottom: 30px;
}
#menu h2 {
	color: white;
	width: 280px;
	height: 32px;
	padding-top: 18px;
	padding-left: 30px;
	font-weight: normal;
	background: url(images/img_destacado.gif) no-repeat top left;
}
#menu div {
	padding: 10px 30px 10px 30px;
	background: url(images/img_destacado_fondo.gif) repeat-y top left;
}
#menu ul {
	list-style: none;
}
#menu li {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 4px;
}
#menu a {
	font-size: 15px;
	color: #064fb2;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
/*contenido*/
#contenido {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 510px;
	float: left;
	text-align: justify;
}
#contenido h1 {
	font-size: 28px;
	color: #064fb2;
	font-weight: normal;
	border-bottom: 2px solid #064fb2;
	margin-bottom: 20px;
	text-align: left;
}
#contenido h2 {
	font-size: 15px;
	color: #064fb2;
	margin-bottom: 15px;
	text-align: left;
}
#contenido h3, #menu h3 {
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #064fb2;
	text-align: left;
}
#contenido hr {
	border: 1px solid white;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contenido li {
	margin-left: 15px;
}
#contenido p {
	margin-bottom: 18px;
}
#contenido a, #pie a {
	color: #064fb2;
}
/*pie*/
#pie {
	clear: both;
	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border-top: 2px solid #064fb2;
	height: 70px;
}
#pie strong {
	color: #064fb2;
}
/*formularios*/
label {
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 10px;
}
input[type=text], textarea, select {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #ccc;
}
input[type=submit], .boton {
	display: block;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
	color: white;
	background-color: #064fb2;
	text-decoration: none;
	font-weight: bold;
}
input[type=submit]:hover, .boton:hover {
	background-color: #266bc8;
	color: white;
}
.boton {display: inline;}
/*factor ñ*/
#factorn {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 9px;
}
#factorn a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#factorn a:hover {
	text-decoration: underline;
}