body {
 margin:0px;
 padding:0px;
 background-color:#e5efc3;
 background-image: url(/img/template/fondo.jpg);
 background-repeat: repeat-x;
 color: #333333;
 text-align:center;
 font-family: "Trebuchet MS", Verdana, Arial, geneva, sans-serif;
 font-size: 13px;
 }
 
img {
 outline: none;
 border: none;
 margin:0;
 padding:0;
}

h2 {
margin: 0;
padding: 20px;
text-align: center;
color: #990000;
font-size:14px;
}

a {
outline: none;
}

div#cont a, div#cont a:link, div#cont a:visited {
 color: #006600;
 text-decoration: none;
}

div#cont a:hover {
 text-decoration: underline;
}

p {
 margin:0;
 padding:5px;
 }
 
 li {
 padding:2px;
 }

div#cont ul {
text-align: left;
}

div#cont li {
list-style-image: url(/img/template/flecha.gif);
color: #990000;
font-size:15px;
}



.destacado {
color: #990000;
font-size:16px;
}

p:first-letter, li:first-letter {
 font-size: 140%; 
 font-weight: bold;
 }

#completo {
 text-align:left;
 width:100%;
 margin:auto;
 background-image: url(/img/template/fondo-ext.jpg);
 background-repeat: no-repeat;
 background-position: 50% 0px;

 }

#outer {
 text-align:left;
 width:740px;
 margin:auto;
 }

#hdr {
 height:185px;
 background-color: #980606;
 color: #333333;
 }

#bar {
 height:30px;
 background-color:#7c1818;
 background-image: url(/img/template/fondo-menu.jpg);
 background-repeat: no-repeat;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background-color: #ffe6c4;
 width:740px;
 padding:0;
 background-image: url(/img/template/fondo-central.gif);
 background-repeat: repeatx;
 background-position: 0px 0px;

 }

#cont {
 width:500px;
 //width:486px;
 min-height: 500px;
 color: #006600;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }
 
 #l-col {
 float:left;
 width:254px;
 text-align:left;
 background-repeat:no-repeat;
  height:589px;; 
  background-color: #FFE6C4;
  
 }

 
div#texto {
 width:448px; margin-left: 20px; padding-top: 20px; height: 569px; background-color: #FFE6C4; 
}

div#txtcab {
background-image: url(/img/template/texto-sup.gif); background-repeat:no-repeat; width:448px; height:42px; 
}

div#txtcab h1 {
color:#7B0B0A; font-size: 22px; text-align:right; font-weight: bold; line-height:40px; margin:0; padding:0;
}

div#txtcen {
background-image:url(/img/template/texto-cen.gif); background-repeat: repeat-y; width:415px; color:#767575; font-size: 14px; font-weight:bold; padding:20px; text-align:right;
}

div#txtpie {
background-image: url(/img/template/texto-inf.gif); background-repeat:no-repeat; width:448px; height:44px; text-align:center;
}

div#textocabecera {
background-image: url(/img/template/textocabecera.gif); background-repeat:no-repeat; width:448px; height:30px; text-align:center; font-size:10px; font-weight:bold; padding-top: 6px; margin-bottom: 6px;
}


#ftr {
 background:#7e0909;
 color: #C6D496;
 margin:0;
 float:left;
 font-size: 11px;
 width:100%;
 }
 
div#ftr h1 {
color:#C6D496; font-size: 16px; text-align:center; font-weight: bold; margin:0; padding:0;
}
 
 div#ftr a, div#ftr a:link, div#ftr a:visited {
 color: #FFFFFF;
 font-size: 10px;
 text-decoration: none;
}

div#ftr a:hover {
text-decoration: underline;
}


 /* ######### Menu ######### */
 .chromestyle{
width: 99%;
font-weight: bold;
font-family: "Trebuchet MS", Verdana, Arial, geneva, sans-serif;
font-size: 15px;

}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 2px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BC771B;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background-color: #BC771B;
color: #FFFFFF;
}

/* ######### Desplegable ######### */

.dropmenudiv{
position:absolute;
margin:0px;
padding:4px;
top: 0;
border: 1px solid #FFFFFF; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #BC771B;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#BC771B,direction=135,strength=4); /*Aņadimos sombra en IE*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFCC; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE  hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #FAC843;
color: #80090B;
}


