* {
    margin:0;
}

body {
    font: 1.0em Arial, Helvetica, sans-serif, Verdana;
    width:100%;
    height:auto;
    margin:auto;
    border-top: 17px solid #090909;
    /*background-image: url("../imgsplanifica/fondo_planifica.jpg");*/
}
body p {
    color:#000;
}

img {
    border: none;
}
.clearAll{
    clear: both;
}

#cabecera { /*Sería lo mismo header#cabecera*/
  width:100%;
  height: 140px;
  margin:0 auto;
  position: relative;
}

#logo { /*También: #header #logo*/
  width: 381px;
  height: 121px;
  position: absolute;
  top:12px;
  left:0;
  margin-left: 3%;  
}

#logosocial {
  position: absolute;
  top:80px;
  right:0;
  margin-right: 5%;
}

.logoplan{
	width: 100%;
	float: left;
  position: relative;
  z-index: -1;
  }

.logoplan img{
	width: 100%;
}

#main {
  width:100%;
  margin:0 auto;
  height: 1%;
  overflow: hidden;
  /*margin-bottom: 40px;*/
}

#fondonav{
  width:100%;
  height: 40px;
  background-color: #007987;
}

#navegacion{
  width: 960px;
  height: 40px;
  margin:0 auto;
  margin-bottom: 40px;
  background-color: #007987;
}

#navegacion > ul > li {
 
  margin: 0 6px;
  }

.nav li a{
  text-decoration: none;
}
.nav > li{
  float: left;
}

.nav li a{
  background: #007987;
  color: #FFF;
  display: block;
  padding: 10px 11px;  
}

.nav li a:hover{
  color:#090909;
}

.nav li ul{
  display: none;
  position: absolute;
  min-width: 180px;
}

.nav li:hover > ul{
  display:block;
  z-index: 3;
}

.nav li ul li {
  position: relative;
}

.nav li ul li ul {
  right: -180px;
  top: 0;
}

#plan{
  width: 100%;
  float: left;
  margin: 0 auto;
}
#textoplan{
  position: relative;
    width:50%;
    float: left;
    margin-top: 20px;
    padding-left: 20px;   
    padding-right: 20px; 
    font: 1em 'Century Gothic', sans-serif;
    text-align: justify;
}

.contenidoizq img{
    float: left;
    margin-right: 10px;
    cursor: pointer;
 }

#fotoplan{
  position: relative;
  float: right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 900px;
  width: 45%;
  /*width:47%;
  float: left;*/
  }

/*#fotoplan img{
  width: 100%;
}*/

#presentacion {
  width:960px;
  height:380px;

  margin: 20px auto;
  background: url(imgs/imagenPresentacion.jpg) no-repeat top center;
  padding-bottom: 20px;
}

#presentacion h2 {
  width:450px;

  margin-left:40px;
  padding-top: 30px;
  font-size: 5.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  color:#fff;
  font-weight: 600;
  letter-spacing: -.03em;
}

#presentacion .arreglo1 {
  width:443px;
  height:44px;
  margin:20px 0 0 35px;
  background-color: black;
}

#presentacion .arreglo1 p{
  font-size: 1.3em;
  color:#999898;
  text-transform: uppercase;
  padding-top: 13px;
  margin-left:12px;
  float:left;
  letter-spacing: .07em;
}

#presentacion .arreglo1 a{
  font-size: 1.3em;
  color:#617b16;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 13px;
  margin-right:12px;
  float:right;
  letter-spacing: .07em;
}

#informacion {
  width:960px;
  height: auto;

  margin:0 auto;
 

  /*HACK para limpiar el flow del documento,
  suprime estas lineas y verás el fallo*/
  height: 1%;
  overflow: hidden;
  /*Fin del hack*/

  margin-bottom: 5px;
}

#informacion .bloque{
  margin:none;
  width:960px;
  height: auto;
  float:left;
}

.bloque ~ .bloque{
  margin-top:50px;
}

#informacion .bloque h2 {
  color:#000;
  /*padding-left:25px;*/
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 5px;  
  /*background: url(imgs/rightArrow.png) no-repeat left;*/
}


#informacion .bloque ul{
  font-size: .93em;
  color:#5d5d5d;
  line-height: 1.5em;
  border-top: 6px solid #5a7411;
  padding-top: 20px;
}

.bloque a {
  color:#5a7411;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  /*background: url(imgs/rightArrow.png) no-repeat left;*/
  padding-left:20px;
  text-align: right;
}


#informacion .bloque ul li {
  width:500px;
  font-size: .93em;
  color:#5d5d5d;
  line-height: 1.5em;
  /*background: url(imgs/tick.png) no-repeat left top;*/
  padding-left:30px;
  padding-top:0px;
  margin-bottom: 20px;
  text-align: justify;
}

#pie {
  width:100%;
  height: 100px;
  background:#fff;
  /*border-top: 1px solid #007987;*/
}

#footerContent {
  width:960px;
  margin:0 auto;
  height: auto;
  position: relative;
}

#footerContent p{
  position: absolute;
  color:#5d5d5d;
  font-size: .9em;
  margin-top:30px;
}

#footerContent img {
  position: absolute;
  right: 0;
  top:15px;
}