

body{
background: #FFFFFF url(img/fondo.jpg) repeat;
font: 10pt  Geneva,Verdana, Arial, Helvetica, sans-serif, ;
	color: #463408; 
}

.cabecera{
width:925px;
margin:0px 30px 30px 30px;
height:200px;
background: #e1dfad;
border-color: #726e25;
border-style: dotted;
border-width: 5px;
}

.content{

width:925px;

margin:30px 30px 30px 30px;

}


.menu{
  float:left;/*esto hace que el primer div se aliniea a la izquierda lo mas arriba posible*/
  width:200px; /*importante el tamaņo, si no ponemos nada coge el tamaņo de la pantalla*/
  height:810px;
  background: #e1dfad;
  border-color: #726e25;
  border-style: dotted;
  border-width: 5px;
}
.general{
  float:right;/*aqui puedes poner float left o float right, si pones left te lo pega a la izquierda del primer bloque, si pones right lo pega a la derecha de la pantalla*/
  width:700px; /*lo mismo que antes*/

 }
 
.web{
width:660px;

padding: 10px 20px 10px 20px;
background: #e1dfad;
border-color: #726e25;
border-style: dotted;
border-width: 5px;

}
  
.escudos{

width:700px;
height:116px;
margin:30px 30px 0px 0px;
background: #e1dfad;
border-color: #726e25;
border-style: dotted;
border-width: 5px;
}

.clear{
  clear:both;
}

h1{

color: #f815e5;
text-align:center;
font-size: 36px;
font-style:oblique;
}

h2{

color: #00a0ff;
text-align:center;
font-size: 24px;
font-style:oblique;
}
.content a{
	font: 12pt Geneva, Verdana;
	color:  #02d007;
	text-decoration: none;
}
.content a:visited {
	
	text-decoration:none; 
}

