@import url("../css/reset.css");

/*  
BLUE - #0BB2DD

Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em "Lucida Sans", "Lucida Grande", sans-serif;
    color: #999;
	margin: 0;
	background: #000;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

a {
	color: #0BB2DD;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
.highWhite{
	color: #fff;	
}



/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 100%;  
	position: relative;
	background: url(../gfx/bg.jpg) no-repeat 50% 0;
	background-attachment: fixed;
}
#logo {
	display: block;
	width: 313px;
	height: 126px;
	background: url(../gfx/logo.png) no-repeat 0 0;
	text-indent: -999em;
	position: absolute;
	top: 25px;
	left: 30px;
}
#header {
	height: 161px;
	background: url(../gfx/header_bg.jpg) no-repeat 50% 0;
}

/* -------- SUB HEADER ------------ */
#subheader {
	height: 203px;
	background: url(../gfx/subheader_bg.jpg) repeat-x 0 0;
	position: relative;
}
#subheader h1 {
	font: 40px Arial, Helvetica, sans-serif;
	line-height: 40px;
	color: #0BB2DD;
	letter-spacing: -1px;
	font-weight: bold;
	position: absolute;
	top: 85px;
	left: 30px;
}
#subheader h1 strong {
	color: #fff;
}
#subheader p {
	position: absolute;
	top: 135px;
	left: 30px;
	color: #fff;
}
#subheader .header_content {
	height: 203px;
	background: url(../gfx/subheader_title_bg.png) no-repeat -10% 120%;
}
.header_content {
	width: 990px;
	height: 161px;
	position: relative;
	margin: 0 auto;
}


/* -------- CONTAINERS ------------ */
#outter_content {
	width: 990px;
	margin: 0 auto;
	background: url(../gfx/transbg.png) repeat 0 0;
}
#outter_content p {
	line-height: 22px;
	margin: 0 0 25px 0;
}
#outter_content #primary h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#outter_content #primary .colBox {
	width:280px;
	padding: 25px;
	float: left;
}

#outter_content #primary .colBox .col_image {
	margin: 0 0 20px 0;
}

#outter_content #primary .colBox ul {
	margin: 0 0 20px 0;
}

#outter_content #primary #blog_list .blog_date {
	display: block;
	float: left;
	font-size: 10px;
	margin: 0 10px 0 0;
}
#outter_content #primary #blog_list li {
	font-weight: bold;
	font-size: 11px;
	display: block;
	clear: both;
	color: #fff;
	padding: 10px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #484640;
}

#outter_content #primary #recursos_list li {
	display: block;
	clear: both;
	padding: 6px 0 6px 30px;
	margin:0 0 4px 0;
	background:url(../gfx/white_arrow.png) no-repeat 0 50%;
}

/* -------- INSIDE ONTAINERS ------------ */
#inside_content {
	width: 990px;
	margin: 0 auto;
	background: url(../gfx/inside_transbg.png) repeat-y 0 0;
}
#inside_content #primary {
	width: 636px;
	float: right;
	padding: 30px 37px;
}

#inside_content #secondary {
	width: 272px;
	float: left;
}

/* STYLES */
#inside_content #primary .date {
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	font-weight: normal;
}
#inside_content p {
	line-height: 22px;
	margin: 0 0 25px 0;
}
#inside_content p.headline {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
}
#inside_content h2 {
	color: #0BB2DD;
	font-size: 24px;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
	font-weight: normal;
}

#inside_content h3 {
	font: 22px Cambria, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	margin: 0 0 10px 0;
	color: #0BB2DD;
	background: url(../gfx/h3_shadow.png) no-repeat 0 100%;
	padding: 0 0 35px 0;
}
#inside_content h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#inside_content h5 {
	background: url(../gfx/blue_arrow.gif) no-repeat 0 50%;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 25px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#inside_content h6 {
	background: url(../gfx/white_arrow.gif) no-repeat 0 50%;
	font-size: 12px;
	color: #0BB2DD;
	padding: 0 0 0 25px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#inside_content #primary blockquote {
	padding: 28px 0 0 0;
	background: url(../gfx/bquote_top.png) no-repeat 0 0;
	margin: 0 0 10px 0;
}
#inside_content #primary blockquote span {
	width: 566px;
	display: block;
	background: url(../gfx/bquote_bottom.png) no-repeat 0 100%;
	padding: 15px 35px 45px 35px;
	color: #CCC;
	font:  italic 16px/1.5em Cambria, Georgia, "Times New Roman", Times, serif;
}
#inside_content #primary blockquote h3 {
	background: none;
	padding: 0;
	margin: 0 0 15px 0;
}


