body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS","Lucida Sans Unicode",Arial,Helvetica;
	font-size:0.88em;
	color:#333333;
	background:#779AD0 url(img/bg_container.jpg) repeat top center;
}

#main_container {
	width:100%;
	margin:0;
	padding:0;
}

#print_container {
	width:700px;
	margin:0 auto;
	padding:0;
}

h1 {
	font-family:"Times New Roman",Arial,Helvetica;
	font-size:24px;
	text-decoration:none;
/*	font-weight:bolder; */
	color:navy;
	text-align:left;
	padding-top:12px;
	margin-top:0;
	margin-bottom:6px; 
}


h3 {
	font-family:"Trebuchet MS","Lucida Sans Unicode",Arial, Helvetica, Verdana;
	font-size:20px;
	color:#000078;
	font-weight:normal;
	text-align:left;
	padding-top:4px;
	padding-left:0px;
	margin-top:0;
	margin-bottom:4px;
}


p { margin:6px 0 6px 0; padding:0 8px 0 8px; text-align:left; }
p.blogRot { margin-left:10px; }
p.blogDir { font-size:11px; margin-left:10px; }

ul.blogDir { font-size:11px; padding-left:20px; list-style-type:none; margin:0; }

p.mini { font-size:11px; color:#222222; padding:0; margin:2px 10px; float:left; }

div.followMe { position:relative; overflow:hidden; margin:6px; background-color:#E1E1E1; text-align:center; }

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;
	width:100%; 
	height:90px;
	margin:0;
/*	background-color:#FFFFFF; */
}

div.header {
	position:relative;
	overflow:hidden;
	width:900px;
	height:90px;
	margin:0 auto;
	font-family:"Times New Roman",Helvetica;
	font-size:24px;
/*	color:#565656; */
	color:#FFF;
/*	background: url(img/pmondejar_logo_web_w.jpg) no-repeat top left; */
}

img.right {
	margin:0;
	float:right;
}

img.left {
	margin:0;
	float:left;
	z-index:15;
}

/* ------------------------ MENU ----------------------------------------- */

div.menu_cnt {
	position:absolute;
	overflow:hidden;
/*	width:920px;  */
	height:30px;
	top:60px;
	right:10px;
	margin:0;
/*	background:#FFFFFF url(img/opc_normal.jpg) repeat-x bottom left; */
	z-index:10;
}

div.menu {
	position:relative;
	overflow:hidden;
/*	width:800px; */
	margin:0 auto; 
/*	background:url(img/bg_menu.png) repeat top left; */
}

div.menu ul { 
	height:40px;
/*	line-height:48px;  */
	padding:0; 
	margin:0; 
	display:block;  
	list-style:none;
	float:right;
/*	background:url(img/bg_banner.png) repeat top left; */
}

div.menu li{ 
	display:inline;  
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana;  
	font-size:16px; 
	text-align:center;
	color:#464646; 
	float:left;
}

div.menu li.normal {
/*	height:30px; */
/*	background:url(img/opc_normal.jpg) repeat-x bottom left; */
}

div.menu li.active {
	height:35px; 
/*	background:url(img/opc_active.jpg) repeat-x bottom left; */
}

div.menu li.separator {
/*	height:30px;
	background:url(img/opc_separator.jpg) repeat-x bottom left; */
}

div.menu li.sep_active_ini {
/*	width:12px;
	height:30px;
	background:url(img/sep_active_ini.jpg) repeat-x bottom right; */
}

div.menu li.sep_active_fin {
/*	width:12px;
	height:30px;
	background:url(img/sep_active_fin.jpg) repeat-x bottom left; */
}


div.menu li.normal a {
	color:#666666; 
	text-decoration:none;
	display:block;
	padding-top:3px;
	padding-left:8px;
	padding-right:8px;
	height:30px;
	line-height:30px;
}

div.menu li.active a {
	color:#444444; 
	text-decoration:none;
	font-weight:bolder;
	display:block;
	padding-left:8px;
	padding-right:8px;
	height:30px;
	line-height:22px;
	border-top:3px solid #444444;
}

div.menu li.normal a:hover {
	color:#333333;
}

/* ------------------------- SUBMENU --------------------------------------- */

div.full_banner_container {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
	height:180px;
/*	float:left; */
	background:url(img/bg_banner.jpg) repeat-x top left;
}

div.submenu_container {
	position:relative;
	overflow:hidden;
	width:220px;
	margin:10px;
	float:right;
	background:url(img/bg_banner.png) repeat top left;
}

div.submenu {
	position:relative;
	overflow:hidden;
	width:220px;
	float:left;
/*	background:url(img/submenu_bg.jpg) no-repeat top center; */
}

div.submenu_in {
	position:relative;
	overflow:hidden;
	margin:10px;
/*	min-height:100px; */
}

div.submenu_fin {
	position:relative;
	overflow:hidden;
	margin:0;
	height:10px;
	border-top:2px solid #A8CCF0;
/*	background:url(img/submenu_ft.jpg) no-repeat top center;  */
}

div.submenu ul { 
	padding:0; 
	margin:0; 
	display:block; 
	list-style:none;
	font-size:14px;
}


div.submenu li {
	height:20px;
	line-height:20px;
/*	background:url(img/item_16x20_off.jpg) no-repeat bottom left; */
	padding:6px 0 2px 20px;
	margin:0px 10px 4px 10px;
/*	border-top:1px dotted #343434; */
	text-align:right;
}

div.submenu li a{
	color:#343434;
}

div.submenu li.ini {
	border:0;
}

div.submenu li.active {
	color:#454545;
	font-weight:bolder; 
/*	background:url(img/item_16x20_on.jpg) no-repeat bottom left; */
}

div.submenu li.active_ini {
	font-weight:bolder;
	border:0;
/*	background:url(img/item_16x20_on.jpg) no-repeat bottom left; */
}

div.submenu li.fin {
	height:20px;
	line-height:20px;
	padding:6px 0 2px 20px;
	margin:0px 10px 4px 10px;
/*	border-top:1px dotted #343434; */
}


/* ----------------------------- BANNERS ----------------------------------- */

div.banners {
	position:relative;
	overflow:hidden;
	float:left;
}

/* -------------------- CONTENEDORES ESTANDARIZADOS ------------------------ */
div.content_cnt {
	position:relative;
	overflow:hidden;
	width:100%; 
	margin:0 auto;
/*	background-color:#FFFFFF;
	border-right:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1; */
}

div.content {
	position:relative;
	overflow:hidden;
	width:900px;
	min-height:550px;
	margin:0 auto;
/*	font-family:Arial,Helvetica; */
	font-size:14px;
	color:#111111;

	/*	background:url(img/bg_container.jpg) repeat-y top left; */
}

div.credits {
	position:absolute;
	overflow:hidden;
	width:900px;
	bottom:0;
	right:0;
}

div.sub_container {
	position:relative;
	overflow:hidden;
}

div.sub_container h1 {
	font-family:Arial;
}

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:11px;
	text-align:right;
}

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:0 11px 0 11px;
	border:1px solid #D4D4D4;
}

