body {
	font-family:Arial,Helvetica;
	font-size:14px;
	color:#333333;
	margin:0;
	background-color:#5E7803;
}

#main_container {
	width:1020px;
	margin:0 auto;
	padding:0;
	background:url(img/bg_body.jpg) repeat-y top left;
}

#print_container {
	width:700px;
	margin:0 auto;
	padding:0;
}

h1 {
	font-family:Verdana,Arial,Helvetica;
	font-size:18px;
	text-decoration:none;
/*	font-weight:bolder; */
	color:#CE142A;
	text-align:left;
	padding-top:12px;
	margin-top:0;
	margin-bottom:6px; 
}


h1 {
	font-family:Verdana,Arial,Helvetica;
	font-size:18px;
	text-decoration:none;
/*	font-weight:bolder; */
	color:#5E7803;
	text-align:left;
	padding-top:12px;
	margin-top:0;
	margin-bottom:6px; 
}


h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana;
	font-size:16px;
	color:#222222;
	font-weight:bolder;
	text-align:left;
	padding-top:4px;
	padding-left:8px;
	margin-top:0;
	margin-bottom:4px;
}

p {
	margin:6px 0 6px 0;
	padding:0 8px 0 8px;
	font-family:Verdana;
	font-size:12px;
	color:#555555;
	text-align:justify;
}

img {
	border:0;
}

a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#0041c4;
}

a:hover {
	text-decoration:underline;
}


/* =============================== HEADER ================================== */
div.header_cnt {
	position:relative;
	overflow:hidden;
	margin:0 20px;
}

div.header {
	position:relative;
	overflow:hidden;
	width:980px;
	height:220px; 
	margin:0 auto;
	background: #FFFFFF url(img/bg_banner.png) no-repeat top left;
}

img.right {
	margin:0;
	float:right;
}

img.left {
	margin:0;
	float:left;
}

/* ------------------------ MENU ----------------------------------------- */
div.menu_cnt {
	position:relative;
	overflow:hidden;
	margin:0;
}

div.menu_mid {
	position:relative;
	overflow:hidden;
	float:left;
	width:320px; 
	margin:0 0 0 10px;
	font-family: Arial, Helvetica;
	font-size:14px;
	color:#666666;
}

div.menu {
	position:relative;
	overflow:hidden;
	width:320px; 
	margin:0;
	background:url(img/submenu_bg.png) repeat-y top left; 
}

div.menu_ft {
	position:relative;
	overflow:hidden;
	width:320px;
	height:30px;
	float:left;
	background:url(img/submenu_ft.png) no-repeat top left;
}

div.menu ul { 
	padding:0; 
	margin:10px 10px 0 10px; 
	display:block; 
	list-style:none;
}

div.menu li{ 
	width:291px;
	font-family:Arial,Helvetica,Verdana; 
	font-size:14px; 
	text-align:left;
	line-height:18px;
	color:#333333; 
	float:left;
	margin:0;
	border-bottom:1px dotted #959E79;
	padding:2px 4px;
}

div.menu li.normal {
	height:20px;
}
/*
div.menu li.active {
	background:url(img/bg_menu_sel.png) no-repeat top left; 
}
*/
div.menu li.normal a {
	color:#222222; 
	text-decoration:none;
	font-weight:normal;
	display:block;
}

div.menu li.active a {
	color:#000000; 
	text-decoration:none;
	display:block;
}

div.menu li.normal a:hover {
	color:#CE142A;
}

p.submenu {
	font-weight:normal;
	font-size:12px;
	margin:2px 0 2px 0;
}

/* ------------------------- SUBMENU --------------------------------------- */

div.submenu_container {
	position:relative;
	overflow:visible;
	margin:0;
	padding:4px;
/*	width:291px; */
	font-family:Arial,Helvetica;
	font-size:12px;
	background:url(img/submenu_bg.png) no-repeat top left; 
}

div.submenu {
	position:relative;
	overflow:hidden;
	width:220px;
	float:left;

}

div.submenu_in {
	position:relative;
	overflow:hidden;
/*	margin:14px; */
	min-height:60px;
	background:url(img/bg_menu.png) no-repeat top left; 
}

div.submenu_fin {
	position:relative;
	overflow:hidden;
	margin:0;
	height:30px;
	background:url(img/submenu_ft.png) no-repeat top center; 
}

div.submenu ul { 
	padding:0; 
	margin:0; 
	margin-left:10px;
	display:block; 
	list-style:none;
}


div.submenu li {
	font-size:14px;
	height:20px;
	line-height:22px;
/*	background:url(img/control_000_small.png) no-repeat bottom left;*/
	padding:0;
	margin:0px 10px 2px 10px;
	border-top:1px dotted #5E7803;
}

div.submenu li a{
	color:#222222;
}

div.submenu li a:hover {
	color:#B85819;
	text-decoration:none;
}

div.submenu li.ini {
	border:0;
}

