
/* -------------------[ Main Page Elements ]------------------- */

body {
	background: #666666; /*#1F4B9E;*/
	text-align: left;
	margin: 0;
	padding: 0;
	color:#000;
	font-size:9pt;
	font-family: arial, helvetica,sans-serif;
	}

a, img {border: 0;}

#wrap {
	clear: both;
	margin: 0 auto;
	padding:10px;
	width:960px;
	background:#fff;
	}

#header {
	margin: 0 auto 10px auto;
	padding:0;
	height:160px;
	width:960px;
	background: url(images/mainbanner_ES.jpg);
	}

#head-content {
	padding:0 10px;
	margin:0 auto;
	height:60px;
}

#sub-header {
	margin: 0;
	padding:0;
	height:20px;
	background-color: #242424;
	color: #fff;
}

#sub-header-left {
	width: 120px;
	float: left;
}

#sub-header-right {
	width: 100px;
	float: right;
}
#sub-header  a{
	color: #969696;
}

#sitetitle {
	width:460px;
	float:left;
	margin:0;
	padding:0;
	}

#sitetitle h1, #sitetitle .title {
	font-size: 30px;
	padding:0;
	margin:24px 0 0;
	text-align:left;
	line-height: 1.2em;
	letter-spacing:-1px;
	}

#sitetitle .description {
	font-size: 9pt;
	padding: 0;
	margin:0;
	text-align:left;
	}

#head-banner468 {
	float:right;
	width:468px;
	height:50px;
	margin-top:10px;
	/*overflow:hidden;
	border:1px solid #000;*/
	}

#page {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	}  

#contentleft {
	width: 630px;
	float:left;
	padding: 0;
	margin: 0;
	} 

#content {
	margin: 0;
	padding: 0;
	width: 630px;
	}

#content .col-3 {
	width:480px;
	margin:0;
	padding: 0;
	}

#sidebarleft {
	width:140px;
	padding:0;
	margin:0;
	}

#contentright {
	width: 320px;	
	float:right;	
	padding: 0;	
	margin: 0;
	} 

#sidebar {
	width: 320px;	
	float:none;	
	display:block;
	}

/************************************************************************/

#left{
	width: 5px;	
	float:left;	
	padding: 0;	
	margin: 0 5px 0 0;
}

#center{
	width: 790px;	
	float:left;	
	padding: 0;	
	margin: 0;
}

#right{
	width: 150px;	
	float:right;	
	padding: 0;	
	margin: 0 0 0 5px;
	border: 1px solid black;
}

#left_2{
	width: 220px;	
	float:left;	
	padding: 0;	
	margin: 0 5px 0 0;
	border: 1px solid black;
}

#center_2{
	width: 560px;	
	float:left;	
	padding: 0;	
	margin: 0 15px;
	border: 0;
}

#right_2{
	width: 122px;	
	float:right;	
	padding: 0;	
	margin: 0 0 0 5px;
	border: 1px solid black;
}

#container{
	margin: 0 0 0 20px;
}

#principal{
	height: 500px;
	padding-top: 50px
}
/*************************************************************************/

a{
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a.sub {
	font-size: 12px;
	/*padding-left: 30px;*/
	text-decoration : none;
	font-family: arial;
}

a:hover.sub {
	text-decoration : underline;
}

.one {
	padding-left: 22px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 22px;
}

.list{
	list-style:none;
	padding: 0 0 0 10px;
	margin: 0 0 0 13px;
}

/*************************************************************************/

#sidebar-bottom {
	width:320px;
	clear:both;
	display: block;
	}

#sidebar-bottom-left {
	width:170px;
	float:left;
	padding:0;
	margin:0;
	}

#sidebar-bottom-right {
	width:140px;
	float:right;
	padding:0;
	margin:0;
	}

#footer {
	background:#eee;
	padding:20px 0;
	clear: both;
	margin: 0 auto;
	font-size:8pt;
	border-bottom:5px solid #000;
	border-top:1px solid #ddd;
	}

#footer .limit {
	padding: 0;
	margin:0 auto;
	width:960px;
	}

.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 */

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color:#003366;
	}

a:hover, a:active {
	text-decoration:none;
	color:#000000;
	}

.post h1 a, .post h2 a, .post h1 a:link, .post h2 a:link, .post h1 a:visited, .post h2 a:visited, .feature-entry h2 a {
	background:transparent;
	}

.post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover {
	background:transparent;
	}

a.more-link, a.more-link:link, a.more-link:visited  {
	background: url(images/arrow-off.gif) 100% 70% no-repeat;
	padding-right:12px; 
        }

a.more-link:hover, a.more-link:active  {
	background: url(images/arrow-on.gif) 100% 70% no-repeat;
	padding-right:12px; 
	}

#footer a, #footer a:link, #footer a:visited {
	}

#footer a:hover, #footer a:active {
	}


/* FORMS */
label { display: inline ; float: left ; width: 150px ; font-weight: bold ; font-size:14px; margin-left: 5px ; }

#login_button{
	margin: 100px 10px 5px 0; 
	float: right; 
	/*background-color: transparent;*/
	text-align: center; 
	width: 130px; 
	padding; 5px;
}

#volver{
	float: left;
	width: 150px;
}

#login{
	float: right;
	width: 150px;
}

#clear{
	clear: both;
}

