* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background: url(images/fondo.gif) repeat-x center bottom;
	background-attachment: fixed;
	background-color: white;
}
#contenedor {
	width: 980px;
	margin: 0 auto;
}
/*cabecera*/
#cabecera {
	padding-top: 30px;
	padding-bottom: 20px;
}
/*menu*/
#menu {
	float: left;
	width: 170px;
	margin-top: 40px;
}
#menu ul {
	list-style: none;
	background-color: #213768;
}
#menu table {
	padding: 40px 20px 10px 0;
}
#menu table td {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 15px;
}
#menu table th {
	vertical-align: top;
	padding-right: 10px;
}
#menu ul li a {
	display: block;
	padding: 5px;
	padding-left: 20px;
	padding-top: 6px;
	border-bottom: 1px solid #1a9bd2;
	color: white;
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(images/menu_boton.gif) repeat-y top left #1a9bd2;
}
#menu h2 {
	padding-bottom: 20px;
	margin-left: 10px;
	color: white;
	font-weight: normal;
}
#menu strong {
	color: #1a9bd2;
	font-size: 14px;
}
#menu li strong {
	font-size: 16px;
	font-weight: normal;
	margin-right: 5px;
}
/*contenido*/
#contenido {
	width: 600px;
	float: left;
	border: 9px solid #213768;
	padding: 1px;
	background-color: white;
}
#contenido div {
	padding: 0 60px 20px 60px;
}
#contenido p {
	margin-bottom: 20px;
}
#contenido h1 {
	font-size: 28px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
	bottom: 10px;
}
#contenido h2 {
	font-size: 18px;
	color: #444444;
	margin-bottom: 10px;
}
#contenido h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #1a9bd2;
}
#contenido blockquote {
	display: block;
	font-style: oblique;
	font-size: 16px;
	color: #B5835E;
	text-align:center;
	background-color: #F6EBD1;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contenido td {vertical-align: top;}
/*destacado*/
#destacado {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
}
#destacado div {
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	background-color: #1a9bd2;
}
#destacado h2 {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 10px;
}
#destacado h3 {
	padding-bottom: 10px;
}
/*pie*/
#pie {
	clear: both;
	padding: 20px;
	text-align: center;
}
/*formularios*/
label {
	display: block;
}
input[type=text], textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type=submit] {
	display: block;
	padding: 2;
}
/*factor ñ*/
#factorn {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 9px;
}
#factorn a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#factorn a:hover {
	text-decoration: underline;
}
