/* CSS Document */

body{
background-color:#fff;
}

.contenido {
width:800px;
height:auto;
overflow:hidden;
min-height:469px;
margin:50px auto;
}

.contenido #cabeceratotal {
width:800px;
height:130px;
background-color:#fff;
float:left;
}

#cabeceratotal #cabecera{
width:800px;
height:90px;
float:left;
background-color:#fff;
}

#cabeceratotal #ruta {
width:800px;
height:27px;
float:left;
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
color:#666666;
background:url(../img/linea.jpg) left repeat-y;
padding-top:3px;
padding-left:165px;
color:#333;
}
.contenido #centro {
width:800px;
height:auto;
overflow:hidden;
float:left;
background-color:#fff;
}

#centro #texto{
width:400px;
height:auto;
overflow:hidden;
float:left;
}

#texto #titular {
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
font-size:19px;
font-style:normal;
font-weight:normal;
color: #737272;
margin-top:25px;
padding-bottom:5px;
padding-right:15px;
background:url(../img/raya.jpg) left bottom no-repeat;
margin-left:35px;
}


#texto p {
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
color: #737272;
margin-left:35px;
padding-right:15px;
padding-top:15px;
}

#texto img{
margin-left:50px;
margin-top:30px;
}


#centro #imagen {
width:400px;
height:auto;
overflow:hidden;
float:right;
text-align:right;
padding-top:5px;
}

#centro #linea {
width:800px;
height:2px;
float:left;
margin-top:5px;
margin-bottom:15px;
}

#centro #menu {
width:800px;
height:auto;
overflow:hidden;
float:left;
}

#menu #opcion {
width:auto;
overflow:hidden;
/*min-width:97px;*/
float:left;
margin-left:15px;
margin-right:15px;
padding-top:5px;
background:url(../img/flecha.gif) no-repeat left;
}

#opcion p{
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:bold;
color:#666666;
padding-left:12px;
margin-top:4px;
}

#opcion p a{
color:#666666;
text-decoration:none;
}

#opcion p a:hover{
color:#F09F67;
text-decoration:none;
}

/*#opcion #tex {
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:bold;
color:#666666;
margin-left:4px;
padding-top:1px;
}
*/
/*#tex a{
color:#666666;
text-decoration:none;
}

#tex a:hover{
color:#F09F67;
text-decoration:none;
}

#opcion #image {
width:9px;
height:11px;
float:left;
padding-top:4px;
}*/

.contenido #pie {
width:800px;
height:24px;
float:left;
margin-top:10px;
background-image:url(../img/linea.jpg);
}

#pie #int {
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
color: #737272;
padding-top:5px;
height:24px;
float:left;
margin-left:80px;
}

#pie #fondo {
background-color:#fff;
margin-top:2px;
margin-bottom:2px;
width:200px;
float:right;
height:18px;
margin-right:45px;
margin-top:3px;
}

#fondo #text {
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
color:#60A4D1;
margin-left:4px;
padding-top:1px;
}

#text a{
color:#60A4D1;
text-decoration:none;
margin-left:13px;
}

#text a:hover{
color:#F09F67;
text-decoration:none;
margin-left:13px;
}

#text .activo{
color:#F09F67;
text-decoration:none;
margin-left:13px;
}