html{
    height:100%; 
    margin:0;
    padding:0px; 
}
body{
    height:100%;
    padding:0px;
    font-size:11px;
    margin:0px;
    font-family: Arial, Helvetica;
    background: #91b200;
}
a { color: #b4a300; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
img { border: 0; }
/** HACKS */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* /HACKS **/

#container {
  width: 933px;
  margin: 0 auto;
  color: #605f5f;
}
#container #menu {
  text-align: right;
  margin-bottom: 40px;
}
#container #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
#container #menu ul li { 
  float: left;
  margin: 0 0 0 10px;
  padding: 20px 0 0 10px; 
  border-left: 1px solid #b3ca4f;
  color: #546700;
  font-weight: bold;
  font-size: 12px;
}
#container #menu ul li.primero { border: 0; } 
#container #menu ul li a { color: #fff; font-weight: normal; }
#container #footer {
  font-size: 11px;
  color: #000;
  padding: 10px 0;
}
#container #footer a { color: #000; text-decoration: underline; }
/* contenido */

#container .content {
  background: #fff ;
}
#container .content .column {
  float: left;
  width: 255px;
}
#container .content .column a {
  margin-left: 20px;
}
#container .content .column img.portaventura_logo {
  margin: 20px 40px;
}
#container .content .col_empresa {
  background: url("../img/left_empresa.jpg") bottom left no-repeat;
  height: 500px;
}
#container .content .col_equipo {
  background: url("../img/left_equipo.jpg") bottom left no-repeat;
  height: 780px;
}
#container .content .col_productos {
  background: url("../img/left_productos.jpg") bottom left no-repeat;
  height: 1100px;
}
#container .content .col_portaventura {
  background: url("../img/left_portaventura.jpg") bottom left no-repeat;
  height: 720px;
}
#container .content .col_contacto {
  height: 440px;
}
#container .content .cont_content {
  float: right;
  width: 650px;
}
#container .content .breadcrumb { font-size: 12px; padding: 10px 0; margin: 0; }
#container .content .breadcrumb strong { color: #546700; }
#container .content p.volver { 
  background: url("../img/ptos_volver.gif") bottom left repeat-x;
  text-align: right;
  padding: 0 190px 10px 0;
}
#container .content .cont_content .cont_cont {
  width: 490px;
  padding-bottom: 65px;
}
#container .content .cont_content .cont_cont ul,
#container .content .cont_content .cont_cont p {
  margin: 10px 0 0 90px;
  padding: 0;
}

#container .content .cont_content .cont_cont p.intro { margin-left: 0; }
#container .content .cont_content .cont_cont p.actividades_port {
  text-align: right;
  margin-top: 40px;
}
#container .content .cont_content .cont_cont ul li {
  list-style: none;
  background: url("../img/bullet.gif") 0 5px no-repeat;
  padding-left: 14px;
  margin: 0;
}
#container .content.img_down { margin-bottom: -3px; }

#container .popup { 
  background: #758f01;
  position: absolute;
  left: 150px;
  top: 300px;
  width: 670px;
  padding: 10px;
}
#container .popup_actividades {
  top: 600px;
}
#container .content .cont_content .cont_cont .popup p.cerrar {
  text-align: right;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 15px;
  clear: both;
}
#container .popup p.cerrar a { color: #fff;}
#container .popup img.img_popup { 
  float: left;
  margin: 0;
} 
#container .popup .popup_cont {
  background: #fff;
  width: 480px;
  float: right;
  padding: 20px;
} 

#container .content .cont_content .cont_cont .popup p { margin: 10px 0 0 20px; }
#container .content .cont_content .productos h3 { 
  margin-left: 30px;
}
