/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	line-height:1.25em;
}
h1 {
	font-size:2em;
	margin-bottom:.5em;
}
h2 {
	font-size:14px;
	background:url(../images/blueblock.png) no-repeat;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	padding:4px 0 4px 18px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:1em;
}
h3 {
	font-size:1.5em;
	margin-bottom:.7em;
	padding-top:.3em;
}
h4 {
	font-size:1.25em;
	margin-bottom:.6em;
}
h5, h6 {
	font-size:1em;
	margin-bottom:.5em;
	font-weight:bold;
}
p, blockquote, ul, ol, dl, form, table, pre {
	line-height:inherit;
	margin:0 0 1.5em 0;
}
ul, ol, dl {
	padding:0;
}
ul ul, ul ol, ol ol, ol ul, dd {
	margin:0;
}
li {
	margin:0 0 0 2em;
	display:list-item;
	list-style-position:outside;
}
blockquote, dd {
	padding:0 0 0 2em;
}
pre, code, samp, kbd, var {
	font:100% mono-space, monospace;
}
pre {
	overflow:auto;
}
abbr, acronym {
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	letter-spacing:1px;
}
abbr[title], acronym[title] {
	cursor:help;
}
small {
	font-size:.9em;
}
sup, sub {
	font-size:.8em;
}
em, cite, q {
	font-style:italic;
}
img {
	border:none;
}
hr {
	display:none;
}
table {
	width:100%;
	border-collapse:collapse;
}
th, caption {
	text-align:left;
}
form div {
	margin:.5em 0;
	clear:both;
}
label {
	display:block;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
legend {
	font-weight:bold;
}
input[type="radio"], input[type="checkbox"], .radio, .checkbox {
	margin:0 .25em 0 0;
}
/* //  HTML elements */	

/* common */		
	
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left:1em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.first {
	margin-left:0 !important;
}
.last {
	margin-right:0 !important;
}
.top {
	margin-top:0 !important;
}
.bottom {
	margin-bottom:0 !important;
}
.hidden, .print {
	display:none;
}
.graphic {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // common */			

/* base */
	
body, table, input, textarea, select, li, button {
	font:1em Arial, Sans-Serif;
	line-height:1.25em;
	color:#333;
}
body {
	font-size:13px;
	background:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
a, a:visited {
	text-decoration:none;
	color:#f63;
	font-weight:bold;
}
a:hover {
	color:#039;
}
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code {
	color:#555;
}
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin-left:2em;
	border-left:1px solid #ccc;
	font-style:italic;
}
dt {
	font-weight:bold;
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
td {
	border-bottom:1px solid #eee;
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend {
	padding:2px 5px;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
form div {
	overflow:hidden;
}
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:300px;
	line-height:1em;
	margin:0;
}
select {
	width:312px;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:400px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f5f5f5;
	outline:none;
}
.submit {
}
button {
	border:none;
	background:#555;
	color:#fff;
	padding:0 2.5em;
	height:2em;
	line-height:2em;
	cursor:pointer;
}
button.search {
	background: url("../images/btn_search.png") no-repeat scroll 0 0 transparent;
	margin: 0 0 0 0.5em;
	width: 30px;
	height:30px;
}
.note, .success, .error {
	display:block;
}
.error {
	color:#900;
}
.success {
	color:#060;
}
.note {
	font-weight:bold;
}
.notvalid {
	border:1px solid #900 !important;
}
.pullquote {
	width:20%;
	float:left;
	margin-right:2em;
	padding-right:2em;
	border-right:1px solid #ccc;
	text-align:right;
	font-size:1.1em;
	font-style:italic;
	color:#777;
	margin-bottom:.5em;
}
.boxout {
	width:20%;
	float:right;
	margin-left:2em;
	padding:1em 2em;
	border:1px solid #ccc;
	margin-bottom:.5em;
}
#easy_tooltip {
	border:1px solid #e1e1e1;
	padding:2px 10px;
	background:#f5f5f5;
}
/* base */

/* layout */

#container {
	margin:0 auto;
	width:980px;
	text-align:left;
	position:relative;
	background:url(../images/contentfondo.png) repeat-y;
}
.inner {
	position:relative;
}
#header {
	background:url(../images/headerfondo.png) no-repeat;
	height:180px;
	position:relative;
	margin: 0 auto;
}
#sitetools {
	float: right;
	font-size: 0.9em;
	height: 115px;
	line-height: 0.5em;
	margin-right: 5px;
	padding: 15px 25px;
	width: 440px;
}
#sitetools ul {
	list-style: none outside none;
}
#sitetools ul li {
	color: #FFFFFF;
	display: inline;
}
#sitetools a {
	color: #FFFFFF;
	text-decoration: none;
}
#sitetools a:hover {
	text-decoration: underline;
}
#search {
	margin: 40px 0 0 200px;
}
#sitetools input[type="text"] {
	margin-top:5px;
	padding: 3px;
	width: 150px;
}
#footer {
	width:980px;
	margin:0 auto 2em auto;
	background:url(../images/footerfondo.png) no-repeat;
	height:100px;
	position:relative;
	clear:both;
	text-align:center;
	line-height:1em;
	font-size:11px;
	padding-top:25px;
}
.content {
	clear:both;
	padding:1.5em 22px;
}
.main, .secondary, .tertiary, .quaternary {
	float:left;
	display:inline;
}
.main {
	width:695px;
}
.secondary {
	width:220px;
	margin-right:20px;
}
.tertiary {
}
.quaternary {
}

