 /*Estilos Generales
 ---------------------*/
  html{
    height: 100%;
    background-color:#993;
  }
  body{
    background: white url(../images/body_top_bg.jpg) repeat-x;
    text-align: center;
    font:13px/1.231 Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif; /*13px será el 100% de font-size*/
    color: #666;
  }
  h2{
    margin-bottom: 20px;
    padding-left: 25px;
    background: transparent url(../images/content_title_ico.jpg) left center no-repeat;
    color: #690;
    font: bold 161.6% Times New Roman, Times, Georgia, serif;
  }
  h3{
    color: #690;
    font-size: 100%;
    font-weight:bold;
    margin-bottom:5px;
  }
  a{
    color:#690;
    text-decoration:none;
    outline:none;
  }  
  a:link{
    color:#690;
  }
  a:hover{
    color:#000;
    text-decoration:underline;
  }
  strong{
    font-weight:bold;
  }
  form{
    width:450px;  
  }
  #datosPer{
    height:130px;
    background-image: url(../images/datosPer.png);
    background-position:top;
    background-repeat:no-repeat;
    padding-top:20px;
  }
  #mensaje{
    height:139px;
    background-image:url(../images/mensaje.png);
    background-position:top;
    background-repeat:no-repeat; 
    padding-top:20px;   
  }
  legend{
    margin-left:20px;
    color:#690;
    font-weight:bold;  
  }
  label{
    float:left;
    width:80px;
    text-align:right;
    margin-left:20px;  
  }
  input,textarea{
    width:320px;  
    margin:0 0 3px 10px;;
  }
  form #enviar{
    width:100px;
    margin-left:110px;  
  }
 /*  Header
 -------------*/
  #header{
    margin: 0 auto;
    padding: 0px;
    width: 900px;
    height: 240px;
    background: transparent url(../images/header_bg.jpg) left bottom no-repeat;
    text-align: left;
    border:0px solid black;
  }
  .menu{
    float: right;
    margin: 15px 15px 0px 85px;
    font-size:108%;
  }
  .menu a{
    color:#993;
  }
  .menu a:hover{
    color:#cc3
  }
  #logo{
    position: absolute;
    top: 110px;
    left: 36.5%;      /*370px original*/
    font: normal 310% "Times New Roman", Times, Georgia, serif;
  }
  #logo a{
    color: #fff;
    text-decoration: none;
  }
  #logo a:hover{
    color: #ff9;
  }
  #logo .logoDot{
    color: #9c0;
    font-size: 100px;
  }
 /* Global, Informaciones, Contenido
 -----------------------------------*/
  #global{
    width:900px;
    text-align:center;
    margin:20px auto 0px auto;
  }
  #informaciones{
    float:left;
    text-align:left;
    width:318px;
    margin-right:25px;
  }
  #contenido{
    text-align:left;
    float:left;
    width:556px;
    min-height:110px;
  }
  #contenido a:active {color:#ef2fed;} 
  #columnas{
    clear:both;
  }
  #columnas p{
    margin:12px 0px 12px 0px;
  }
  #columnas span p a{
    text-decoration:underline;
  }
  #columna1{
    width:150px;
    float:left;
    text-align:left;
  }
  #columna2{
    float:left;
    margin:0px 0px 0px 20px;;
    width:150px;
    text-align:left;
  }
  #columna3{
    width:235px;
    float:left;
    text-align:left;
  }
  #separador{
    width:80px;
    float:left;
  }
  #contenedorIE{
    float:left;
  }
  #descripcion{
    min-height:200px;
    width:234px;
    float:right;
  }
  #descripcion h3{
    color:#ef2fed; 
  }
  #preguntas{
    float:left;
    width:300px;
  }
  #respuestas{
    width:235px;
    min-height:250px;
    float:left;
    margin:5px 0px 0px 20px;
  }
  #respuestas h3{
    color:#ef2fed;
  }
  #map1{
    border:2px solid #690;
  }
  #mapObs {/*utilizado para la etiqueta p bajo el mapa*/
    color:#ef2fed;
  }
 /* Footer
 ----------*/ 
  #footer{
    background-color:#993;
    clear:both;
    height:17px;
    font-size:90%;
  }
  #footer p{
    color:#cc6;
  }
  #footer a{
    color:#cc6;
    margin-right:40px;
  }
  #footer a:link{
    color:#cc6;
  }
  #footer a:hover{
    color:#ff9;
  }  
 /*Hacks internet Explorer
 ------------------------*/
  *html #contenido{
    height:110px;
  }
  *html #respuestas{
    height:250px;
  }
  *html #descripcion{
    height:200px;
  }