#inside_content #primary ol {
	list-style-type: upper-roman;
	margin: 0 0 0 65px;
	padding: 15px 0;
}
#inside_content #primary ul {
	margin: 0 0 40px 40px;
	padding: 15px 0;
}
#inside_content #primary ul li {
	background: url(../gfx/blue_arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 30px;
	line-height: 25px;
}
#inside_content #primary ol li, ul li {
	color: #fff;
	font-size: 14px;
	margin: 0 0 20px 0;
}


#secondary .sidebox {
	background: url(../gfx/sidebox_top_shadow.png) no-repeat 0 0;
	padding: 20px 0 0 0;
	margin: 0 0 15px 0;
}
#secondary .sidebox .inner_sidebox {
	background: url(../gfx/sidebox_bt_shadow.png) no-repeat 0 100%;
	padding: 10px 25px 35px 25px;
	font-size: 11px;
}
#secondary .sidebox .inner_sidebox img {
	margin: 0 0 10px 0;
}
#secondary .sidebox .inner_sidebox p {
	line-height: 16px;
	margin: 0;
}
#secondary .sidebox .inner_sidebox .sidebox_cta {
	font-weight: bold;
}


#secondary #side_noticias ul li {
	font-size: 11px;
	background: url(../gfx/white_arrow.gif) no-repeat 0 30%;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #666;
	margin: 0;
}


#secondary #side_contact {
	background: none;	
}
#secondary #side_contact p {
	font-size: 11px;
	line-height: 18px;
}
#secondary #side_contact p strong {
	color: #fff;
}	


/* -------- SUBNAV ------------ */
#secondary #subnav {
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
}

#secondary #subnav li {
	margin: 0 0 5px 0;
	height: 38px;
}
#secondary #subnav li a {
	font-size: 12px;
	width: 230px;
	color: #999;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 40px;
	background: url(../gfx/subnav_bg.png) no-repeat 0 0;
	display: block;
}
#secondary #subnav li a:hover,#secondary #subnav li.active a {
	background-position: 0 -38px;
	color: #fff;
}



/* -------- BUTTONS ------------ */
#btn_membership {
	display: block;
	width: 240px;
	height: 72px;
	text-indent: -999em;
	background: url(../gfx/btn_reg_large.png) no-repeat 0 0;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: 250px;
}
#btn_membership:hover {
	background-position: 0 -72px;
}


#primary .colBox .cta {
	height: 27px;
	text-indent: -999em;
	display: block;
}

#primary .colBox #cta_A {
	width: 216px;
	background: url(../gfx/btn_cta_1.png) no-repeat 0 0;
}
#primary .colBox #cta_A:hover {
	background-position: 0 -27px;
}

#primary .colBox #cta_B {
	width: 165px;
	background: url(../gfx/btn_cta_2.png) no-repeat 0 0;
}
#primary .colBox #cta_B:hover {
	background-position: 0 -27px;
}

#primary .colBox #cta_C {
	width: 171px;
	background: url(../gfx/btn_cta_3.png) no-repeat 0 0;
}
#primary .colBox #cta_C:hover {
	background-position: 0 -27px;
}



/* -------- UTILITY NAV ------------ */
#utility_nav {
	width: 324px;
	height: 31px;
	background: url(../gfx/utility_nav_bg.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 165px;
}
#utility_nav ul {
	width: 265px;
	margin: 0 auto;
}
#utility_nav ul li {
	float: left;
	margin: 0 8px;
}
#utility_nav ul li a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C1DFE7;
	line-height: 30px;
}
#utility_nav ul li a:hover {
	color: #fff;
}



/* -------- HEAD LOGIN CONTAINER ------------ */
#login_container {
	width: 480px;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: 15px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
