@charset "utf-8";
/* CSS Document */
body {
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1em;
	color: #95221F;
	margin: 0px;
	background-image: url(images/flecha_titulos.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 1px;
}
h2 {
	font-size: 0.9em;
	color: #666666;
}
p {
	font-size: 0.8em;
	text-align: justify;
	color: #333333;
}
li {
	font-size: 0.8em;
	list-style-image: url(images/vineta.gif);
	margin-bottom: 5px;
	color: #333333;
}
#contenedor {
	margin: auto;
	width: 760px;
}

#fecha {
	text-align: right;
	padding: 5px;
	font-size: 0.7em;
	color: #666666;
}
#logotipo {
	float: left;
	width: 199px;
}
#contenido {
	float: right;
	width: 530px;
}
#menutab {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 4px;
	padding-top: 4px;
}
#menutab a {
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	display: inline;
	padding: 6px;
	margin-right: 4px;
	text-decoration: none;
}
#menutab a:hover {
	color:#333333;
	text-decoration: none;
}
#texto {
	background-image: url(images/bg_texto.jpg);
	background-repeat: no-repeat;
	padding: 12px;
	margin: 0px;
	background-color: #E0E0E0;
}
#textobase {
	margin: 0px;
}
#base {
	margin: auto;
	width: 760px;
}
.principal {
	background-color: #FFFFFF;
	background-image: url(images/bg_principal.jpg);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 10px;
}
.caja {
	float: left;
	width: 245px;
}
