﻿body 
{
    text-align:center;
    background:white;
    margin:auto;
    
}

#pagina 
{
    width:780px;
    height:570px;
   	background-color: #FFFFFF;
   	background-image: url(img/fondo.jpg);
   	background-position:center;
	background-repeat: no-repeat;
	font-weight:bolder;
	
}
#cabecera 
{
    width:100%;
    height:240px;
    margin-top: 10px; 
    margin-left: 10px;

    }
#menucabecera 
{
    width:200px;
    height:60px;
    margin-top: 20px; 
    margin-left: 330px;

    }
#logo 
{
    margin-top: 20px; 
    margin-left: 20px;
    clear:none;
    float:left;
    position: static; 
    height: 100px;
    width:230px;
}
#menuhorizontal 
{
    
    width:100%;
    height:30px;
    margin-left:10px;
    margin-bottom:5px;
    margin-top: 110px;
    color:Aqua; 
    font-size:large;

}
#menuhorizontal a:link, #menuhorizontal a:visited {
	padding: 3px;	
	text-decoration: none;
	color: #000000;
}
#menuhorizontal a:hover, #menuhorizontal a:active{
	color: #FFCC00;
	height: 20px;
	padding: 3px;	
}
#central
{
    width:100%;
    height:300px;
    max-height:300px;
    overflow:auto;
    
}
#menuvertical 
{
    clear: left; 
    float: left; 
    margin-left: 10px;
    margin-top: 5px; 
    width:120px;
    height:100%;
}
#menuvertical a:link, #menuvertical a:visited {
	padding: 3px;	
	text-decoration: none;
	color: #FF00FF;
}
#menuvertical a:hover, #menuvertical a:active{
	color: #FFCC00;
	height: 20px;
	padding: 3px;	
}

#cuerpo 
{
    clear: right; 
    float: right; 
    margin-top: 10px; 
    margin-left: 40px;
    width:545px;
    height:100%;
    font-weight:normal;
    font-size:small;
}
#pie
{
    width:100%;
    height:40px;
    margin-top: 10px; 
    margin-left: 20px;
    text-align:left;
    font-size:smaller;
    font-style:italic;
    
    
}
