/*
*
* 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 {
	color:#DB2B11;
	font-weight:bold;
	margin:0;
	line-height:1em;
}
h1 {
	font-size:1.8em;
	margin-bottom:.5em;
}
h2 {
	font-size:1.75em;
	margin-bottom:.5142em;
	padding-top:.2em;
}
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:1.6em;
	margin:0 0 1.25em 0;
}
ul, ol, dl {
	padding:0;
}
ul ul, ul ol, ol ol, ol ul, dd {
	margin:0 0 0 2em;
}
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 {
	border-collapse: collapse;
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
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 {
	line-height:1.5em;
	color:#333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-size:13px;
	margin:0;
	padding:0;
	text-align:center;
	background: #FFF url(../img/background.jpg) repeat-x fixed;
}
a, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#ED3E21;
	text-align: center;
}
a:hover {
	text-decoration:underline;
}
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 {
	text-align:left;
	background:#e5e5e5;
	border-bottom: 1px solid #ccc;
}
td {
	border-bottom:0px solid #ccc;
	margin: 2px;
}
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;
}
.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 3.0em auto;
	width:940px;
	text-align:left;
	position:relative;
	background: #E9E9E9;
}
#popup {
	background:#FFF;
}
#popup #container {
	width:640px;
	margin:0 auto;
	padding:0 20px;
}
#popup .content {
	margin:0px;
}
#popup .main {
	margin:0px;
}
.inner {
	position:relative;
}

#shortlinks {
	position:absolute;
	clear:both;
	font-size:10px;
	width: 618px;
	top: -10px;
	left: 8px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 30px;
}

#shortlinks ul a {
	text-decoration: none;
	color:#fff;
}
#shortlinks ul a:hover {
	text-decoration: underline;
}
#shortlinks ul {
	height: 1.5em;
	list-style-type: none;
	margin: 0 0 0.3em;
	padding: 0;
}
#shortlinks li {
	float: left;
	margin: 0 2em 0 0;
}
#shortlinks li img {
	margin: 0 2px 0 0;
}



#footer {
	position:relative;
	clear:both;
	border-top:1px dotted #06C;
	font-size:10px;
	margin: 10px 0 10px 20px;
	padding: 20px 0;
}
#footer p {
	text-align: center;
	color: #DB2B11;
}

.main, .secondary, .tertiary, .quaternary {
	float:left;
	display:inline;
}
.main {
	padding: 15px 15px 20px 15px;
}
.secondary {
}
.secondary h3 {
	border-bottom:1px dotted #333;
	line-height:35px;
}
.secondary h4 {
	font-size:14px;
	color:#666;
	margin-top:10px;
}
.secondary p {
	margin-bottom:7px;
}
.tertiary {
}
.quaternary {
}
.fecha {
	font-size:0.75em;
	font-weight:bold;
	margin-bottom:0.5em;
}
.banner {
	border:1px solid #039;
	background:#fffff2;
	text-align:left;
	padding:0 10px 5px 10px;
	margin-bottom:2.0em;
}
.banner img {
	margin:0 0 10px 0;
}
.banner h2 {
	margin-left:20px;
}
.banner .left {
	margin:0;
}
/* 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 */


/* navigation */
#nav {
	margin:0;
}
#nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	background:url(../img/bg_nav.png) no-repeat;
	float: left;
	list-style:none;
	display:block;
	position:relative;
	line-height:30px;
	height:30px;
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666;
}
#nav li a, #nav li a:visited {
	color:#004c99;
	font-weight:bold;
	display:block;
	padding-left:16px;
	padding-right: 16px;
}
#nav li a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(../img/bg_nav.png) repeat-x;
}
#nav ul {
	position:absolute;
	left:0;
	top:30px;
	width:250px;
	display:none;
	z-index:1000;
	padding: 0;
	text-align: left;
	background-color: #BCF;
}

#nav ul li{
	float:none;
	display:block;
	font-size:14px;
	margin:0;
	list-style:none;
	border-bottom: 1px dotted #CDF;
}
/* //navigation */

/* tabs */
#tabs {
	border-bottom: .5em solid #0066CC;
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	border-top: .1em solid #0066CC;
	border-left: .1em solid #0066CC;
	border-right: .1em solid #0066CC;
}
#tabs li a {
	text-decoration: none;
	padding: 0.25em 1em;
	color: #000;
}
#page1 #tabs li#tab1 a, #page2 #tabs li#tab2 a, #page3 #tabs li#tab3 a, .page4 li#tab4 a {
	padding: 0.25em 1em;
	background-color: #0066CC;
	color: #fff;
}
#page1 table, #page2 table, #page3 table {
	width: 100%;
	text-align:center;
	font-weight:bold;
	border:1px solid #ccc;
}

/* header */
#header {
	height:270px;
	position:relative;
	background: #fff url(../img/header.es.jpg) top no-repeat;
}

#header h1 {
	line-height:0;
	margin:0;
}
#header h1 a {
	height:180px;
	margin-bottom:60px;
	display:block;
}
#header h1 span {
	display:none;
	margin:0;
	padding:0;
}
/* // header */

/* content */

.programa {
	font-size:0.9em;
}
table.programa {
	margin:2;
	width:95%;
	border:none;
	border-collapse:separate;
	vertical-align: middle;
	text-align: center;
}
table.programa td {
	border:none;
	padding:0.4em;
	text-align:center;
	vertical-align: middle;
}
table.programa th {
	text-align:left;
	font-size:0.85em;
	border:none;
	background:none;
	padding:0.5em;
	border-top:1px solid #ddd;
}
.icoprint {
	padding-left: 20px;
	background:url(../img/ico.print.gif) 0 0 no-repeat;
}

#indicadores table {
	margin:0;
	width:auto;
}
/* // content */


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