img.album {
	margin:0;
	padding:3px;
	border:1px solid #909090;
}

/* ------------------------ FOOTER ----------------------------------------- */

div.footer_cnt {
	position:relative;
	overflow:hidden;
	width:960px; 
	margin:0 auto;
	background:url(img/bg_footer.png) no-repeat top center;

}

div.footer {
	position:relative;
	overflow:hidden;
	width:400px; 
/*	height:100px; */
	margin:10px 20px 0 0;
	padding-top:4px;
/*	font-family:Arial, Helvetica; */
	font-size:10px;
	color:#363636;
	text-align:left;
/*	border-top:1px solid #DCDCDC; */
	float:right;
}

div.footerCredits {
	margin-left: 350px;
}

div.footer a:link,
div.footer a:active,
div.footer a:visited {
	text-decoration:none;
	color:#363636;
}

div.footer a:hover {
	text-decoration:underline;
}

div.footer_dir {
	position:relative;
	overflow:hidden;
	width:740px; 
	margin:14px 0 0 50px;
/*	background-color:#ECEDEE; */
	float:left;
}

div.footer_dir ul {
	list-style-type:none;
	width:110px;
	padding:0;
	min-height:50px;
	margin:0 0 10px 0px;
	float:left;
/*	font-family:Arial, Helvetica; */
	font-size:11px;
	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;
	padding:4px 0 0 0;
}