div.submenu li.active {
	font-size:14px;
	font-weight:bolder;
/*	background:url(img/control_double_000_small.png) no-repeat bottom left;*/
}

div.submenu li.active_ini {
	font-size:14px;
	font-weight:bolder;
	border:0;
/*	background:url(img/control_double_000_small.png) no-repeat bottom left;*/
}

div.submenu li.fin {
	font-size:14px;
	height:18px;
	line-height:18px;
	padding:6px 0 2px 20px;
	margin:0px 10px 4px 10px;
	border-top:1px dotted #5E7803;
}


/* ----------------------------- BANNERS ----------------------------------- */

div.banners {
	position:relative;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	padding:0 10px;
}

/* -------------------- CONTENEDORES ESTANDARIZADOS ------------------------ */

div.content_cnt {
	position:relative;
	overflow:hidden;
	width:980px;
	margin:0 auto;
	background:url(img/bg_content.jpg) repeat-x top left;
}

div.content_ft {
	position:relative;
	overflow:hidden;
	width:980px;
	height:125px;
	margin:0 auto;
	background:url(img/bg_content_ft.png) no-repeat top left; 
	float:left;
}

div.content{
	position:relative;
	overflow:hidden;
	margin:0;
}

div.content_left {
	position:relative;
	overflow:hidden;
	margin:0;
	float:left;
	width:340px;
}

div.content_right {
	position:relative;
	overflow:hidden;
	margin:0;
	float:right;
	width:620px;
	min-height:550px;
}

div.sub_container {
	position:relative;
	overflow:hidden;
	width:100%;
}

div.col_220 {
	position:relative;
	overflow:hidden;
	width:320px;
	background:url(img/col_220_bg.jpg) no-repeat top left;
}

div.col_220_in {
	position:relative;
	overflow:hidden;
	margin:14px;
}

div.col_320 {
	position:relative;
	overflow:hidden;
	width:320px;
	background:url(img/col_320_bg.jpg) no-repeat top center; 
}

div.col_320_in {
	position:relative;
	overflow:hidden;
	margin:14px;
	min-height:130px;
}

div.col_400 {
	position:relative;
	overflow:hidden;
	width:395px;
}

div.col_500 {
	position:relative;
	overflow:hidden;
	width:475px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #D4D4D4;
}

div.col_600 {
	position:relative;
	overflow:hidden;
	width:600px;
}


/* ---------------------- ITEMS DIVERSOS DE USO GENERAL -------------------- */


p.date {
	font-size:10px;
	margin-bottom:0;
	margin-top:12px;
}


p.more {
	float:right;
	font-weight:bolder;
	font-size:10px;
}

div.img_p {
	float:left;
	margin:0 14px 4px 8px;
}

div.img_left {
	float:left;
	margin:0 14px 4px 8px;
}

div.img_right {
	float:right;
	margin:0 8px 4px 14px;
}

h3.titular {
	font-family:Arial,Helvetica;
	font-size:20px;
	margin-top:0;
	padding-top:0;
	color:#A50A1D;
}

img.parrafo {
	padding:3px;
	border:1px solid #888888;
}

img.col {
	margin:5px;
/*	border:1px solid #D4D4D4; */
}

img.album {
	margin:0;
	padding:3px;
/*	border:1px solid #909090; */
}

/* ------------------------ FOOTER ----------------------------------------- */

div.footer_cnt {
	position:relative;
	overflow:hidden;
	width:1020px;
	margin:0 auto;
	background:#5E7803 url(img/bg_footer.jpg) no-repeat top left;
}

#footer {
	position:relative;
	overflow:hidden;
/*	width:900px; */
/*	height:100px; */
	margin:0 20px;
	padding-top:7px;
	font-family:Arial, Helvetica;
	font-size:10px;
	color:#ECECEC;
	text-align:left;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration:underline;
}

div.footerCredits {
	position:relative;
	overflow:hidden;
	width:280px;
	margin:0 auto;
}

div.footer_dir {
	position:relative;
	overflow:hidden;
	width:980px; 
/*	height:120px; */
	margin:0 auto;
	background:url(img/bg_footer_dir.png) no-repeat top center;
}

div.footer_dir ul {
	list-style-type:none;
	width:210px;
	padding:10px 12px 0 0;
	min-height:50px;
	margin:10px 0 10px 10px;
	float:left;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#737373;
	background: url(img/footer_dir_bg_col.png) repeat-y top right;
}

div.footer_dir ul.last {
	width:100px;
	background:none;
}

div.footer_dir ul ul {
	background:none;
	margin:0;
	margin-right:6px;
	padding:4px 0 0 10px;
}


div.footer_dir a {
	color: #ECECEC;
}

/* -------------------------------- FORMULARIOS ---------------------------- */

div.contacto {
	position:relative;
	overflow:hidden;
	padding-left:20px;
}

div.contacto label {
	font-family: Verdana;
	font-size:12px;
	color:#363636;
	margin-right:6px;
	width:150px;
}

