
*{
margin:0;
padding:0;
}

body {

font-family:Helvetica,Arial,Verdana,Sans-Serif;
font-size:14px;

}
a{
color:#ff6600;
text-decoration:none;
}
a:hover{
color:#015ab6;

}
hr{
margin-bottom:30px;
color:#ccc;
}
#cabecera{
background-image:url(imagenes/fondocab.jpg);
height:200px;

}
#interiorcab{
width:960px;
margin:0 auto;

}
#logo{
float:left;
}
#titulo{
font-size:48px;
float:left;
text-align:left;
padding:75px;
margin-left:30px;
font-family:"Trebuchet MS", Helvetica,Arial,Verdana,Sans-Serif;
}

#menuHor{
background-image:url(imagenes/fondomenu.jpg);
height:40px;
clear:both;
}
#menuHor ul{
float:left;
}
#menuHor ul li{
list-style:none;
float:left;

padding:6px 30px;

}
#menuHor ul li:hover, #menuHor ul li.activo{
background-image:url(imagenes/fondomenusobre.jpg);
background-repeat:repeat-x;
height:40px;
}

#menuHor ul li a{
font-family:"Trebuchet MS", Helvetica,Arial,Verdana,Sans-Serif;
color:#fff;
line-height:24px;
}
#menuHor ul li a:hover{
color:#fff;
}
.centrado{
width:960px;
margin:0 auto;
}
#envoltura{
background-image:url(imagenes/fondocab.jpg);
background-repeat:repeat-x;
margin-bottom:30px;
}
#cuerpo{
padding:30px;
width:960px;
margin:0 auto;
line-height:24px;
text-align:justify;
}
#cuerpo img{
float:right;
border:solid 5px #ccc;
margin:10px 0px 10px 20px;
}
#cuerpo ul{
list-style:none;
}
#cuerpo ul li{
margin:30px;
}
#cuerpo ul li.video{
margin:30px 20px;
border:solid 5px #ccc;
float:left;
line-height:0;
}
#cuerpo .fichautor{
width:420px;
margin:0px 30px 30px 20px;
float:left;
}
#cuerpo .fichautor2{
margin:0 20px 30px 30px;
width:420px;
float:left;
}
#cuerpo .fichautor img,#cuerpo .fichautor2 img{
border:solid 5px #ccc;
float:left;
margin:0 10px;
}

.textoautor{
line-height:18px;
}
.extra{
clear:both;
margin:30px 0;
}
#pie{
clear:both;
background-image:url(imagenes/fondopie.jpg);
height:240px;
background-repeat:repeat-x;

}
#envolturapie{
width:960px;
margin:0 auto;
padding:20px 0;
height:180px;
font-family:"Trebuchet MS", Helvetica,Arial,Verdana,Sans-Serif;

}
#envolturapie #frasecel{
font-style:italic;
color:#fff;
font-size:24px;
line-height:32px;
padding:30px;
width:420px;
float:left;
}
#envolturapie #frasecel span{
font-size:14px;
float:right;
}
#envolturapie #bloquepie{
padding:30px;
color:#fff;
float:left;
width:420px;
}
#envolturapie #bloquepie img{
float:left;
margin-right:10px;
}
#piedepag{
font-size:10px;
text-align:center;
color:#fff;
clear:both;
}
#piedepag a{
color:#fff;
}
#piedepag a:hover{
text-decoration:underline;
}