body
{
margin: 0px auto;	
width: 875px;
font-family: trebuchet MS;
font-size: 13px;
}

img
{
border: none;
}

.sidebar
{
background: #262B4B;
text-align: left;
float:left;
width: 206px;
padding-left: 5px;
}

#cuerpo
{
width: 664px;
float:left;
}

#cabecera
{
width: 664px;
float:left;
height: 105px;
}

#logo
{
width: 350px;
height: 101px;
position: absolute;
top: 5px;
margin-left: 16px;
z-index: 3;
background-image: url('img/logo.png');
background-repeat: no-repeat;
}

#curva
{
width: 664px;
height: 105px;
background: #262B4B;
background-image: url('img/curva.png');
background-repeat: no-repeat;
background-position: 0px 20px;
}

#navbar
{
width: 664px;
height: 34px;
background: #262B4B;
position: relative;
top: 8px;
}

#botones
{
width: 270px;
height: 30px;
position: relative;
top: 85px;
left: 400px;
}

.boton
{
width: 80px;
height: 30px;
margin-right: 5px;
float: left;
font-size: 16px;
color: white;
text-align: center;
font-weight: bold;
padding-top: 4px;
}

.ancho664blanco
{
width: 664px;
float:left;
background: #ffffff;
text-align: left;
}

.botonnav
{
width: 25%; 
float:left;
text-align: center;
font-weight: bold;
margin-top: 9px;
}

.contenedor600
{
margin: 0px auto;	
margin-top: 12px;
margin-bottom: 12px;
width: 600px;
}

.sidebar a:link, .sidebar a:visited
{
color: #FFF;
font-weight: bold;
}

.sidebar a:hover, .sidebar a:active
{
color: #EEE;
font-weight: bold;
}

.sidebar ul
{
list-style-type: none;
margin-left:0;
padding-left:0;
}

.contenedor600 a:link, .contenedor600 a:visited
{
color: #933;
font-weight: bold;
}

.contenedor600 a:hover, .contenedor600 a:active
{
color: #C66;
font-weight: bold;
}

.botonnav a:link, .botonnav a:visited, .boton a:link, .boton a:visited
{
color: #FFCA00;
text-decoration: none;
}

.botonnav a:hover, .botonnav a:active, .boton a:hover, .boton a:active
{
color: #FFE697;
text-decoration: none;
}
