@charset "UTF-8";
/* CSS Document */

/*--------ESTILOS GENERALES---------*/

body {
background-color:#f1e4e8;
background-image:url(interfaz/fondo_cabeza.jpg);
background-repeat:repeat-x;
background-position:top;
margin:0px;
padding:0px;
font-family:"Helvetica", Arial, Verdana, sans-serif;
font-size:12px;
}

/*---------------HEADER---------------*/

#cabeza {
height:150px;
width:1000px;
background:url(interfaz/header.jpg) no-repeat top;
margin:0px auto;
padding:0px;
}

#cabeza .top {
width:160px;
height:60px;
float:right;
margin:8px;
}

#cabeza .top a {
display:block;
height:55px;
width:43px;
float:right;
margin:4px;
}

#cabeza .top a:hover {
}

#cabeza .top a.home {
background:url(interfaz/link_home_a.jpg) no-repeat center;
}

#cabeza .top a:hover.home {
background:url(interfaz/link_home_hover.jpg) no-repeat center;
}

#cabeza .top a.contacto {
background:url(interfaz/link_mail_a.jpg) no-repeat center;
}

#cabeza .top a:hover.contacto {
background:url(interfaz/link_mail_hover.jpg) no-repeat center;
}

#cabeza .top a.mapa {
background:url(interfaz/link_mapa_a.jpg) no-repeat center;
}

#cabeza .top a:hover.mapa {
background:url(interfaz/link_mapa_hover.jpg) no-repeat center;
}


/*---------------MENU---------------*/

#menu_base {
height:60px;
width:1000px;
background:url(interfaz/base_menu.jpg) repeat-x top left;
margin:0px auto;
padding:0px;
border-left:#d4afbb solid 1px;
border-right:#d4afbb solid 1px;
}

#menu_base ul {
list-style:none;
margin:0 50px 0 0;
padding:0px;
}

#menu_base li {
font-family:"Helvetica", Arial, Verdana, sans-serif;
font-size:12px;
text-transform:uppercase;
float:right;
}

#menu_base li a {
height:10px;
width:140px;
text-decoration:none;
color:#6d9ab4;
text-align:center;
padding:25px 5px 25px 5px;
margin:0px;
display:block;
}

#menu_base li a:hover,
#menu_base li a:active {
font-weight:bold;
}

#menu_base li a.izquierda {
background:url(interfaz/menu_btn_izq_a.jpg) no-repeat left;
}
#menu_base li a:hover.izquierda {
background:url(interfaz/menu_btn_izq_hover.jpg) no-repeat left;
}

#menu_base li a.derecha {
background:url(interfaz/menu_btn_der_a.jpg) no-repeat left;
}
#menu_base li a:hover.derecha {
background:url(interfaz/menu_btn_der_hover.jpg) no-repeat left;
}


/*---------------CONTENIDO---------------*/


#contenido {

width:1000px;

max-width:1000px;

height:auto;

background-color:#FFFFFF;

margin:0px auto;

display:block;

border-left:#d4afbb solid 1px;

border-right:#d4afbb solid 1px;

}




iframe{
margin:0px auto;

height:auto;

left:500px;

}

/*---------------PIE---------------*/

#pie {
width:980px;
height:10px;
border-left:#d4afbb solid 1px;
border-right:#d4afbb solid 1px;
background-color:#FFFFFF;
display:block;
position:relative;
margin:0px auto;
padding:10px;
background-image:url(interfaz/pleca_pie.jpg);
background-repeat:no-repeat;
background-position:top;
color:#cda1b0;
}

#pie a {
height:10px;
color:#cda1b0;
font-size:11px;
text-decoration:none;
margin:6px;
}

#pie a:hover,
#pie a:active {
color:#b7798e;
text-decoration:underline;
}


