* {margin:0; padding:0;}
body{
	background: White url(img/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;	
	margin: 0 0;
   padding: 0 0;
	text-align: center;
}

img{
	border: 0px;
}
p{
	margin: 0 0 10px 0;
}
a:link, a:visited{
  text-decoration: underline;
  color: Black;
}

a:hover, a:active{
  color: #BF0000;  
}

h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B90000;
}

h2 a:link, h2 a:visited{
  text-decoration: none;
  color: Black;
}

h2 a:hover, h2 a:active{
  color: #BF0000;  
}



h3{
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
}

h3 a:link, h3 a:visited{
  text-decoration: none;
  color: #252525;
}

h3 a:hover, h3 a:active{
  color: #BF0000;  
}

 ul{
	
	margin: 0 0 0 20px ;
	padding: 0px
}

li{
	margin: 0px;
	padding: 0 0 10px 0;
	float: left;
}
.CajaPrincipal{
	width: 1016px;
	margin: 0 auto;
	line-height: 18px;
	text-align: left;
}
.publicidad{
   width: 1016px;
   background: #E1E1E1;
   height: 82px;
}

.publicidad2{
   width: 971px;
   background: #E1E1E1;
   height: 110px;
   text-align: center;
   padding:  10px 0 0 45px;
}

.header{  
  width: 1016px;
  height: 101px; 
  background: url(img/bgh.jpg) repeat-x; 
}
.imgHeader{
  width: 407px;
  height: 101px;  
  float: left;
}
.publicidadHeader{
  float: right;
 width: 200px;
  height: 99px; 
padding:  10px 30px 0 50px;
}

.menu{
	 height: 33px;
	 width: 1016px;
	 background: #BD1118;
         color: white;

}

.menuElementos{
	
}
.menu ul, .submenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px
}

.menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}

a#inicio {
    display:block;
    width: 66px;
    height:33px;
    text-indent:-9999px;
    background:url(img/menu_01.jpg) top left no-repeat;
}

a#inicio:hover {
     background-position:0 -33px;
}

a#nosotros {
    display:block;
    width:92px;
    height:33px;
    text-indent:-9999px;
    background:url(img/menu_02.jpg) top left no-repeat;
}

a#nosotros:hover {
     background-position:0 -33px;
}

a#archivo {
    display:block;
    width:74px;
    height:33px;
    text-indent:-9999px;
    background:url(img/menu_03.jpg) top left no-repeat;
}

a#archivo:hover {
     background-position:0 -33px;
}

a#publicidad {
    display:block;
    width:90px;
    height:33px;
    text-indent:-9999px;
    background:url(img/menu_04.jpg) top left no-repeat;
}

a#publicidad:hover {
     background-position:0 -33px;
}
a#distribucion {
    display:block;
    width:181px;
    height:33px;
    text-indent:-9999px;
    background:url(img/menu_05.jpg) top left no-repeat;
}

a#distribucion:hover {
     background-position:0 -33px;
}

a#contacto {
    display:block;
    width:83px;
    height:33px;
    text-indent:-9999px;
    background:url(img/menu_06.jpg) top left no-repeat;
}
a#contacto:hover {
     background-position:0 -33px;
}

.buscador{
	
}
.submenu{
    width: 1016px;
	 height: 28px;
	 background: #E6E5E5 url(img/bgsubmenu.jpg) repeat-x;
	 font-size: 11px;
}
.submenu ul li{
	margin: 0px;
	padding: 5px 13px 0 0px;
	float: left;
}


.submenu a:link,.submenu a:visited{
  text-decoration: none;
  color: Black;
}
.submenu a:hover, .submenu a:active{
  color: #BF0000;  
  text-decoration: underline;
}

.contenido{
  margin: 15px 0 0 0;
  font-size: 11px;
  line-height: 15px;

}

.contenido h2{
	line-height: 20px;
	font-size: 21px;
	color: #D20000;
	margin: 0 0 5px 0;
}

.contenido h3{
	line-height: 18px;
	font-size: 18px;
	margin: 0 0 8px 0;
}

.columna1{
	width: 357px;
	float: left;
	
}

.notaPrincipal{
	background: #E8DFDB;
       padding: 0 0 4px 0;
       margin: 0 0 8px 0;
}
.notaPrincipal h2{
   margin: 0px;
  line-height: 21px;
  padding: 8px 8px 0 8px;
  font-size: 23px;
}

.notaPrincipal p{
  padding: 2px 8px 0 8px;
}

.notaPrincipalfecha{
  padding: 2px 8px 0 8px;
  font-size: 9px;
   color: #D00000;
}


.notaImportante{
  font-size: 12px;
}

.notaImportante h2{
  font-size: 22px;
}

.columna2{
	width: 357px;
	float: left;
	margin: 0 15px 0 15px;
        
}

.columna3{
	width: 272px;
	float: left;
        
}

.divisor{
   width: 100%;
	height: 1px;
   background: url(img/divisor.jpg) repeat-x;
	margin: 0 0 10px 0;
}
.imgder{
float:right; /*para ponerlo a la derecha */
margin:20px; /* un margen cualquiera */
}

.imgizq{
float:left; /*para ponerlo a la izquierda */
margin:20px; /* un margen cualquiera */
}
.imgizq img, .imgder img{
display: block;
margin: 0 auto; /* centrar imagen */
}
.imgizq p, .imgder p{
text-align: left; 
font-weight:bold; 
font-size: 8px; 
}

.alignright{
	float: right;
}

.footer{
   
	height: 55px;
	width: 100%;
	background: #C60000;
	color: White;
   font-size: 11px;
}

.footercont{

   margin: 10px 0 0 0;
	height: 55px;
	width: 1016px;	
	color: #F0E2D0;
   font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.footerLeft{
  float: left;
  padding: 15px 0 0 0;
}
.footerRight{
  float: right;
  padding: 15px 0 0 0;
}
.footer a:link, .footer a:visited{
  text-decoration: none;
  color: White;
}

.footer a:hover, .footer a:active{
  color: White;  
  text-decoration: underline;
}


.bannersmarg{
	margin: 10px 10px 0 10px;
	padding: 0px;
   float: left;
}

.pregunta{
	height: 78px;
	width: 272px;
	background: #E8DFDB url(img/pregunta.jpg);
	
}

.pregunta h2{
   padding: 32px 5px 0 72px;
	font-size: 12px;
   line-height: 17px;
}

.fecha{
	font-size: 9px;
   color: #D00000;
	margin: 0 0 5px 0;
}

.portada img{
	border: 1px solid #CDCDCD;
}

.notiCompleta{
   width: 690px;
	float: left;
	font-size: 12px;
	background: #F1F1F1;
	padding: 10px;
	line-height: 21px;
}


.notiCompleta img{
   margin: 5px;
}

.notiCompleta h3{
   
	font-size: 20px;
	
	
}
.archivopdf img{
 text-align: center; 
 background: #000000;
  margin: 5px;
 border: 1px solid #CDCDCD;
 height: 336px;
 width: 272px;

}

.alignleft{
  float:left
}

.alignright{
  float:right
}

.colarchivo1{
 float:left;
width: 272px;
}

.colarchivo2{
 float:left;
width: 272px;
}

.encuesta{
	background: #E8DFDB;
       padding: 0 0 4px 0;
       margin: 0 0 8px 0;
}