#login_container form {
	position: relative;
	padding: 25px 0 0 0;
}
#login_container .user_fieldbox {
	clear: both;
	margin: 0 0 10px 0;
}
#login_container .user_fieldbox label {
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	height: 31px;
	line-height: 31px;
	text-align: right;
	width: 135px;
	padding: 0 15px 0 0;
}
#login_container .user_fieldbox input {
	font-size: 12px; 
	color: #333;
	padding: 0 10px 0 10px;
	display: block;
	border: none;
}
#login_container #username {
	width: 300px;
	height: 27px;
	background: url(../gfx/login_email_bg.png) no-repeat 0 0;
}
#login_container #password {
	width: 200px;
	height: 27px;
	background: url(../gfx/login_pass_bg.png) no-repeat 0 0;
	float: left;
	margin: 0 8px 0 0;
}

#login_container .log_links {
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	padding: 0 0 0 160px;
}

#login_container #btn_login {
	width: 87px;
	height: 27px;
	display: block;
	text-indent: -999em;
	border: none;
	cursor: pointer;
	background: url(../gfx/btn_login.png) no-repeat 0 0;
}
#login_container #btn_login:hover {
	background-position: 0 -27px;
}


/* -------- HEAD LOGIN USER ------------ */
#loggedBox {
	padding: 10px 25px 0 0;	
}
#login_container #loggedBox img {
	padding: 2px;
	background: #000;
	border: 1px solid #0AA4C9;
	float: right;
	margin: 0 0 0 25px;
}
#loggedBox .logged_user {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #0BB2DD;
	margin: 0 0 5px 0;
}
#loggedBox .logged_user strong {
	color: #fff;
}
#loggedBox .logged_info {
	font-size: 10px;
	text-align: right;
}
#loggedBox .logged_info strong {
	color: #CCC;	
}

#login_container #loggedBox #btn_micuenta {
	width: 71px;
	height: 22px;
	display: block;
	background: url(../gfx/btn_micuenta.png) no-repeat 0 0;
	text-indent: -999em;
	position: absolute;
	bottom: 5px;
	right: 175px;
}
#login_container #loggedBox #btn_micuenta:hover {
	background-position: 0 -22px;	
}
#login_container #loggedBox #btn_salir {
	width: 44px;
	height: 22px;
	display: block;
	background: url(../gfx/btn_salir.png) no-repeat 0 0;
	text-indent: -999em;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 125px;
}
#login_container #loggedBox #btn_salir:hover {
	background-position: 0 -22px;	
}







/* -------- NAVIGATION ------------ */
#navigation {
	width: 990px;
	margin: 0 auto;
	position: absolute;
	top: 161px;
	left: 50%;
	margin: 0 0 0 -462px;
	height: 58px;
}
#navigation ul li {
	float: left;
	margin: 0 15px 0 0;
	height: 48px;
	padding: 10px 0 0 0;
}
#navigation ul li .gnav {
	font-size: 12px;
	display: block;
	height: 35px;
	color: #C1DAE0;
	font-weight: normal;
	background: url(../gfx/menu_bg.png) no-repeat 0 -25px;
	text-align: center;
	line-height: 25px;
	float: left;
}

#navigation ul li:hover {
	background: url(../gfx/menu_arrow.png) no-repeat 50% 100%;
}

/* -- HOME -- */
#navigation ul #n-inicio .gnav {
	width: 63px;
}
body#inicio #navigation ul #n-inicio {
	background: url(../gfx/menu_arrow.png) no-repeat 50% 100%;
}
body#inicio #navigation ul #n-inicio .gnav, #navigation ul #n-inicio .gnav:hover {
	background-position: 0 0;
	color: #fff;
}

/* -- ESCUELA -- */
#navigation ul #n-escuela .gnav {
	width: 130px;
}
body#escuela #navigation ul #n-escuela {
	background: url(../gfx/menu_arrow.png) no-repeat 50% 100%;
}
body#escuela #navigation ul #n-escuela .gnav, #navigation ul #n-escuela .gnav:hover {
	background-position: -77px 0;
	color: #fff;
}

/* -- NOTICIAS -- */
#navigation ul #n-noticias .gnav {
	width: 109px;
}
body#blog #navigation ul #n-noticias {
	background: url(../gfx/menu_arrow.png) no-repeat 50% 100%;
}
body#blog #navigation ul #n-noticias .gnav, #navigation ul #n-noticias .gnav:hover {
	background-position: -222px 0;
	color: #fff;
}

