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

body, p, img, h1, h2, h3, h4, h5, h6, form {
margin:0;
padding:0;
}

img {
border:0;
}

#general {
width:772px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
background-image:url(../img/fondo.png);
background-repeat:repeat-y;
}

#top {
height:172px;
}

#contenido {
width:758px;
padding:0 7px;
}

#contenidom {
padding:9px;
padding-bottom:0;
}

#breadcumb {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
}
/* ---------------------- menu ---------------------- */
#menu {
display:block;
width:758px;
height:42px;
font-size:11px;
font-weight:bold;
background:transparent url(../img/menu-fondo.png) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
text-transform:uppercase;
}
#menu ul {
margin:0;
padding:0;
list-style-type:none;
}
#menu ul li {
display:block;
float:left;
margin:0 1px 0 0;
}
#menu ul li a {
display:block;
float:left;
color:#D5F1FF;
text-decoration:none;
padding:14px 13px 0 13px;
height:28px;
}
#menu ul li a:hover, #menu ul li a.seleccionado {
color:#fff;
background:transparent url(../img/menu-seleccionado.png) no-repeat top center;
}
/* ---------------------- fin del menu ---------------------- */

.columna-izquierda {
float:left;
overflow: hidden;
width:370px;
padding:10px 0;
}

.columna-derecha {
float:right;
overflow: hidden;
width:370px;
text-align:right;
padding:10px 0;
}

#copyright {
width:760px;
height:51px;
background-image:url(../img/copyright.png);
background-position:top center;
background-repeat:no-repeat;
text-align:center;
margin-top:9px;
font-size:7pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:17px 0 0 0;
color:#FFFFFF;
}

#pie {
clear:both;
background-image:url(../img/pie.png);
width:772px;
height:16px;
}

.clear {
clear:both;
}

p.m9 {
padding:3px 15px;
}

/* ---------------------- formulario de contacto ---------------------- */
form#contacto input.campo {
width:270px;
border:1px #CCCCCC solid;
padding:1px 0 0 5px;
}

form#contacto textarea {
width:270px;
border:1px #CCCCCC solid;
}

form#contacto input.boton {
width:72px;
height:24px;
background-image:url(../img/contacto.png);
border:0;
cursor:pointer;
}

/* ---------------------- links ---------------------- */
a {
outline:none;
color:#006699;
text-decoration:none;
}

a:hover {
color:#003366;
text-decoration:underline;
}

a.boton {
color:#000000;
background-image:url(../img/boton-i.png);
background-position:left;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
padding:5px 0 5px 10px;
line-height:26px;
}

a.boton span {
background-image:url(../img/boton-d.png);
background-position:right;
background-repeat:no-repeat;
padding:5px 20px 5px 10px;
}

a.pie {
outline:none;
color:#fff;
text-decoration:underline;
}

a.pie:hover {
color:#fff;
text-decoration:underline;
}

/* ---------------------- documentos ---------------------- */
h1 {
font-size:14pt;
margin:0;
}

h2 {
font-size:12pt;
padding:11px 0 1px 15px;;
}

.enlaces {
width:738px;
background:#fff url(../img/bullet.png) top left no-repeat;
}

.enlaces p {
padding:4px 0 4px 20px;
font-size:10pt;
font-weight:bold;
}

.enlaces a {
text-decoration:none;
font-weight:bold;
}

.enlaces a:hover {
text-decoration:underline;
}

.doc1 {
width:738px;
background:#fff url(../img/documentos.png) top left no-repeat;
}

.doc1 p {
padding:1px 11px;
font-size:10pt;
}

.doc1 p.titulo {
padding-top:11px;
font-weight:bold;
}

.colabora, .noticias, .aviso-legal {
width:738px;
background:#fff url(../img/noticias.png) top left no-repeat;
}

.colabora p, .noticias p, .aviso-legal p {
padding:1px 15px;
font-size:10pt;
}

.colabora p {
text-align:justify;
}

.colabora p.titulo, .noticias p.titulo, .aviso-legal p.titulo {
padding-top:11px;
font-weight:bold;
}

p.pder {
text-align:right;
}

p.pder a {
text-decoration:none;
font-weight:bold;
}

p.pder a:hover {
text-decoration:underline;
}

.paginacion {
width:740px;
text-align:center;
padding:9px 0;
}

.paginacion a {
text-decoration:none;
font-weight:bold;
}

.paginacion a:hover {
text-decoration:underline;
}

p.fecha {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
padding-bottom:7px;
}

.sombrag {
background:#fff url(../img/noticias.png) top left no-repeat;
}

h2.contacto {
padding:2px 0 5px 15px;
}