body {
    font-size: 10pt;
    font-family: bookman old style, arial, sans-serif;
    word-spacing:2px;
    color:#fff;
    margin:17px;
    background: #fff no-repeat 95% 67%;
}

a img  {
	border: 0;
}

h4 {
	margin-top: 0;
}

ul {
	margin:0;
	padding:0;
}

#borde {
    margin:0 auto;
    max-width:1000px;
}

#cabecera {
	min-width:975px;
    margin-left:25px;
	margin-bottom:14px;
}

#cabecera  #logo{
    margin-right:25px;
}

.menuIzq {
    margin-left: 25px;
    margin-bottom: 14px;
    float: left;
    clear: left;
    width: 13.5em;
}

.menuIzq .listaIzq {
    padding-top:1.5em;
    float: left;
    clear: left;
    width: 9em;
	padding-left: 2em;
}

.menuIzq li {
    list-style-type: none;
    list-style-position: outside;
    font-weight: bold;    
	width: 9em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.menuIzq li:hover {
	width: 9.5em;
}

.menuIzq li .actual {
	color:#4F1826;
	background-color:#EFE3C2;
}

.menuIzq .listaSubMenus {
	margin-left: 1.5em;
	font-size: 75%;
	width: 12em;
}

.menuIzq .listaSubMenus  li{
	
}	

.menuIzq li a {
	color: #EFE3C2;
    display: block;
    text-decoration: none;
    text-align: center;
    /*color: rgb(229, 247, 181);*/
    /*background-color: rgb(1, 1, 91);*/
    /*border-left: 7px solid #eee;*/
}

.menuIzq li a:hover {

}

#cuerpo {    
    color: black;
    text-align: justify;
    line-height: 1.4em;
    margin-left: 17em;
    min-height: 190px;
    background-color: transparent;
}

#cuerpo #imgPortada
{
	width: 460px;
	height: 345px;
	z-index:5;
	margin: auto;
}

#cuerpo #elementos .contenido p{
    margin-top: 0;
}

#cuerpo #elementos .contenido p a{
    color: black;
	text-decoration: none;
}

#cuerpo #elementos .contenido span{
    margin-left: 12px;
}

#cuerpo #elementos .contenido ul{
    margin-left: 25px;
}

#cuerpo .elementoIzq {
    float: left;
}

#cuerpo .elementoIzq .contenido {
    padding: 1em;
    padding-bottom:0.6em;
	width:696px;
}

#pie {
    margin-left:25px;
    margin-right:25px;
    color: white;
    font-size: 92%;
    text-align: center;
    /*padding: 1em 4mm 1em 4mm;*/
    clear: both;
	/*min-width:964px;*/
	
}

p.cl:first-letter
{
   float:left;
   color:black;
   font-size:80px;
   line-height:60px;
   padding:2px;
   font-family:bookman old style;
   margin-right: 2px;   
}

.caratula{
	padding: 0;
	margin: 10px;	
	border-width: 1px;border-style: solid;border-color:  #4F1826;
}

.caratula:hover{
	opacity: 0.8;
	cursor: pointer;
	/*Para que este efecto funcione en el IE7 hay que poner:
	filter:alpha(opacity=50);*/
	border-width: 1px;border-style: solid;border-color:  #4F1826;
}

.botonAb {
background-color: #6B2434;
color: #EFE3C2;
font-family: arial, sans-serif;
border-width: 1px;border-style: solid;border-color:  #6B2434;
cursor: pointer;
}