div.footer_dir a {
	color: #464646;
}


/* -------------------------------- FORMULARIOS ---------------------------- */

div.contacto {
	position:relative;
	overflow:hidden;
	margin:10px 40px;
	padding:20px 20px 20px 40px;
	background:url(img/bg_banner.png) repeat top left;
}

div.contacto label {
/*	font-family: Verdana; */
	font-size:12px;
	color:#343434;
	margin-right:6px;
	width:150px;
}

div.contacto input,
div.contacto select,
div.contacto textarea {
	font-family: Verdana;
	font-size:12px;
	color:#666666;
	border:1px solid #D4D4D4;
	background-color:#ECECEC;
	margin:4px;
	padding:2px;
}

div.contacto input.sel,
div.contacto select.sel,
div.contacto textarea.sel {
	background-color:#FFFEE5;
	border:1px solid #797979;
}

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;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:40px;
	margin-top:10px;
	background:url(img/bg_banner.png) repeat top left;
}


ul.album { 
	position:relative;
	overflow:hidden;
	padding:0; 
	margin:0 10px 0 0; 
	display:block; 
	list-style:none;
}

ul.album li{ 
	display:inline; 
	float:left;
	margin:4px;
	padding-bottom:6px;
	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;
}

/* Pruebas contenedor slider */

div.cnt_slider {
	position:relative;
	overflow:scroll;
	margin:0;
	height:400px;
}

div.cont_sld {
	position:relative;
	overflow:hidden;
	width:250px;
	height:400px;
	background-color:#FFFFFF;
	border-left:1px solid #909090;
	border-top:1px solid #909090;
	border-bottom:1px solid #909090;
}

div.intro {
	font-family:Arial,Helvetica; font-size:11px; 
}

/* Comentarios a las noticias ============================================== */

div.commentContainer {	position:relative; overflow:hidden; margin-top:16px; background:url(img/bg_banner.png) repeat top left; font-family:Verdana,Helvetica,Arial; font-size:11px; color:#333333; }

div.commentHeader { position:relative; overflow:hidden; margin:10px;}

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:#F8F8F8; }
div.commentForm div.formulario { position:relative; overflow:hidden; width:350px; float:left; margin:8px; }
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:230px; float:right; margin:6px; padding-left:8px; border-left:1px solid #DBDBDB; font-size:12px; color:#686868; }
div.commentRules p { margin-bottom:6px; }

div.commentNav { position:relative; overflow:hidden; float:left; 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.commentPageOn {display:block; background-color:#FFFFFF; border:1px solid #000000;  margin:1px; padding:1px; width:20px; color:#2DCFFC; }
div.commentNav a.commentPage {display:block; background-color:#000000; border:1px solid #FFFFFF; margin:1px; padding:1px; width:20px; color:#FFFFFF; }
div.commentNav a.commentPage:hover { color:#ECECEC; background-color:#666666; }

div.commentSqr { position:relative; overflow:hidden; margin:6px 10px; border-top:1px solid #ECECEC; }
div.commentSqr .commentDate {font-size:10px; color:#555555; }

/* Redes sociales ---------------------------------------------------------- */

div.share { float:right; }