/*
 Template de ejemplo
*/

* { 
padding: 0;
margin: 0;
}

body {
font-size: 62.5%;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #333;
}

#contenedor { 
margin: 0 auto;
width: 796px;
background-color:#FFFFff;
}

A.vinculo_pie {
	FONT-SIZE: 12px;
	COLOR: #325B20;
	FONT-FAMILY: Arial, Verdana;
}

A.vinculo_pie:hover {
	FONT-SIZE: 12px;
	COLOR: #042450;
	FONT-FAMILY: Arial, Verdana;
}	

.contenido_pie1 {
font-size:11px;
color:#000000;
font-family:Arial, Verdana;
font-weight:bold;
}

.contenido_pie2 {
font-size:9px;
color:#000000;
font-family:Arial, Verdana;
font-weight:bold;
}

.contenido_pie3 {
font-size:9px;
color:#325B20;
font-family:Arial, Verdana;
font-weight:bold;
}

#header {
width: 796px;
height: 121px;
color:#6699FF;
background-color:#ffffff;
float:inherit;
}

#subsidio {
width: 796px;
height: 116px;
background-color:#ffffff;

}

#navi {  
	list-style:none;
	margin:0;
	padding:0;
	margin-left:2px;
	float:left;
	height:25px;
}

.fondito {
background-repeat:repeat-x;
background-image:url(../images/degrade_fondo_menu.jpg);
}

#navi a {
	display:block; /*Convertimos el vínculo en un bloque.*/
	
	height:25px;
	text-decoration:none;
	background-repeat:repeat-x;
	padding-top:8px;
	text-align:center;
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:9px;
    color:#506A83;
	background-image:url(../images/degrade_fondo_menu.jpg);
	
	
}
/*Ahora vamos con el hover:*/
#navi a:hover {
    height:25px;
	color:#ffffff;
	padding-top:8px;
	text-align:center;
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:9px;
	background-repeat:repeat-x;
	background-image:url(../images/degrade_fondo_menuC.jpg);
}


#navegacion {
float: left;
width: 796px;
padding: 10px;
margin: 0px 0px 5px 0px;
}

#izquierda { 
margin: 0px 5px 5px 0px;
padding: 10px;
width: 105px;
float: left;
background-color:#999999
}

#contenido { 
float: left;


width: 790px;
display: inline;
background-color:#ffffff;
}

#derecha { 
color: green;
margin: 0px 0px 5px 0px;
padding: 10px;
width: 195px;
float: left;
}

#footer { 
width: 796px;
height: 36px;
padding: 10px;
background-image:url(../images/fondo_pie_logo.jpg);
background-repeat:no-repeat
}



/* Modulos
--------------------------------------------------------- */

#izquierda .moduletable_menu{
text-align:right;
margin-bottom:15px;
}

#derecha .moduletable_menu, #derecha .moduletable{
text-align:left;
margin-bottom:15px;
}

#izquierda .moduletable_menu li{
margin:3px 0 0;
padding:0;
list-style-image:none;
list-style-type:none;
}

#izquierda .moduletable_menu li:before{
content: "\00BB \0020";
}

.moduletable_menu h3, .moduletable h3, .moduletable_text h3{
margin:5px 0 0;
padding:0;
text-transform:uppercase;
}

/* Contenido
--------------------------------------------------------- */

.contentheading {
font-size:1.4em;
margin:0;
color:#333333;
font-weight:bold;
}

.contentheading:hover {
color:#3B6EA5;
}

.componentheading{
font-size:1.4em;
margin:0;
color:#777777;
font-weight:bold;
padding-left:10px;
}

.contentpaneopen{
line-height:1.4em;
font-size:1.2em;
text-align:left;
padding: 0px 10px 0px 10px;
}

.contentpaneopen img{
padding: 5px 10px;
}

.readon{
font-size:0.8em;
text-align:left;
}

.contenttoc, .pagenavcounter{
margin-bottom:10px;
}

.article_separator{
display:block;
background:#474747;
height:1px;
margin:10px 60px 10px 10px;
}

small , .createdate, .modifydate{
font-family:Arial,Helvetica,Sans-Serif;
font-size:0.9em;
line-height:1.5em;
color:#777777;
padding-bottom:10px;
}

.banneritem_text, .bannerfooter_text{
padding:5px;
}

/* Menu superior
--------------------------------------------------------- */

#navegacion #mainlevel-nav{
list-style:none; 
position:relative;
padding:0px; 
float:left;
padding-left:100px;
}

#navegacion #mainlevel-nav li {
float:left;
height:20px; 
}

#navegacion #mainlevel-nav li a {
float:left; 
text-decoration:none;
margin:0px;
padding-right:10px;
}

#navegacion #mainlevel-nav li a:hover {
text-decoration:underline;
}

#navegacion #mainlevel-nav li a:before{
content: "\00BB \0020";
}