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


*,html{
margin:0;
padding:0
}

body{
font-family: 'Trebuchet Ms', Trebuchet, Helvetica, Arial, sans-serif; 
font-size:85%;
background-color:#4a4f3b; }

a:link, a:visited{
text-decoration:none;
}

a:hover{
text-decoration: underline
}

/*************bloques principales*************/

#todo{
width:100%;
z-index:0;
position:absolute;
top:0
}
#cabecera{
/*position:absolute;
top:0;
z-index:0;*/
width:100%;
height:160px;
background: url(images/fdCabecera.gif) repeat-x
}
#top{
/*position:relative;
z-index:-2;*/
height:0px;
width:0px;
}

#cuerpo{
/*top:160px;*/
width:100%;
/*height:500px;*/
overflow:hidden;
padding-top:29px;
background: url(images/fdPatron.gif) repeat
}

#pie{

background-color:#4a4f3b;
min-height:29px;
}
#wrapperRelative {
position: relative;
z-index:9999;
width:917px;
height:auto;
margin: 0 auto
}



/*********************************************/

#wrapperCabecera{
background: url(images/fdArboles.jpg) bottom right no-repeat;
width:917px;
height:160px;
margin:0 auto
}
.logo{
padding-top:7px;
float:left
}
.contactar{
width: 107px ;
height: 25px;
text-align:center;
float:right;
background: url(images/fdContacto.gif) no-repeat;
margin-top:7px;
}
.contactar a {
color: black;
float:left;
margin-top:2px;
}
.contactar img{
float:left;
margin-left:10px;
margin-right:5px;
}

#wrapper{
position:relative;
z-index:9999;
width:917px;
margin:0 auto
}
#menu{
position:relative;
z-index:1;
float:left;
width: 214px;
margin-bottom:20px;
margin-right:24px;
}

#menu ul{
list-style:none;
}

.menuCuerpo{
font-size:14px;
width:200px;
padding:0 7px 0 7px;
background: url(images/fdMenuCuerpo.gif) repeat-y
} 

.menuCuerpo li a:link, .menuCuerpo li a:visited{
text-indent:12px;
display:block;
width:200px;
height:31px;
line-height:31px;
padding-bottom:5px;
background: url(images/fdBot.gif) no-repeat;
text-decoration:none;
color:#545528
}
.menuCuerpo li a:hover{
color:#4a4f3b;
background: url(images/fdBotOn.gif) no-repeat
}

/********************************************/
#contenido{
line-height:150%;
padding-top:75px;
padding-bottom:20px;
/*width: 679px;*/
width: 572px;
overflow:hidden;
float:left
}
#contenido h1{
padding-bottom:8px;
font-size:26px;
font-weight: normal;
color:#4a4f3b;
margin-bottom:15px;
border-bottom: 1px dashed #4a4f3b
}
#contenido h2{
color:white;
font-size:14px;
text-indent:5px;
padding:1px 0 1px 0;
margin-bottom:10px;
background-color:#4a4f3b;
}
#contenido ul{
list-style-position:inside;
margin-bottom:10px
}

#contenido a:link, #contenido a:visited{
font-weight:bold;
/*color:#4a4f3b;*/
color: white;
background-color:#8d927d;
}
#contenido a:hover {
txt-decoration: none !important;
border: none !important;
background-color:#4a4f3b
}

#flash{
position:absolute;
z-index: 1;
left:25%;
/*top: -576px;*/
top:106px;
/*padding-left:238px;*/
width:679px;
height:576px;
}
/*
.paddingFlash{
padding-left:218px
}
*/
#cita{
position:absolute;
float:right;
margin-left:545px;
top: 60px;
width: 293px;
height:130px;
padding-top:70px;
padding-left:80px;
line-height:150%;
background: url(images/fdCita.gif) no-repeat
}
.autor{
font-size:11px;
text-align:right;
float:right;
font-style: italic;
margin-right:100px;
}

.destacado{
background-color:white;
padding:5px;
overflow:hidden;
font-style: italic
}
.destacado img{
float:left;
margin-right:10px
}
.destacado p{
margin-bottom:6px
}

.centro{
float:left;
width:252;
margin-left:20px
}
.mapa{
width:300px;
float:left;
}

iframe{
margin-top:10px;
margin-bottom:5px
}

.mapa small a{
margin-bottom:30px
}

.direccion{
clear:both;
padding-bottom:10px;
}

.subir{
clear:both;
width: 572px;
border-top:1px dashed #4a4f3b;
text-align:right;
margin-top:20px;
font-size:11px
}
#contenido .subir a:link, .mapa a:link, #contenido .subir a:visited, .mapa a:visited, .destacado a{
color: #4a4f3b !important;
background:none !important;
}


.cv p{
margin-bottom:10px
}

#pie a{
color:white
}
.wrapperPie{
height:21px;
padding-top:8px;
width:917px;
margin:0 auto;
color:white;
font-size:80%;
text-align:center
}

.ficha {
font-size:12px;
line-height:155% !important;
width:280px;
float: right
}
.ficha p{
margin-bottom:8px
}

/*****************Listado articulos******************/

table.listadoArticulos a[href $='.pdf'] {
color: #4a4f3b !important;
   padding: 7px 45px 7px 0;
   background: transparent url(images/pdf.gif) no-repeat center right !important;

}
.listadoArticulos td{
border-bottom: 1px dashed #4a4f3b
}

.formulario {
width:550px;
border:1px dashed #4a4f3b;
padding:10px;
background-color: white;
}
