body {
	margin:0;
	background-color:#ABABAB;
}

#main_container {
	width:900px;
	margin:0 auto;
	padding:0;
}

#print_container {
	width:700px;
	margin:0 auto;
	padding:0;
}

h1 {
	font-family:Verdana;
	font-size:24px;
	text-decoration:none;
	font-weight:bolder; 
	color:#120030;
	text-align:left;
	padding-top:12px;
	margin-top:0;
	margin-bottom:6px; 
}


h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana;
	font-size:20px;
	color:#444444;
	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:126px;
	margin:0 auto;
	background: #FFFFFF url(img/header_logo.jpg) no-repeat top left;
}

img.right {
	margin:0;
	float:right;
}

img.left {
	margin:0;
	float:left;
}

/* ------------------------ MENU ----------------------------------------- */

div.menu {
	position:relative;
	overflow:hidden;
	height:42px;
	width:100%; 
	margin:84px 0 0 0;
	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:42px;
	line-height:45px;
	padding:0; 
	margin:0 10px 0 0; 
	display:block; 
	list-style:none;
/*	background:url(img/sep_normal_fin.jpg) no-repeat top right; */
}

div.menu li{ 
	display:inline; 
	font-family:Helvetica,Verdana; 
	font-size:14px; 
	text-align:center;
	color:#666666; 
	float:left;
}

div.menu li.normal {
	height:42px;
	padding-left:8px;
	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:#666666; 
	text-decoration:none;
	display:block;
}

div.menu li.active a {
	color:#A50A1D; 
	text-decoration:none;
	font-weight:bolder;
	display:block;
}

div.menu li.normal a:hover {
	color:#222222;
}

/* ------------------------- SUBMENU --------------------------------------- */

div.submenu_container {
	font-family:Arial,Helvetica;
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	width:320px;
	float:left;
}

div.submenu {
	position:relative;
	overflow:hidden;
	width:320px;
	float:left;
	background:url(img/submenu_bg.jpg) no-repeat top center;  
}

div.submenu_in {
	position:relative;
	overflow:hidden;
	margin:14px;
	min-height:120px;
}

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:13px;
	height:20px;
	line-height:20px;
/*	background:url(img/item_16x20_off.jpg) no-repeat bottom left; */
	padding:0;
	padding-left:15px;
	margin:0;
/*
	padding:6px 0 2px 0;
	margin:0px 10px 4px 10px; 
	border-top:1px dashed #D4D4D4; */
}

div.submenu li a{
	color:#666666;
}

div.submenu li.leftPart {
	font-size:16px;
	font-weight:bold;
	padding-left:8px;
	margin-top:5px;
}

div.submenu li.ini {
	border:0;
}

div.submenu li.active {
	font-size:13px;
	font-weight:bolder;
/*	background:url(img/item_16x20_on.jpg) no-repeat bottom left; */
}

div.submenu li.active_ini {
	font-size:13px;
	font-weight:bolder;
	border:0;
/*	background:url(img/item_16x20_on.jpg) 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;
	width:100%;
	height:265px;
	margin:0 auto;
	border-top:1px solid #D2D2D2;
}

div.banner_ft {
	position:absolute;
	overflow:hidden;
	bottom:0;
	left:0;
	width:900px;
	height:14px;
	background:url(img/banner_ft.jpg) no-repeat bottom center;
	z-index:100;
}

div.sponsors {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:10px auto;
	padding-top:10px;
}

div.sponsors ul {
	margin:0 auto;
	list-style:none;
	display:block;
}

div.sponsors li {
	width:128px;
	height:68px;
	margin:5px;
	padding:0;
	display:inline;
	vertical-align:middle;
}

/* -------------------- CONTENEDORES ESTANDARIZADOS ------------------------ */

#container {
	position:relative;
	overflow:hidden;
/*	width:900px; */
	min-height:550px;
	margin:0 auto;
	font-family:Arial,Helvetica;
	font-size:14px;
	color:#333333;
/*	background:url(img/bg_container.jpg) repeat-y top left;*/
	background-color:#FFFFFF;
}

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;
	padding-bottom:10px;
}

