/*#############################################################
Empresa: Plantilla para Reciclados La Estrella
Fecha: 2006-10-16
Author: Francisco M. Alcantara Checa
URL: http://www.recicladoslaestrella.com
#############################################################*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #6C1400 url(img/bgbody.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
.pdf {
	background-image: url(img/iconopdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-bottom: 5px;
}

div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

h1 {
	color: #444;
	font: normal 1.6em sans-serif;
	margin: 18px 0 0 0;
}
h2 {
	color: #444;
	font: bold 1.4em sans-serif;
	margin: 18px 0 0 0;
}
h3 {
	color: #009900;
	font-size: 11px;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #FEA811; 
	color: #555;
	display: block;
	font: normal 1em 'Lucida Sans Unicode',serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.main_right a, .main_right a:link, .main_right a:visited {
	color: #FEA811;
}

.main_right a:hover {
	background: #FEA811;
	color: #FFFFFF;
}

.main_right li {
	margin-left: 18px;
	list-style-position: outside;
	color:#009900;
}


blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em 'Trebuchet MS',serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 680px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 470px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 184px;
	background-color: #DFDFDF;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}
.main_right .titulo_derecha {
	font-weight: bold;
	color: #019B3B;
}

.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #33CC00; /* #D7162C; */
	color: #FFF;
}

/* logo */
.header {
	background: #fff url(img/header.jpg) repeat-x;
	height: 150px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #EDCA52; /* #C69911; */
	height: 150px;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
	color:#333333;
}
.link_menu a:hover {background-color: #444; color:#FFCC33;}
.link_menu a.activo {background-color: #444; color:#FFFFFF; font-weight:bold; }


.barra {
	background: #222 url(img/bglbl.gif) repeat-x;
	height: 30px;
	width: 670px;
	padding-left: 10px;
	padding-top: 0px;
	line-height:30px;
	float: right;
	display:block;
}

.barra a, .barra a:link, .barra a:visited {
	line-height:30px;
	height: 30px;
	padding: 5px;
}

.barra a.activo, .barra a.activo:link, .barra a.activo:visited {
	line-height:30px;
	height: 30px;
	padding: 5px;
	border-bottom: 6px solid #33CC00;
}

.barra a:hover {
	line-height:30px;
	height: 30px;
	background: #33CC00;
	color:#006600;
	padding: 5px;
}


/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em 'Lucida Sans Unicode',sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em 'Trebuchet MS',sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #33CC00; /* #FD1C24; */
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	list-style-position: outside;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	/* background: #2A2A2A; */
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
.main_right_header {
	border-top: 6px solid #FFF;
	float: right;
	width: 204px;
}
.main_header {
	background-color: #FFFFFF;
}
.content form table {
	border: 0;
}
.content form input {
	border: 1px dotted #777777;
	;
}
.content textarea {
	border: 1px dotted #777777;
}

a.link_seccion {
	border:0;
	color:#444;
    background-color: transparent;
    text-decoration: none;
    margin: 0;
	width: 100%;
	display:block;
}

a.link_seccion span {
	color:#444;
    background-color: transparent;
}


a.link_seccion:hover {
	border:0;
	color:#444;
	background-color: #C4C4C4;
}

a.link_seccion img {
	border:0;
}

a.link_seccion p {
	color:#444;
}

a.seccionEnlace {
	display: block;
	width: auto;
	padding: 5px 5px 5px 25px;
	border: #333333;
	background: #0077CC url(img/seccionEnlace.gif) 5px 5px no-repeat;
}