/* -- RECURSOS -- */
#navigation ul #n-recursos .gnav {
	width: 152px;
}
body#recursos #navigation ul #n-recursos {
	background: url(../gfx/menu_arrow.png) no-repeat 50% 100%;
}
body#recursos #navigation ul #n-recursos .gnav, #navigation ul #n-recursos .gnav:hover {
	background-position: -347px 0;
	color: #fff;
}

/* -- CONSEJOS -- */
#navigation ul #n-consejos .gnav {
	width: 142px;
}
body#consejos #navigation ul #n-consejos {
	background: url(../gfx/menu_arrow.png) no-repeat 50% 100%;
}
body#consejos #navigation ul #n-consejos .gnav, #navigation ul #n-consejos .gnav:hover {
	background-position: -513px 0;
	color: #fff;
}

/* -- PREGUNTAS -- */
#navigation ul #n-preguntas .gnav {
	width: 144px;
}
body#preguntas #navigation ul #n-preguntas {
	background: url(../gfx/menu_arrow.png) no-repeat 50% 100%;
}
body#preguntas #navigation ul #n-preguntas .gnav, #navigation ul #n-preguntas .gnav:hover {
	background-position: -668px 0;
	color: #fff;
}

/* -- CONTACT -- */
#navigation ul #n-contacto .gnav {
	width: 102px;
}
body#contacto #navigation ul #n-contacto {
	background: url(../gfx/menu_arrow.png) no-repeat 50% 100%;
}
body#contacto #navigation ul #n-contacto .gnav, #navigation ul #n-contacto .gnav:hover {
	background-position: -828px 0;
	color: #fff;
}



/* -------- FOOTER ------------ */
#foot_wrapper {
	width: 100%;
	background: url(../gfx/footer_bg.jpg) repeat-x 0 0;
	height: 90px;
}
#footer {
	margin: 0 auto;
	width: 990px;
	position: relative;
}
#footer .copy {
	font-size: 10px;
	color: #888;
	position: absolute;
	right: 0;
	top: 20px;
}
#footer a {
	color: #fff;
}
#footer a:hover, #footer #foot_nav a:hover {
	color: #0BB2DD;
}


#footer #foot_nav {
	position: absolute;
	top: 20px;
	left: 5px;
}
#footer #foot_nav li {
	float: left;
	margin: 0 20px 0 0;
}
#footer #foot_nav li a {
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}


#footer #btn_facebook {
	display: block;
	width: 80px;
	height: 20px;
	text-indent: -999em;
	background: url(../gfx/social_icons.png) no-repeat 0 0;
	position: absolute;
	top: 45px;
	right: 120px;
}	
#footer #btn_facebook:hover {
	background-position: 0 -20px;
}

#footer #btn_rss {
	display: block;
	width: 22px;
	height: 20px;
	text-indent: -999em;
	background: url(../gfx/social_icons.png) no-repeat -88px 0;
	position: absolute;
	top: 45px;
	right: 90px;
}	
#footer #btn_rss:hover {
	background-position: -88px -20px;
}

#footer #btn_twitter {
	display: block;
	width: 82px;
	height: 20px;
	text-indent: -999em;
	background: url(../gfx/social_icons.png) no-repeat -120px 0;
	position: absolute;
	top: 45px;
	right: 0;
}	
#footer #btn_twitter:hover {
	background-position: -120px -20px;
}




/* CONTACT FORM 
--------------------------------------------------------------------------------------------------- */

#feedback_form {
		position: relative;
		padding: 0;
}
#feedback_form .fieldBox {
	position: relative;
	padding: 10px;
	font-size: 12px;
}