div.contacto input,
div.contacto select,
div.contacto textarea {
	font-family: Verdana;
	font-size:12px;
	color:#565656;
	border:1px solid #9ba576;
	background-color:#ECECEC;
	margin:4px;
	padding:2px;
}

div.contacto input.sel,
div.contacto select.sel,
div.contacto textarea.sel {
	font-family: Verdana;
	font-size:12px;
	color:#363636;
	border:1px solid #9ba576;
	background-color:#FDF8D9;
	margin:4px;
	padding:2px;
}

div.contacto p.send {
	height:24px;
	line-height:22px;
	text-align:right;
}

div.contacto a.send {
	width:88px;
	height:24px;
	display:block;
	float:right;
	text-align:center;
	background:url(img/fixed/button_88.png) no-repeat top right;
}

/* ---------------------------- CAPAS DE CONTENIDOS  ----------------------- */

div.contenido {
	position:relative;
	overflow:hidden;
/*	width:100%;  */
	min-height:140px;
	margin:0 auto;
	padding:0;
	padding-right:20px;
}

div.contenido h3 {
	font-size:22px;
	color:#5E7803;
	margin-bottom:10px;
}

ul.album { 
	position:relative;
	overflow:hidden;
	padding:0; 
	margin:0 30px; 
	display:block; 
	list-style:none;
}

ul.album li{ 
	display:inline; 
	float:left;
	margin:8px;
/*	padding-bottom:6px; */
	background-color:#FFFFFF;
	border:2px solid #797979;
/*	background:url(img/bg_img_album.jpg) no-repeat bottom center; */
}

ul.button {
	padding:0; 
	margin:0 10px;
	display:block; 
	list-style:none;
	height:24px;
	line-height:22px;
	float:right;
}

li.button {
	background:url(img/fixed/button_88.png) no-repeat top center;
	text-align:center;
	display:inline;
	float:left;
}

li.button a {
	font-size:12px;
	color:#797979;
	width:92px;
	height:24px;
	display:block;
}

li.button a:hover {
	text-decoration:none;
}

/* --------------------- cuadro de envío  ---------------------- */

#sqr_send {
	position:absolute;
	top:47px;
	right:0px;
	width:420px;
	height:80px;
	background:url(img/fixed/sendinfo_bg.png) no-repeat top right;
	visibility:hidden;
	z-index:100;
	padding-top:20px;
	padding-left:30px;
}

#waiting {
	visibility:hidden;
}

/* Aportaciones ------------------------------------------------------------ */

div.commentSqr { 
	position:relative; 
	overflow:hidden; 
	float:left; 
	width:600px;  
	margin:6px 10px; 
	border-bottom:1px dotted #4c4c4c; 
}

div.commentContainer {	position:relative; overflow:hidden; background-color:#FFFFFF; font-family:Verdana,Helvetica,Arial; font-size:11px; color:#333333; }

div.commentHeader { position:relative; overflow:hidden; margin:10px;}
div.commentHeader p.form { float:right; font-size:16px; margin-top:22px; margin-right:15px; }

div.item_left {	position:relative; overflow:hidden; float:left; margin:2px; }
div.item_right { position:relative; overflow:hidden; float:right; margin:2px; }

div.commentForm { position:relative; overflow:hidden; margin:8px; border:1px solid #DBDBDB; background-color:#FFFFFF; height:450px; }
div.commentForm div.formulario { position:relative; overflow:hidden; width:474px; float:left; margin:6px; }
div.commentForm div.formulario label{ display:block; }
div.commentForm div.formulario input,
div.commentForm div.formulario textarea { font-family:Arial,Helvetica; font-size:12px; background-color:#ECECEC; border:1px solid #DBDBDB; }
div.commentForm div.formulario .sel { border:1px solid #797979; background-color:#FFFBD8; }
div.commentForm div.formulario .boton_form { display:block; background-color:#D9E2EB; border:1px solid #829BB4; padding:4px; color:#496E92; }

div.commentRules { position:relative; overflow:hidden; width:200px; float:right; margin:6px; padding-left:8px; border-left:1px solid #DBDBDB; font-size:11px; color:#686868; }
div.commentRules p { margin-bottom:6px; }

div.commentNav { position:relative; overflow:hidden; float:left; width:600px; margin:10px 10px 0px 10px; padding-top:8px; border-top:1px solid #DBDBDB; }
div.commentNav ul { display:block; height:28px; line-height:21px; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0 }
div.commentNav li { display:inline; font-family:Verdana,Arial,Helvetica; font-size:13px; font-weight:bolder; text-align:center; float:left; }
div.commentNav a.commentPage {display:block; background-color:#FFFFFF; margin:1px; padding:1px; width:20px; color:#5E7803; }
div.commentNav a.commentPageOn {display:block; background-color:#5E7803; margin:1px; padding:1px; width:20px; color:#FFFFFF; }
div.commentNav a.commentPage:hover { color:#ECECEC; background-color:#666666; }
