* { 
  padding: 0;
  margin: 0;
}

body {
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: red;
}

#contenedor { 
 margin: 0 auto;
 width: 1130px;
}

#cabecera {
text-align: center;
 position: relative;
 font-size: 35px;
 /*width: 100%;
 float: left;
 height: 100%;*/
 /*padding: 10px 10px 10px 10px;*/
 margin: 10px 0px 5px 0px;
 width: 1000px;
 height: 70px;
/* float: left;*/
 /*background: url("Anayet.jpg") no-repeat; */
}

#cabecera h1 { 
  text-align: left;
}

#centro {
 position: relative;
 height: auto;
}

#secciones { 
 color: #333; 
 /*background: #a9d4d4;*/
 /*margin: 0px 5px 5px 0px;*/
 padding: 10px;
 width: 18%;
 height: auto;
 float: left;
 /*background: url("info-background.png") repeat-x top left;*/
 background: #D1E7E7;
 background:-webkit-gradient(linear,left top,left bottom,from(#aad4d4),to(#ffffff));
 background:-moz-linear-gradient(left top,left bottom,from(#aad4d4),to(#ffffff));
}

#secciones li {
display: block;
padding:  10px 0px 10px 0px;
}

#secciones a {
color: #333;
}

#secciones a:hover {
  text-decoration: underline;
  color: red;
}


#contenido { 
 float: left;
 color: #333; 
 /*background: #667f7f;*/
 margin: 0px 0px 0px 0px;
 padding: 10px; 
 width: 78%;
 display: inline;
 position: relative;
 /*background: url("main-background.png") repeat-x top left;*/
 background: #AAB7B8;
 background:-webkit-gradient(linear,left top,left bottom,from(#798f8e),to(#ffffff));
 background:-moz-linear-gradient(left top,left bottom,from(#798f8e),to(#ffffff));
}



img {
    vertical-align: middle;
    /*height: 100%;*/
    width: 100%
}

#foto {
 width: 25%;
 /*height: 100px;*/
 float: left;
 padding: 5px 5px 5px 5px;
 /*border: 1px solid #ccc;*/
 margin: 5px 0px 5px 0px;
 /*background: url("sorrosal.jpg") no-repeat 45% 20%;*/
}

#texto {
 width: 60%;
 float: left;
 padding: 10px 10px 10px 10px;
 /*border: 1px solid #ccc;*/
 margin: 10px 0px 5px 0px;
}



#pie {
 position: relative;
 clear: both;
 width: 1130px;
 height: 125px;
 float: left;
/* padding: 10px 10px 10px 10px;
 margin: 10px 0px 5px 0px;*/
 background: url("Salbaguardia.jpg") no-repeat;
}

#pie img {
 height: 20px;
 width: 61px; 
 vertical-align: baseline;
 float: right;
}

.lista_contenidos li{
 margin: 10px 0px 15px 25px;
 float: left;
}

.encabezado3{
 margin: 0px 0px 0px 0px;
 float: left;
}

