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

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body {font:12px Verdana, Arial, Helvetica, sans-serif; line-height:1.5em;}

body > #wrap {height: auto; min-height: 100%;}

/*h1 { line-height:normal; text-align:left; font-size:14px; color:#2E338E; margin-bottom:1.5em}*/
h1 { line-height:normal; text-align:left; font-size:12px; color:#fff; margin-bottom:1.5em; background-color:#000000; font-weight:normal; margin-top:9px; padding:9px}

a {color:#2E338E; font-weight:bold}
a:hover {text-decoration:none}

input, textarea {font:11px Verdana, Arial, Helvetica, sans-serif; padding:2px 0px}
.button {background-color:#2E338E; color:#fff; padding:3px 5px;}
#main 
{
	padding-bottom: 100px; /* must be same height as the footer */
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}  

#footer 
{
	color:#000000;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-position: 0% 0%;
} 

#footer #texto
{
	width:900px;	
	height:inherit;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	line-height:normal;
}

#footer #texto .logo
{
	position:relative;
	float:left;
	width:auto;
	margin-top:30px;
}

#footer #texto .txt
{
	position:relative;
	float:left;
	width:auto;
	margin-top:30px;
	margin-left:20px;
}

#footer #texto .bg
{
	position:relative;
	float:right;
	width:auto;
	margin-top:30px;
}

/* CLEAR FIX*/
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix 
{ 
	height: 1%;
}

.clearfix 
{
	display: block;
}
/* End hide from IE-mac */

#contenedor 
{
	width:900px;
	margin:0px auto;
}

.clear {clear:both}

#fecha{
	position:relative;
	background:#343399;
	color:#FFFFFF;
	font-size:11px;
	width:auto;
	float:left;
	width:240px;
	padding:3px 5px;
}

#header
{
	height: 150px;
	background:url(../imagenes/header_bg.jpg) top left repeat-x;
	margin-bottom: 10px;
	padding:0px;
}

#header #logo
{
	width:900px;
	background:url(../imagenes/cabecera.png) top center no-repeat;
	height:inherit;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 10px;	
}

#nav
{
	float: left;
	width: 250px;
	height: 100%;
	border:1px #000000 solid;
	margin-bottom: 10px;
}

#nav #top 
{
	background-color: #161616;
	padding:6px 8px;
	color:#FFFFFF;
}

#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#nav li a{
	display: block;
	/*background: transparent url(../imagenes/arrow.gif) 100% 0;*/	
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	color:#000000;
	font-weight:normal;
}	
	
#nav li a:link, # nav li a:visited {
	color: #5E7830;
}

#nav li a:hover{
	color: #000;
	background:#CCCCCC;
	/*background-position: 100% -32px;*/
}

	
#nav li a.selected{
	color: #fff;
	background:#575757;
	/*background-position: 100% -64px;*/
}

#main #content
{
	float:right;
	margin-top:-50px;
	height: auto;
	width: 630px;
	border:1px #000000 solid;
	
}

#main #content #nav_top 
{
	height:39px;
	background: #161616;
}

#main #content #nav_top  ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
#main #content #nav_top  ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
#main #content #nav_top  ul li a{
display: block;
padding: 10px 10px;
/*border-right: 1px solid #fff #778*/;
color: #fff /*#2d2b2b*/;
text-decoration: none;
font-weight:normal;
}

* html #main #content #nav_top  ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

#main #content #nav_top  ul li a:link, #main #content #nav_top  ul li a:visited{
color: #fff;
}

#main #content #nav_top  ul li a:hover{
background:#ccc;
color: #000;
text-decoration:none;
}

#main #content #nav_top  ul li a.selected{
background:#575757;
}

#inner 
{
	/*padding-bottom: 150px;  must be same height as the footer 
	margin-left:auto;
	margin-right:auto;
	background:#FFCC33;*/
	font-size:11px;	
	padding:10px 20px 20px 20px;
	text-align:justify;
	height:100%;
}

#inner .right 
{
	position:relative;
	width:auto;
	float:right;
	padding:1px;
	border:1px #ccc solid;
	margin:0px 0px 5px 10px;
	clear:both;
}

#inner ul
{
	margin-left:1.5em
}

 #inner ol
{
	margin-left:1.5em
}
	
#inner ul.dida
{
	list-style:none
}	
	