@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ededed;
	margin: 0px;
	color: #404040;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #404040;
}
#content {
	background-color: #fff;
	width: 960px;
	margin: auto;
	padding: 10px;
}
#cabecera_top{
	background-image: url(/img/cabecera_top_bg.gif); padding: 3px; text-align: right;
}
#cabecera_bot{
	padding: 3px; background-image:url(/img/cabecera_bot_bg.gif); background-repeat:repeat-x; height: 120px;
}
#home_opt{
	margin-top: 20px;
	width: 100%;
}
#general_opt {
	margin-top: 20px;
	width: 20%;
	float: left;
}
.opcion {
	width: 23.9%;
	margin: 5px;
	_margin: 4px;
	float: left;
}
.opcion_general {
/*	width: 100%;*/
	margin: 5px;
}
.opcion div.cabecera h1, .opcion_general div.cabecera h1 {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background-image:url(/img/tit-izq.gif);
	background-position: left;
	background-repeat: no-repeat;
	color:#FFF;
	padding: 1px;
}
.opcion div.cabecera, .opcion_general div.cabecera {
	margin:0px;
	background-image:url(/img/tit-dch.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
	background-color: #990012;
}
.opcion ul, .opcion_general ul {
	background-image: url(/img/cabecera_bot_bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:5px;
	list-style-type: none;
	min-height: 103px;
}
.opcion ul li, .opcion_general ul li {
	margin: 0px;
	padding: 5px 0;
}
#novedades {
	float: left;
	width: 30%;
	padding: 20px;
}
#novedades h1, #general_central_novedades h1 {
	margin: 0px;
}
#novedades h2, #general_central_novedades h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#novedades div.noticia, #general_central_novedades div.noticia {
	background-color: #efefef;
	margin-bottom: 1px;
	padding: 8px;
}
#novedades p, #general_central_novedades p {
	margin: 5px 0px 0px 0px;
}
#novedades:after, #general_central_novedades:after{
	clear: left;
}
.fecha {
	float: right;
	font-size: 90%;
	font-style: italic;
	color: #000;
}
#txt_intro {
	padding: 20px;
	float: right;
	width: 61%;
}
#txt_intro div.cont {
	float: left;
	width: 50%;
	text-align: center;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	background-repeat:no-repeat;
}
#txt_intro h2 {
	color: #990012;
	margin-left: 50px;
	margin-right: 20px;
/*	padding: 4%;*/
}
#txt_intro div.texto {
	background-image: url(/img/cabecera_bot_bg.gif);
	background-repeat:repeat-x;
}
#txt_intro p {
	margin: 0px;
	padding: 5px;
}
#txt_intro h1 {
	margin: 0px;
}
#txt_intro ul{
	padding-left: 10px;
	margin-left: 10px;
}
#txt_intro ul li {
	margin-bottom: 5px;
}
#txt_intro strong {
	color: #990012;
}
.texto ul {
	margin-top: 20px;
}
.texto li {
	margin-bottom: 10px;
	font-size: 13px;
}
.texto p {
	text-align: justify;
	font-size: 13px;
}
.texto a {
	font-weight: bold;
	color: #990012;
}
div.titulo_seccion h1 {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background-image:url(/img/sectit-izq.gif);
	background-position: left;
	background-repeat: no-repeat;
	color:#FFF;
	padding: 1px;
}
div.titulo_seccion {
	margin:0px;
	background-image:url(/img/sectit-dch.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
	background-color: #7f7f7f;
}
#general_central {
	float: left;
	width: 80%;
	margin-top: 25px;
}
#general_central_contenido {
	width: 74%;
	float: left;
	margin-right: 5px;
	min-height: 500px;
}
#general_central_novedades {
	width: 25%;
	float: left;
}
img {
	border: 0px;
}