html { height: 100%;}

* { 
 margin: 0;
 padding: 0;
}

body { 
  font: normal 1.1em 'trebuchet ms', arial, sans-serif;
  background: #F4F4EE;
  color: #5D5D5D;
}
  
p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}


/* Cabecera */

#main {
   width:980px;
   margin: 0 auto;
   background-color: white;
}

#header {
   width:100%;
}

#logo {
	text-align:center;
	width:25%;
	float:left;
}
#publicidad{
    width:75%;
	height: 55px;
	float:left;
	text-align:center;
	font-family: 'Berkshire Swash', cursive;
	padding-top: 10px;
	font-size: 38px;
	
	
}
#logo_texto {
}

#menubar {
   width:75%;
   float:left;
   /* background-color:orange; */
}

#header_line {
    background-color:green;
	background-image:url('peliculas.png');
    clear:both;
	height:27px;
}


#contenido {
    width: 100%;
}

#promocion {
   width: 32%;
   float:right;
   padding: 5px;
   text-align:center;
}

#promocion h1 {
  font-size:20px;
  color:CornflowerBlue ;
  text-align:center;
  border: 1px DarkGray solid;
  background-color: PeachPuff;
}


#promocion .traile {
  padding: 1%;
  float:left;
  width: 31%

}

#promocion .traile img {
  width: 100%;
}


#promocion .traile p {
  font-size:15px;
  color:DarkBlue ;
  text-align:center;
  margin: 4px 0;
  line-height:17px;

}

#noticias {
  padding:5px;
  width:65%;
  float:left;
}

#noticias .noticia h1 {
  font-size:25px;
  color:CornflowerBlue ;
  text-align:justify;
}

#noticias .noticia h2 {
  font-size:12px;
  color:DarkGray ;
  text-align:left;
  border-bottom: 1px Gainsboro dotted;
  border-top: 1px Gainsboro  dotted;
  margin: 4px 0;
}

#noticias .noticia p {
  font-size:15px;
  color:DarkBlue  ;
  text-align:justify;
  margin: 4px 0;
  line-height: 19px;
}

#noticias .foto_grande  img{
  width: 100%;
}
 
#validaciones {
   text-align: center;
} 
 
#pie {
   line-height: 0px;
   background-image:url('base_r.png');
   clear:both;
}

