/* GENERALES */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background-color: #fff;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: .75em;
	text-align:left;
}
a {
	text-decoration:none;
	color: #36F;
}
a:link, visited, active {
	color: #36F;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
H1, H2, H3, H4, H5, H6 {
	color: #36C;
	font-family: "Arial Narrow", "Arial", "Helvetica", sans-serif;
}
H1 {
	font-size: 2em;
	font-weight:700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H2 {
	font-size: 1.75em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H3 {
	font-size: 1.58em;
	font-weight: 500;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H4 {
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform:	none;
}
H5 {
	font-size: 1em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H6 {
	font-size: .8em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
/* DIV */

#general {
	background-color: #fff;
	width: 1007px;
	margin: 0 auto;
	text-align: left;
}
#cabeza {
	margin: 0 auto;
	height:110px;
}
#contenido {
}
#izquierda {
	width:170px;
	float:left;
}
#centro {
	margin: 0px 10px 0px 180px;
	text-align:justify;
}
#pie {
	clear: both;
	border-top: 3px solid #69C;
	margin:20px 0px 20px 0px;
	height:60px;
}
#pie-in {
	color: #555;
	font-size:0.85em;
	text-align:center;
	padding-top:10px;
}
#menuv {
	border: 1px solid #69C;
	border-width: 1px 1px 0px 1px;
	width: 150px;
	font: .95em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
}
#menuv ul, li {
	list-style-type: none;
	display: block;
}
#menuv ul {
	margin: 0;
	padding: 0;
}
#menuv li {
	border-bottom: 1px solid #69C;
}
#menuv li a {
	padding: 8px 6px 8px 8px;
	text-decoration: none;
	color: #36C;
	background: #DCEBFF;
	display: block;
}
#menuv li a:hover {
	background: #397DD0;
	color: #FFF;
}
#menuv li a.subitem {
	background: #F4F4F4
}
#menuv li a.subitem:link, visited, active {
	background: #F4F4F4
}
#menuv li a.subitem:hover {
	background: #AAA
}
#numero {
	float:right;
	margin:1px 10px 0 10px;
}
#paginacion {
	float:right;
	padding:10px 0 0 0;
}
/* CLASES */

.titulo {
	display:block;
	background:url(imagenes/titular.gif) repeat;
	padding:3px;
	margin-bottom:20px;
}
.separador {
	display:block;
	background:url(imagenes/separador.gif) repeat-x;
	margin:18px 2px 10px 2px;
	height:4px;
}
.img_derecha {
	border: 1px solid #69C;
	margin:10px 0px 10px 20px;
	float:right;
}
.img_izquierda {
	border: 1px solid #69C;
	margin:10px 20px 10px 0px;
	float:left;
}
.subrayado {
text-decoration:underline;
}
