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, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



h1 { line-height: 24px; font-weight: normal; color: #333; margin-bottom: 1em; font-size: 1.6em; }
h2 { line-height: 24px; font-weight: normal; color: #333; margin-bottom: 5px; font-size: 1.4em; }
#content h2 {font-size: 1.6em;color: #889800; text-decoration: underline;}
h3 { line-height: 24px; font-weight: normal; color: #333; margin-bottom: 5px; font-size: 1.2em; }
#content h3 {font-size: 1.4em;color: #333; text-decoration: underline;}

/* --------------------------------------------------- MAIN */
body { background: #3f3922 url("img/fndbng.png") repeat-x; font-size: 62.5%; font-family: Georgia, Arial, Helvetica, sans-serif; }

#container { margin: 0px auto; width: 760px; background: #E7E7DA url("img/bng.png") repeat-y;}

a {
	color: #2583AD;
	text-decoration: none;
}
a:hover {
  color: #D54E21;
}

#header { position: relative; height: 214px; background: #111;}

#menu { 
	border-bottom: 4px solid #889800; 
	background: #a6ba00; 
	height: 40px; 
	position: relative; 
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif; 
	width: 760px;
 }
#menu ul { background: #a6ba00; margin-left: 70px; padding: 0 10px; position: relative; float: left; line-height: 38px; }
#menu ul li { float: left; }
#menu ul li a { color: white; outline: none; text-align: center; display: block; overflow: hidden; float: left; z-index: 10; padding: 0 10px; position: relative; } /* relative breaks ie */
#menu ul li a:hover { text-decoration: none; }
#menu ul li.back { background: url("img/lava.gif") no-repeat right -28px; width: 9px; height: 28px; position: absolute; z-index: 8; top: 6px; }
#menu ul li.back .left { background: url("img/lava.gif") no-repeat top left; height: 28px; margin-right: 9px; }


#content {
	width: 490px;
	_width: 479px;
	padding: 0px 0px 16px 14px;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: inline;
	background: #F6F6E8;
	margin:0;
}

#content h1{
	position: relative;
	font: 2.5em georgia, geneva, arial, sans-serif;
	margin: 10px 0px;
	color: #68634D;
	border-bottom: solid 2px #A99F8F;
	padding: 10px 0px;
}
#content h1 img{ vertical-align: middle; }

.info-cuerpo img, .entr_flf img {
	margin: 10px 0;
	padding: 5px;
	border: 2px solid #333;
	background: #E7E7DA;
}
.post{
	padding: 0 10px 0 0;
}
#content p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0;
}

#content ul.nrm {
	padding: 0 0 0 15px;
}

#content .nrm li{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 5px 0;
	list-style-type:circle;
}



.sidebar { font-size: 1.2em; line-height: 1.2em; float: left; width: 235px; padding: 20px 0 6px 0; position: relative; display: inline; margin:0;p }

.sidebar li { margin-bottom: 2em; position: relative; }
.sidebar p{ padding: 0px 5px 0px 10px; line-height: 1.3em;}


.sidebar .box, .sidebar .bom {
	background: #f6f6e8;
	border-right: 1px solid #DBDBCE;
	border-bottom: 1px solid #DBDBCE;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5x;
	-webkit-border-radius-topright: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5x;
	-webkit-border-radius-bottomright: 5px;
	border-radius-bottomright: 5px;
	margin: 10px 0 20px 0px;
	width: 235px;
	position: relative;
	padding: 10px 8px 10px 0px; 
}


.sidebar h2 {
	margin: 0 0 0 15px;
	padding: 0 0 0 30px;
	color: #333;
}

#sidebar h2.men{
	background: url('img/go-home.png') no-repeat 0em 0em;
}
#sidebar h2.pro{
	background: url('img/video-x-generic.png') no-repeat 0em 0.1em;
}
#sidebar h2.irc{
	background: url('img/kopete.png') no-repeat 0em 0.1em;
}

