/* Generated by KompoZer */
body {
  font-family: Trebuchet MS,Helvetica,sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  background-position: center top;
  background-repeat: repeat;
  background-image: url(fondo.jpg);
}
#contenedor {
  margin: auto;
  background-color: #ffffFF;
  padding-right: 10px;
  width: 920px;
  padding-left: 10px;
}
#contenido {
  width: 100%;
  display: block;
  float: left;
  /*background-color: #ffffcc;*/
}
#sinopsis{
  display: block;
  width: 252px;
  height: 370px;
  float: left;
  margin-left: 30px;
  margin-bottom: 20px;
  padding: 15px;
  color: white;
  background-color: #002A8F;
}

#sinopsis p{
  font-weight: bold;
}
.imagenPortada{
  display: block;
  float: left;
  margin-left: 180px;
}

.clear {
  clear: both;
  border-top-style: solid;
  border-top-color: #663300;
  margin-top: 60px;
  font-size: 11px;
  color: #999999;
  text-align: center;
}
p {
  text-align: justify;
}
#menu {
  /*border-bottom: 5px solid #996633;*/
  padding-bottom: 10px;
  background-color: #002A8F;
  font-size: 14px;
}

#menu ul li {
  /*border-left: 2px solid #cc9933;*/
  list-style-type: none;
  float: left;
  margin-left: 7px;
  line-height: normal;
  padding-left: 40px;
  padding-bottom: 0px;
  color: white;
  margin-right: 5px;
  background-image: url(estrella-mini.png); /*la imagen*/
  background-position: left; /*a la derecha*/
  background-repeat: no-repeat;
}
#menu ul li a {
  color: white;
  font-weight: normal;
}
h2 {
  color: #7e0000;
  text-align: center;
  clear: both;
}

h1 {
  color: #990000;
}

.centrado{
  display: block;
  /*text-align: center;*/
  margin: auto;
  
}

#sinopsis h2{
  color: #FCF005;
}

.bloqueEnlaces{
  float: left; 
  margin-left: 80px; 
  margin-bottom: 20px; 
  text-align: center;
  font-weight: bold;
}