body{

    width:100%;
    height:100%;
    background-color: white;
    margin:0px;

  }

p{
    margin:0px;
  }



#cabecera{
    background-color: #2B50A0;
    width:100%;
    height:80px;
  }

#cabecera h1{
    font-family: Verdana, Arial, Georgia;
    font-size: 24px;
    color:white;
    font-weight:bold;
    text-align:center;
    padding-top:20px;
    margin:0px;
  }

#ralla{
    background-color: #2B50A0;
    width:100%;
    height:8px;
    margin-top:5px;
  }

#contenido{
    background: url(img/logo_lazul.gif) no-repeat 50% 5%;
    width:800px;
    min-height:300px;
    height:auto !important;
    margin:0px auto 0px auto;
  }
/*------------------- DATOS -------------------*/
#datos{
    font-family: Verdana, Arial, Georgia;
    font-size:14px;
    color:black;
    width:400px;
    margin:0px auto 0px auto;
    padding-top:210px;
    text-align:left;
  }

#datos a{
    font-family: Verdana, Arial, Georgia;
    font-size:14px;
    color:black;
    text-decoration:none;
  }

  #datos a:hover{
    text-decoration:underline;
  }
#datos table{
margin:0 auto 50px auto;
}
#datos table tr td{
padding:2px 0px;
font-family: Verdana, Arial, Georgia;
}
#datos table tr td input{
width:185px;
}
#datos table tr td input#boton {
width:100px;
background-color:#2b50a0;
color:white;
border:none;
margin:5px;
padding:3px;
font-weight:bold;
cursor:pointer;
}
#datos table tr td input#boton:hover {
background-color:#7894cf;
color:black;
font-weight:bold;
}
/*------------------------------------------*/
  #grande{
    width:500px;
    height:140px;
    margin:0px auto 0px auto;
  }

#grande a{
    font-family: Verdana, Arial, Georgia;
    font-size: 40px;
    color:#2B50A0;
    font-weight:bold;
    text-decoration:none;
    padding-left:35px;
  }

#grande a:hover{
    color:#4E6DBF;
  }

  #grande img{
    float:left;
  }

  #grande p{
    font-family: Verdana, Arial, Georgia;
    font-size: 48px;
    color:#2B50A0;
    font-weight:bold;
    text-align:center;
  }

#footer{
    width:100%;
    height:160px;
  }

#servicios{
    width:900px;
    margin:0px auto 0px auto;
  }

#servicios td{
    font-family: Verdana, Arial, Georgia;
    font-size:12px;
    color:#2B50A0;
    width:128px;
    text-align:center;
  }