.sidebar .box {  font-size: 1.2em; padding: 10px 8px 10px 0px; }
.sidebar .box a { color: #89897c;}
.sidebar .box span {float: left; text-align: left; }
.sidebar .box a:hover { text-decoration: none; color: #d8d8c7; }
.sidebar .box a:hover span { text-decoration: underline; }
.sidebar .box ul li {
	margin: 0 0 0 10px;
	padding: 5px 0 5px 0px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #AFAF9D;
	font: .75em Verdana, Arial, Helvetica;
}
.sidebar .box ul li.tresl {
	height: 44px;
}

.sidebar .box ul li span{
	color: #333;
	width: 150px;
}


.sidebar .box img {
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 68px;
	border: none;
	float: right;
}

.sidebar .box li.tresl img {
	margin: 10px 0 0 0;
}

.sidebar .box b{
	font-weight: normal;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5x;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #A3A391;
	color: #fff;
	padding: 1px 4px;
}

.sidebar .bom ul{
	margin-left: 10px;
}

ul#nvm {
	border-top: 1px solid #dfdfdf;
}

ul#nvm li {
	display: inline;
}

ul#nvm li a {
	display: block;
	padding: 5px 10px 5px 27px;
	text-decoration: none;
	background: url(img/nav-bg.gif) no-repeat 6px 6px;
	
	font-size: 1.3em;
	margin: 0;
	line-height: 18px;
	border-bottom: 1px solid #e7e7da;
	text-align: left;
}

ul#nvm li a:hover {
	color: #5F5F53;
	background-color: #EFEFEF;
}



#footer {
	border-top: 4px solid #889800;
	background: #a6ba00;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 1.4em;
	color: #586109;
	padding: 0 20px;
	clear: both;
	text-align: right;
 }

#footer a { color: white; }
#footer a:hover { text-decoration: underline; }

#footer img{
vertical-align: middle;
}


.barra{
	width: 100%;
	float: left;
	margin: 5px 0;
}
.barra-hz-fecha {
	clear: none;
	float: left;
	width: 80px;
	font-weight: bold;
}
.barra-hz {
	border: 1px solid #889800;
	background-color: #A6BA00;
	clear: none;
	float: left;
}
.barra-hz-numero {
	clear: right;
	float: left;
	margin-left: 4px;
}
.entr_flf_ls li{
	background: url(img/arrow.png) no-repeat left top;
	padding: 0px 5px 5px 18px;
	margin: 0 0 0 10px;
}


div.alfa p{
	margin: 10px;
}

.alfa a, .alfa a:link, .alfa a:visited {
	padding: 1px 4px; 
	margin: 5px 2px;
	text-decoration: none;
	color: #201c13;
	background-color: #dedbd1;	
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #8F8D86;
}
.alfa a.odd:link, .alfa a.odd:visited {
	background-color: #889800;
	border: 1px solid #889800;
	color: #fff;
}
.alfa a:hover {
	color: #ffffff;
	background-color: #9fc000;
}




.subgrafico td, .grafico td{
padding: 5px 0;
}

#tabla tr.tdr{
border-top: 1px dotted;
padding: 15px;
}









			
.boxgrid{ 
	width: 760px; 
	height: 150px; 
	margin:0px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
	text-align: right;
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt Georgia, "Lucida Grande", Arial, sans-serif; 
	}
	.boxgrid h3, .boxgrid h3 a {
		margin: 2px 10px;
		color:#FFF;
		font:15pt Georgia, Arial, sans-serif;
		font-weight: bold;
	}
	.boxgrid h3 a:hover { color: #889800;}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%;
	width: 760px; 
	top: 120px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.boxcaption span{ 
	float:left;
	margin: 2px 10px;
	color:#FFF;
	font:15pt Georgia, Arial, sans-serif;
	font-weight: bold;
}


