body {
	margin:0;
	background:#43bdeb url(img/bg_body.jpg) repeat-x top left;
}

#main_container {
	width:900px;
	margin:0 auto;
	padding:0;
}

#print_container {
	width:700px;
	margin:0 auto;
	padding:0;
}

h1 {
	font-family:Verdana,Arial,Helvetica;
	font-size:20px;
	text-decoration:none;
/*	font-weight:bolder; */
	color:#172D76;
	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 {
	position:relative;
	overflow:hidden;
/*	width:900px; */
	height:122px;
	margin:0 auto;
	background: url(img/header_logo.png) no-repeat top left;
}

img.right {
	margin:0;
	float:right;
}

img.left {
	margin:0;
	float:left;
}

p.right {
	font-size:10px;
	text-align:right;
	margin:14px 16px 0 0;
}

/* ------------------------ MENU ----------------------------------------- */

div.menu {
	position:relative;
	overflow:hidden;
	height:37px;
	width:880px; 
	margin:8px 10px 0 10px;
	font-family: Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#666666;
	background:#FFFFFF url(img/opc_normal.jpg) repeat-x top left;
}

div.menu ul { 
	height:37px;
	line-height:36px;
	padding:0;
	margin:0; 
	display:block; 
	list-style:none;
	background:url(img/menu_end.jpg) no-repeat top right;
}

div.menu li{ 
	display:inline; 
	font-family:Helvetica,Verdana; 
	font-size:14px; 
	text-align:center;
	color:#ECECEC; 
	float:left;
}

div.menu li.normal {
	height:42px;
	padding-left:14px;
	padding-right:8px;
	background:url(img/opc_normal.jpg) repeat-x top left;
}

div.menu li.active {
	height:42px;
	padding-left:8px;
	padding-right:8px;
	background:url(img/opc_active.jpg) repeat-x top left;
}

div.menu li.normal a {
	color:#ECECEC; 
	text-decoration:none;
	display:block;
}

div.menu li.active a {
	color:#172D76; 
	text-decoration:none;
	font-weight:bolder;
	display:block;
}

div.menu li.normal a:hover {
	color:#FFFFFF;
}

/* ------------------------- SUBMENU --------------------------------------- */

div.submenu_container {
	position:relative;
	overflow:hidden;
	margin:10px;
	padding:0;
	width:240px;
	float:left;
	min-height:300px;
}

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:14px;
	min-height:90px;
}

div.submenu_fin {
	position:relative;
	overflow:hidden;
	margin:0;
	height:30px;
	background:url(img/submenu_ft.jpg) no-repeat top center; 
}

div.submenu ul { 
	padding:0; 
	margin:0; 
	display:block; 
	list-style:none;
}


div.submenu li {
	font-size:14px;
	height:20px;
	line-height:26px;
	background:url(img/control.png) no-repeat bottom left;
	padding:3px 0 2px 20px;
	margin:0px 10px 4px 10px;
	border-top:1px dashed #6666FF;
}

div.submenu li a{
	color:#666666;
}

div.submenu li.ini {
	border:0;
}

div.submenu li.active {
	font-size:13px;
	font-weight:bolder;
	background:url(img/control_double.png) no-repeat bottom left;
}

div.submenu li.active_ini {
	font-size:13px;
	font-weight:bolder;
	border:0;
	background:url(img/control_double.png) no-repeat bottom left;
}

div.submenu li.fin {
	font-size:14px;
	height:20px;
	line-height:20px;
	padding:6px 0 2px 20px;
	margin:0px 10px 4px 10px;
	border-top:1px dashed #D4D4D4;
}


/* ----------------------------- BANNERS ----------------------------------- */

div.banners {
	position:relative;
	overflow:hidden;
/*	margin-top:10px;*/
	float:left;
}

/* -------------------- CONTENEDORES ESTANDARIZADOS ------------------------ */

#container {
	position:relative;
	overflow:hidden;
/*	width:900px; */
	min-height:250px;
	margin:4px auto 0 auto;
	font-family:Arial,Helvetica;
	font-size:14px;
	color:#333333;
	background:url(img/bg_container.png) no-repeat top left;
}

div.container_end {
	position:relative;
	overflow:hidden;
	height:40px;
	margin:0 auto;
	background:url(img/bg_container_end.png) no-repeat top left;
}

div.sub_container {
	position:relative;
	overflow:hidden;
}

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: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:900px; 
	height:80px
	margin:0 auto;
/*	background:#DCDCDC url(img/bg_footer.png) no-repeat top center; */
	background: url(img/bg_footer_dir.png) no-repeat top left;
}

div.footer {
	position:relative;
	overflow:hidden;
/*	width:900px; */
	height:80px; 
	margin:0 auto;
	padding:8px 15px 0 15px;
	font-family:Arial, Helvetica;
	font-size:10px;
	color:#333333;
	text-align:left;
/*	border-top:3px solid #D4D4D4; */

}

div.footer a:link,
div.footer a:active,
div.footer a:visited {
	text-decoration:none;
	color:#333333;
}

div.footer a:hover {
	text-decoration:underline;
}

div.footerCredits {
	margin-left: 300px;
	text-align:center;
}

div.footerCredits img {
	margin:3px;
}

div.footer_dir {
	position:relative;
	overflow:hidden;
	width:900px; 
	margin:4px auto 6px auto;
/*	background:url(img/bg_footer_dir.png) no-repeat top left;*/
/*	background-color:#DCDCDC; */
}

div.footer_dir ul {
	list-style-type:none;
	width:110px;
	padding:4px 10px 0 0;
	min-height:50px;
	margin:0 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:110px;
	background:none;
}

div.footer_dir ul ul {
	background:none;
	margin:0;
	padding:4px 0 0 12px;
}


div.footer_dir a {
	color: #4e6dad;
}

/* -------------------------------- FORMULARIOS ---------------------------- */

div.contacto {
	position:relative;
	overflow:hidden;
	padding-left:20px;
}

div.contacto label {
	font-family: Verdana;
	font-size:12px;
	color:#8E8E8E;
	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 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:30px;
/*	width:550px; */
}


ul.album { 
	position:relative;
	overflow:hidden;
	padding:0; 
	margin:0 10px 0 30px; 
	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;
}

/* Slideshow --------------------------------------------------------------- */

div.slideshowCont {
	position:relative;
	overflow:hidden;
	float:left;
	margin:5px;
	padding:20px;
	width:400px; 
	height:300px;
	background:url(img/bg_slideshow.png) no-repeat top left;
}