#feedback_form label {
	display: block;
	width: 160px;
	height: 38px;
	background: url(../gfx/reg_form_label_righ.png) no-repeat 100% 0;
	padding: 0 18px 0 0;
	margin: 0 35px 0 0;
	float: left;
}
#feedback_form label span {
	display: block;
	height:22px;
	background: url(../gfx/reg_form_label_left.png) no-repeat 0 0;
	padding: 8px 5px 8px 15px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
}
#feedback_form .fieldBox .validation-advice {
	display: block;
	position: absolute;
	top: 15px;
	right: 50px;
	width: 15px;
	height: 15px;
	text-indent: -999em;
	z-index: 5000;
	background: url(../gfx/req_red_asterisk.png) no-repeat 0 0;
}
#feedback_form .fieldBox .field_long {
		width: 289px;
		height: 29px;
		padding: 0 15px;
		background: url(../gfx/reg_form_inA.png) no-repeat 0 0;
		font: 14px Arial, Helvetica, sans-serif;
		color: #000;
		border: none;
		float: left;
		margin: 0 15px 0 0;
}

#feedback_form .fieldBox .field_short {
		width: 179px;
		height: 29px;
		padding: 0 15px;
		background: url(../gfx/reg_form_inB.png) no-repeat 0 0;
		font: 14px Arial, Helvetica, sans-serif;
		color: #000;
		border: none;
		float: left;
		margin: 0 15px 0 0;
}
#feedback_form .fieldBox .textArea {
		width: 289px;
		height: 97px;
		padding: 5px 15px;
		background: url(../gfx/feed_form_textarea_bg.png) no-repeat 0 0;
		font: 14px Arial, Helvetica, sans-serif;
		color: #000;
		border: none;
		float: left;
		margin: 0 15px 15px 0;
}

#feedback_form #btn_send {
	display: block;	
	width: 103px;
	height: 41px;
	background: url(../gfx/btn_enviar.png) no-repeat 0 0;
	text-indent: -999em;
	border: none;
	margin: 0 0 0 220px;
	cursor: pointer;
}
#feedback_form #btn_send:hover {
	background-position: 0 -41px;	
}


/* COMMENTS  FORM / RESULTS
--------------------------------------------------------------------------------------------------- */
#commentForm {
	padding: 15px 0 0 0;
	border-top: 1px dotted #333;
}
#commentForm .fieldBox {
	position: relative;
	padding: 10px;
	font-size: 12px;
}
#commentForm label {
	display: block;
	width: 160px;
	height: 38px;
	background: url(../gfx/reg_form_label_righ.png) no-repeat 100% 0;
	padding: 0 18px 0 0;
	margin: 0 35px 0 0;
	float: left;
}
#commentForm label span {
	display: block;
	height:22px;
	background: url(../gfx/reg_form_label_left.png) no-repeat 0 0;
	padding: 8px 5px 8px 15px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
}
#commentForm .fieldBox textarea {
		width: 289px;
		height: 97px;
		padding: 5px 15px;
		background: url(../gfx/feed_form_textarea_bg.png) no-repeat 0 0;
		font: 14px Arial, Helvetica, sans-serif;
		color: #000;
		border: none;
		float: left;
		margin: 0 15px 15px 0;
}
#commentForm #btn_enviar {
	width: 	80px;
	height: 33px;
	display: block;
	background: url(../gfx/btn_comment_enviar.png) no-repeat 0 0;
	margin: 0 0 0 220px;
	text-indent: -999em;
	border: none;
	cursor: pointer;
}
#commentForm #btn_enviar:hover {
	background-position: 0 -33px;	
}

#primary .commentBox {
	padding: 0;	
}

#primary .commentBox .comItem {
	margin: 0 0 5px 0;
	padding: 28px 0 0 0;
	background: url(../gfx/bquote_top.png) no-repeat 0 0;
}
#primary .commentBox .comItem .comContent {
	display: block;
	background: url(../gfx/bquote_bottom.png) no-repeat 0 100%;
	padding: 15px 15px 45px 15px;
	color: #fff;
	font: 12px "Lucida Sans", "Lucida Grande", sans-serif;
}

#primary .commentBox .comInfo {
	float: right;
	width: 80%;
}
#primary .commentBox .comInfo .date {
	margin: 0 0 10px 0;	
}

#primary .commentBox .comUser {
	float: left;
	width: 100px;
}

#primary .commentBox .comUser img {
	border: 1px solid #444;
	padding:3px;
	background: #000;
	margin: 0 0 10px 0;
}
#primary .commentBox .comUser span {
	font-size: 11px;
	font-weight: bold;
	color: #0BB2DD;
}


/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