div.col_400 h3 {
	color:#FFFFFF;
	background:url(img/aec_col_400_h3.jpg) no-repeat top left;
}

div.col_500 {
	position:relative;
	overflow:hidden;
	width:475px;
	padding-bottom:10px;
}

div.col_500 h3 {
	color:#FFFFFF;
	background:url(img/aec_col_500_h3.jpg) no-repeat top left;
}

div.col_600 {
	position:relative;
	overflow:hidden;
	width:600px;
}

div.col_full {
	position:relative;
	overflow:hidden;
	width:100%;
}

/* ---------------------- 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:18px;
	margin-top:0;
	padding-top:0;
	color:#5f9fff;
	background:none;
}

h4.titular {
	font-family:Arial,Helvetica;
	font-size:18px;
	margin-top:0;
	margin-bottom:4px;
	padding-top:0;
	color:#5b7403;
	background:none;
}

h4.titular_news {
	font-family:Arial,Helvetica;
	font-size:18px;
	margin-top:0;
	margin-bottom:4px;
	padding-top:0;
	color:#5f9fff;
	background:none;
}

img.parrafo {
	padding:3px;
	border:1px solid #888888;
}

img.col {
	margin:0 11px 0 11px;
	border:1px solid #D4D4D4;
}

img.album {
	margin:0;
	padding:0;
	border:1px solid #909090;
}

/* ------------------------ FOOTER ----------------------------------------- */

div.footer_cnt {
	position:relative;
	overflow:hidden;
	width:100%; 
	margin:0 auto;
/*	background:#DCDCDC url(img/footer_bg.jpg) repeat-x top left; */
	border-top:1px solid #797979;
}

div.footer {
	position:relative;
	overflow:hidden;
/*	width:900px; */
	height:50px;
	margin:0 auto;
	padding-top:7px;
	font-family:Arial, Helvetica;
	font-size:10px;
	color:#737373;
	text-align:left;
/*	border-top:3px solid #D4D4D4;*/
}

div.footer a:link,
div.footer a:active,
div.footer a:visited {
	text-decoration:none;
	color:#636363;
}

div.footer a:hover {
	text-decoration:underline;
}

div.footerCredits {
	position:relative;
	overflow:hidden;
	width:300px;
	margin:0 auto;
}

div.footer_dir {
	position:relative;
	overflow:hidden;
	width:960px; 
	margin:10px auto 10px auto;
}

div.footer_dir ul {
	list-style-type:none;
	width:150px;
	padding:4px 16px 4px 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:100px;
	background:none;
}

div.footer_dir ul ul {
	background:none;
	margin:0;
	padding:4px 0 0 6px;
}


div.footer_dir a {
	color: #4e6dad;
}

/* -------------------------------- FORMULARIOS ---------------------------- */

div.contacto {
	position:relative;
	overflow:hidden;
	padding-right:20px;
	width:270px;
	float:right;
}

div.contacto h3 {
	color:#FFFFFF;
	font-weight:normal;
	background:url(img/aec_contacto_h3.jpg) no-repeat top left;
}

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:14px;
	padding-right:14px;
	background-color:#FFFFFF;
/*	width:550px; */
}


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 6px;
	padding-bottom:9px;
	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:14px;
	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;
}

/* Calendarios ------------------------------------------------------------- */

div.calendar_sqr {
	position:relative;
	overflow:hidden;
	width:80px;
	height:89px;
	margin:2px 8px 10px 2px;
	background:url(img/calendario_verde.jpg) no-repeat top left;
	float:left;
}

p.calendar_anyo {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:white;
	text-align:center;
	margin-bottom:0;
	margin-top:4px;
}

p.calendar_mes {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#888888;
	text-align:center;
	margin-bottom:0;
	margin-top:3px;
}

p.calendar_dia {
	font-family:arial;
	font-size:36px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	margin-top:0;
}

/* Columnas club ----------------------------------------------------------- */

div.col_club {
	position:relative;
	overflow:hidden;
	width:270px;
}

div.col_club h3 {
	color:#FFFFFF;
	font-weight:normal;
	background:url(img/aec_col_club_h3.jpg) no-repeat top left;
}