
/* ============ Definicion de Elementos ============ */

*{margin: 0; padding: 0;}

body{
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff url(bg-page.gif) fixed repeat-x;
}

a{color: #019fe6;}

a img{
	border: 0;
	text-decoration: none;
}

textarea{
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	color: #019fe6;
	padding: 0px 2px;
}

input.button{
	border: 1px solid #33b646;
	background: #33b646 url(bg-button.gif) repeat-x center center;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 6px;
	height: 20px;
}

input.textbox{
	border: 1px solid #019fe6;
	background: #fff;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	color: #019fe6;
	padding: 0px 2px;
}

textarea{
	border: 1px solid #019fe6;
	background: #fff;
	font-family: "Courier New", Courier, monospace;
}

td{padding: 2px;}

li{list-style: none;}

span.destacado{
	padding: 2px 0px;	
	background: #33b646;
}

/* ================================================== */


/* CONTAINER */
#container{
	width: 740px;
	padding: 20px;
	margin: 20px auto;
	background: #fff;
}

/* LANGS */
#langs{
	position: absolute;
	top: 140px;
	width: 190px;
	text-align: right;
}

#langs li{
	display: inline;
	color: #bbb;
}

#langs li.current a{
	color: #555;
}

#langs li a{
	color: #bbb;
	text-decoration: none;
}

#langs li a:hover{

}

/* CABECERA */

#header{
	/*background: url(bg-header.gif) no-repeat top center;*/
}

#header h1{
	color: #fff;
	position: absolute;
	margin-left: 100px;
	font-size: 26px;
}


/* === MENU === */

#menu{
	margin-bottom: 20px;
	text-align: left;
	background: #33B646 url(bg-menu.gif) repeat-x center center;
	text-align: center;
}

#menu ul{
	padding: 14px;
}

#menu li{
	display: inline;
	margin-right: 12px;
	padding: 0px;
}

#menu li a{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 3px 4px;
	background: 0;
}

#menu li.current a, #menu li.current a:hover{
	background: #fff;
	color: #019FE6;
}

#menu li a:hover{
	background: url(bg-menu-li.gif) repeat-x center center;
}

/* === CONTENTS === */

#content_left p, #content_right p, #content p{
	margin-bottom: 10px;
	text-align: justify;
}


/* === CONTENT-LEFT === */
#content_left{
	width: 350px;
	float: left;
	margin-left: 5px;
}

#content_left h1{
	background: #019fe6;
	color: #fff;
	padding: 6px;
	font-size: 24px;
	margin-bottom: 10px;
}

#content_left h2{
	background: url(bg-h2-blue.gif) no-repeat 0px 2px;
	padding-left: 18px;
	text-transform: lowercase;
	color: #019FE6;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 12px;
}


/* === CONTENT-RIGHT === */
#content_right{
	width: 350px;
	float: right;
	margin-right: 5px;
}

#content_right h1{
	background: #33b646;
	color: #fff;
	padding: 6px;
	font-size: 24px;
	margin-bottom: 10px;
}

#content_right h2{
	background: url(bg-h2-green.gif) no-repeat 0px 2px;
	padding-left: 18px;
	text-transform: lowercase;
	color: #33B646;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 12px;
}


/* === CONTENIDO === */
#content{
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #555;
}

#content li{
	list-style: none;
	margin-bottom: 12px;
	padding-left: 10px;
	margin-left: 10px;
	background: url(content_li_bullet.gif) no-repeat 0px 6px;
}

#content h1{
	font-size: 30px;
	color: #bbb;
	letter-spacing: -2px;
	line-height: 35px;
	margin-bottom: 10px;
	text-align: left;
	margin-bottom: 20px;
}

#content h2{
	color: #F3481F;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

#content h3{
	color: #F3481F;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#content p{
	line-height: 16px;
	text-align: justify;
	margin: 0px 0px 12px 0px;
}

#content li{
	list-style: disc !important;
	padding-left: 10px !important;
	margin-left: 10px !important;
}

/* === PIE DE PÁGINA === */

#footer{
	clear: both;
	padding: 10px 0px;
	color: #555;
	background: url(bg-footer.gif) repeat-x top;
}

p.destacado_azul{
	background: #019FE6;
	padding: 5px 8px;
	color: #fff;
	
}

p.destacado_verde{
	background: #33B646;
	padding: 5px 8px;
	color: #fff;	
}

p.destacado_verde a, p.destacado_azul a{
	color: #fff;
}

div.buscador{
	background: url(bg-buscador.gif) no-repeat;
	height: 36px;
	padding-top: 9px;
	text-align: center;
	margin-bottom: 20px;
	color: #80c1df;
}

div.buscador input.button{
	padding: 0px;
	height: 17px;
	text-transform: none;
	border: 0;
	width: 16px;
	background: url(ok.gif) no-repeat 0px 4px;
}


#enviado{
	border: 1px #33b646 solid;
	padding: 10px;
	margin-bottom: 20px;
}

#enviado h2{
	color: #33b646;
	margin-bottom: 6px;
}