.secondary .destacado {
	border-top:8px solid #79b2ea;
}
.secondary h2 {
	background:none;
	border-top:none;
	padding-left:0;
	margin-bottom:0.75em;
}
.secondary h3 {
	font-size:14px;
	line-height:1.25em;
	padding-top:0;
}
.secondary h3 a {
	color: #002e8d;
}
.border {
	padding:3px;
	background:#fff;
	border:1px solid #ebebeb;
}
.dostercios {
	width:66%;
}
.untercio {
	width:30%;
}
#breadcrumbs {
	margin-bottom:2em;
}

/* grid */

.cols {
} /* main column container class */
.col {
	float:left;
	display:inline;
	width:48%;
	margin-left:4%; /* 2 equal width columns layout - default */
}
.cols3 .col {
	width:30%;
	margin-left:5%;
} /* 3 equal width columns layout */
.cols4 .col {
	width:22%;
	margin-left:4%;
} /* 4 equal width columns layout */
/* use following classes to build custom grid (add as many as you want) */
		
.col1, .col2, .col3 {
	float:left;
	display:inline;
}
.col1 {
}
.col2 {
}
.col3 {
}
.indent1 {
}
.indent2 {
}
.indent3 {
}
/* grid */	

/* // layout */
body#portada #breadcrumbs {
	display:none;
}
body#portada h1 a, body#portada h3 a, body#portada h4 a, body#portada h5 a {
	color:#002e8d;
}
body#portada h2 a {
	color:#333;
}
body#portada .main h3 a {
	font-size:22px;
	line-height:1em;
}
body#portada .secondary {
	float:right;
	margin:0 0 0 20px;
}
/* navigation */
		
#nav, #nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#nav {
	margin-left:50px;
}
#nav li {
	float:left;
	display:inline;
	position:relative;
	line-height:32px;
	height:32px;
	margin-right:20px;
}
#nav li a, #nav li a:visited {
	padding:0 20px;
	display:block;
	color:#fff;
	text-shadow:1px 1px 1px #002e8d;
}
#nav li a:hover {
	color:#002e8d;
	text-shadow:1px 1px 1px #fff;
}
#nav ul {
	position:absolute;
	top:32px;
	width:260px;
	display:none;
	z-index:1000;


-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
box-shadow: 5px 5px 5px rgba(0,0,0,0.5);

} 
#nav ul li {
	float:none;
	display:block;
	border-bottom:1px solid #fff;
	width:auto;
	height:auto;
	line-height:1.5em;
	text-align:left;
	margin-right:0;
	
	background: #D8E9ED;
	background: -moz-linear-gradient(top, #E4EEF1 0%, #D8E9ED 50%, #CCE4E8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4EEF1), color-stop(50%,#D8E9ED), color-stop(100%,#CCE4E8));
    border: 1px solid #B6D8E2;
	border-top: 1px solid #fff;
}
#nav ul li a, #nav ul li a:visited {
	padding:5px 10px;
	color:#0C39B9;
	text-shadow:1px 1px 1px #fff;
}
#nav ul li a:hover {
	color:#FF6633;
	text-shadow:1px 1px 1px #fff;
}

.sidenav ul li {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	list-style: none outside none;
	margin-left: 0;
	padding: 8px 10px;
}
.sidenav ul li.first {
	background: none repeat scroll 0 0 #F4F8FD;
	border-bottom: medium none;
	text-transform: uppercase;
}
.sidenav ul li.active {
	font-style: italic;
}
.sidenav ul li a, .sidenav ul li a:visited {
	display:block;
	color:#002e8d;
}
.sidenav ul li.active a {
	color: #666;
}
.sidenav ul li.active ul a {
	color:#0C39B9;
}
.sidenav ul li.active ul li.active a {
	color: #666;
}

/* //navigation */

/* header */

#header h1 {
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0;
}
#header h1 a {
	display: block;
	height: 140px;
	width: 450px;
}
/* // header */
	
/* content */

.content a:hover {
	text-decoration:underline;
}
/* // content */

/* footer */
	
#footer a, #footer a:visited {
	color:#002e8d;
}
#footer a:hover {
	text-decoration:underline;
}
/* // footer */

/* clearfix */

.inner:after, .content:after, .cols:after, .fixed:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.inner, .content, .cols, .fixed {
	display:block;
	min-height:1%;
}
* html .inner, * html .content, * html .cols, * html .fixed {
	height:1%;
}

/* // clearfix */


.listado{
	padding:5px 15px 15px 0;
	margin-bottom:15px;
	border-bottom:1px dotted #002E8D;
	clear:both;
}
#home-presentaciones {
	height: 140px;	
}
#home-presentaciones .cols3 .col {
	overflow: hidden;
	text-indent: -20px;
}
.destacado {
	background:#f4f8fd;
	padding:5px 8px;
	margin-bottom:1em;
}
.banco {
	padding:10px 8px;
}
.banco p {
	font-size:11px;
	text-align:right;
}
.banco .border.left {
	overflow: hidden;
	height:80px;
	width:150px;
}
h2 span.right {
	font-size: 10px;
	text-transform:none;
}
.main {
	font-size:11px;
	line-height:1.25em;
}

