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

*{
	margin:0;
	padding:0;
	border:0;
}
body{
	font-family:"Times New Roman", Times, serif;
	background-image:url(../imgenes/pat_3.png);
	color:#7B7C7F;
}
#warp{
	margin:auto;
	width:998px;
	background-image: url(../imgenes/background.png);
	padding: 0 13px;
	background-repeat:  repeat-y;
	background-position: left top;
}
/*TOP HEADER*/

#top_header{
	width:998px;
	padding: 0 0 5px 0;
}

/*FIN TOP HEADER*/

/*Menu Superior*/

#main_menu{
	margin:0;
	padding:0;
	width: 998px;
}
/*Fin de menu superior*/

/*BANNER Y VIDEO TOP*/

#main_top{
	margin:0;
	padding:5px 0 0 0;
	width:998px;
	height: 391px;
}
#main_top .banner{
	width:597px;
	float:left;
}
#main_top .video{
	width:370px;
	background-color:#E59CE5;
	float: right;
	height: 391px;
}
.video_th{
	margin:5px;
}
#main_top p{
	display:block;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
/*FIN BANNER Y VIDEO TOP*/

/*PUBLICIDAD TOP*/

#publicidad_top{
	height: 90px;
	width: 998px;
	margin-bottom: 5px;
}
#publicidad_top .images{
	float: left;
}
#publicidad_top .texto{
	margin: 15px;
	float: left;
}
/*FIN PUBLICIDAD TOP*/

/*GALERIA DE IMAGENES TOP*/

#listimages{
	width:998px;
	height:215px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#listimages a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}
#listimages a:hover{
	text-decoration: underline;
}
#listimages a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: none;
}
h1{
	background-color:#FAA31B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding: 5px 10px;
	display: block;
	color: #000;
}
span{
	text-align:right;
	font-size:10px;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}
#listimages img{
	/*border: 2px solid #CCCCCC;*/
}
#listimages ul{
	margin:0;
	display: block;
	background-color: #EC0083;
	height: 185px;
	list-style:none;
	text-align: center;
	padding-top: 5px;
}
#listimages .items{
	margin: auto;
	background-color: #EC0083;
	height: 185px;
	width: 950px;
}
#listimages li{
	display:block;
	float: left;
	width: 228px;
	margin: 0 4px;
}

/*GALERIA DE IMAGENES TOP*/

/*BODY*/
#conten{
	margin:0;
	width:998px;
	float: left;
}
/*Columna 1*/
#conten_noticias{
	font-family:"Times New Roman", Times, serif;
	margin:0;
	width:500px;
	float: left;
}
#conten_noticias h2{
	font-size:16px;
	color: #EC0083;
	line-height: 17px;
	margin-bottom: 5px;
	
}
#conten_noticias .images{
	margin-right:10px;
	height: 100px;
	width: 118px;
	float: left;
}
#conten_noticias .leermas{
	margin-right:10px;
	margin-top: 10px;
	text-align: right;
}
#conten_noticias p{
	font-size:14px;
	color: #666666;
	line-height: 16px;
}
#conten_noticias ul{
	list-style:none;
}
#conten_noticias li{
	display:block;
	padding: 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
/*Columna 2*/
#columna2{
	margin:0;
	float: left;
}
#secc_top{
	margin:0;
	width: 497px;
	height: 615px;
}
#secc_notas{
	margin:auto;
	width:350px;
	float: left;
	padding: 5px 10px;
}
#secc_notas .imagenota{
	margin: 0;
}
#secc_notas .imaitem{
	margin: 0 8px 0 0;
	float: left;
}
#secc_notas h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#secc_notas a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#secc_notas a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-decoration: underline;
}

#secc_notas p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
}
#secc_notas ul{
	list-style:none;
	margin: 5px 0px;
}
#secc_notas li{
	background-color:#DC6193;
	display:block;
	padding: 5px;
	height: 95px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 345px;
	font-weight: bold;
}
/*Columna 3*/
#secc_publi {
	margin:0;
	width:120px;
	float: left;
	padding: 5px 0;
}
#publiboot{
	background-color:#FFCCFF;
	margin: auto;
	width: 468px;
}
/*FIN BODY*/

/*CONTENIDO INTERIOR*/

#conten_inter{
	margin:10px 15px;
	width:968px;
	float: left;
	font-family:"Times New Roman", Times, serif;
}
#conten_inter img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#conten_inter .img_derecha{
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
}
#conten_inter h2{
	font-size:50px;
	color:#D2007D;
	padding: 5px 0;
}
#conten_inter h3{
	font-size:18px;
	color:#D2007D;
	padding-bottom: 10px;
}
#conten_inter p{
	line-height: 20px;
}
#conten_inter .pegruntas{
	font-family:Arial, Helvetica, sans-serif;
	color: #790F52;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 0;
}
#conten_inter .pegruntas{
	font-family:Arial, Helvetica, sans-serif;
	color: #790F52;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-left: 0;
}
#ediciones_anteriores{
	margin:10px 15px;
	width:968px;
	text-align: center;
	float: left;
}
#ediciones_anteriores ul{
	margin:0;
}
#ediciones_anteriores li{
	list-style-type: none;
	display:block;
	float: left;
	width: 202px;
	margin: 10px 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B0F55;
}
#ediciones_anteriores img{
	border:solid 1px #666;
}
/*FIN CONTENIDO INTERIOR*/

/*BANNER INTERIOR*/

#publi_inter{
	margin:0;
	background-color:#FFCCFF;
	float: left;
	width: 160px;
	padding: 0px 10px;
}

/*FIN DE BANNER INTERIOR*/

/*SECCION BOOTOM*/

#secc_bootom{
	margin:0;
	padding: 5px 0;
	height: 290px;
	width: 998px;
}
#secbot_galery{
	background-color: #F6ABCC;
	float: left;
	padding: 5px;
	margin-left: 10px;
	width: 320px;
	text-align: center;
}
#secbot_galery h1{
	background-color:#CD007A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding: 5px 10px;
	display: block;
	color: #FFF;
}
#secbot_galery p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}
#secbot_galery img{
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
}
#secbot_nota{
	margin:0 10px;
	width: 270px;
	float: left;
	background-color: #8C2663;
}
#sec_txt_nota{
	background-color:#4D0626;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}
.sec_nota{
	background-color:#8C2663;
	padding: 5px;
}
#secbot_nota img{
	display:block;
	margin:auto;
	padding-top: 8px;
}
#secbot_nota h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#FFFFFF;
	font-weight: bold;
}
#secbot_nota p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#secbot_items{
	margin:0;
	width: 357px;
	background-color: #CD007A;
	float: left;
}
.secbot_items_inf{
	margin:0;
	width: 350px;
	background-color: #CD007A;
	float: left;
	height: 120px;
}
#secbot_items .img_item{
	margin-right:8px;
	float: left;
}
#secbot_items h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-transform: uppercase;
	padding-top: 3px;
}
#secbot_items a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-transform: uppercase;
	padding-top: 3px;
	text-decoration: none;
}
#secbot_items a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	padding-top: 3px;
	text-decoration: underline;
}

#secbot_items p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-transform: uppercase;
	line-height: 13px;
}
#secbot_items ul{
	list-style:none;
}
#secbot_items li{
	display:block;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-right: 5px;
}
/*FIN SECCION BOOTOM*/

/*PIE DE PAGINA*/
#pie{
	width: 998px;
}
#pie_cont{
	background-color:#FFE8F5;
	padding: 5px;
	height: 10px;
}
/*FIN DE PIE DE PAGINA*/
