/* CSS Document */

/* TOUCAN CSS RESET | v0.3 */

/* General
---------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 2em;
}
/* Structure
---------------------------------------- */
html {
	font-size: 100%;
	height:100%;
}
body {
	/* font-family: arial, helvetica, sans-serif; */
	font-size: 0.875em;
	background-color: #ffffff;
	color: #333;
	font-family: Arial;
	height: 100%;
	line-height:1.5em;
}
/* Text
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size: 3em;
	line-height: 1.1;
	margin-bottom: .238em;
}
.logo h1 {
	color:#000;
	font-size:38px;
	margin-top:20px;

}
.logo h1 a{
	text-decoration:none;
	color:#000;
	font-weight: 300;	


}
.logo .textcolor{
	color:#cd1041;
	font-weight: 600 !important;	


}
h2 {
	font-size: 2em;
	line-height: 1.15;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top:1em;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 1.15;
	margin-bottom: 1em;
	color: #333;
	font-weight: normal;
}
h4 {
	font-family:Ubuntu;
	font-size: 1.2em;
	line-height: 1.15;
	margin-bottom: 2em;
	font-style: italic;
	font-weight: normal;
}
h5 {
	font-weight: normal;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
blockquote, q, cite {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
	content: "";
}
code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}
pre {
	/* word-wrap: break-word; */
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted;
	cursor: help;
	font-style: normal;
	font-variant: normal;
}
var {
	font-style: normal;
}
center {
	text-align: center;
}
/* Hypertext
---------------------------------------- */

a {
	color: #666;
	text-decoration: underline;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:focus {
	outline: 1px dotted;
}
/* Image
---------------------------------------- */
img {
	border: 0;
}
/* List
---------------------------------------- */

ul {
	list-style: disc outside none;
}
.listados{
	width: 650px;
	margin-right: auto;
	margin-left: auto;	
}
ol {
	list-style: decimal outside none;
}
li {
	margin-bottom: 8px;
}
li ul, li ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
/* Presentation
---------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid;
}
big {
	font-size: 1.25em;
}
small, sub, sup {
	font-size: .85em;
}
sub, sup {
	line-height: 1;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}
del, s, strike {
	text-decoration: line-through;
}
ins {
	border-bottom: 1px dotted;
	text-decoration: none;
}
bdo {
	border-bottom: 1px dotted;
}
u {
	text-decoration: underline;
}
/* Form
---------------------------------------- */
fieldset {
	padding: 1em;
}
legend {
	font-weight: bold;
	padding: 0 .25em;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}
input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
	line-height: 1;
}
input[type=text], input[type=password], textarea {
	padding: 1px;
}
textarea {
	line-height: 1.25;
	text-align: left;
}
/* Table
---------------------------------------- */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.3;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
}
th, td {
	border: 1px solid;
	padding: .5em 1em;
}
caption {
	padding-bottom: 1em;
}
th {
	font-weight: bold;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/



/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 {
	position: relative;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}
.container_12 .grid_2 {
	width: 140px;
}
.container_12 .grid_3 {
	width: 220px;
}
.container_12 .grid_4 {
	width: 300px;
}
.container_12 .grid_5 {
	width: 380px;
}
.container_12 .grid_6 {
	width: 460px;
}
.container_12 .grid_7 {
	width: 540px;
}
.container_12 .grid_8 {
	width: 620px;
}
.container_12 .grid_9 {
	width: 700px;
}
.container_12 .grid_10 {
	width: 780px;
}
.container_12 .grid_11 {
	width: 860px;
}
.container_12 .grid_12 {
	width: 940px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}
.container_12 .prefix_2 {
	padding-left: 160px;
}
.container_12 .prefix_3 {
	padding-left: 240px;
}
.container_12 .prefix_4 {
	padding-left: 320px;
}
.container_12 .prefix_5 {
	padding-left: 400px;
}
.container_12 .prefix_6 {
	padding-left: 480px;
}
.container_12 .prefix_7 {
	padding-left: 560px;
}
.container_12 .prefix_8 {
	padding-left: 640px;
}
.container_12 .prefix_9 {
	padding-left: 720px;
}
.container_12 .prefix_10 {
	padding-left: 800px;
}
.container_12 .prefix_11 {
	padding-left: 880px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}
.container_12 .suffix_2 {
	padding-right: 160px;
}
.container_12 .suffix_3 {
	padding-right: 240px;
}
.container_12 .suffix_4 {
	padding-right: 320px;
}
.container_12 .suffix_5 {
	padding-right: 400px;
}
.container_12 .suffix_6 {
	padding-right: 480px;
}
.container_12 .suffix_7 {
	padding-right: 560px;
}
.container_12 .suffix_8 {
	padding-right: 640px;
}
.container_12 .suffix_9 {
	padding-right: 720px;
}
.container_12 .suffix_10 {
	padding-right: 800px;
}
.container_12 .suffix_11 {
	padding-right: 880px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}
.container_12 .push_2 {
	left: 160px;
}
.container_12 .push_3 {
	left: 240px;
}
.container_12 .push_4 {
	left: 320px;
}
.container_12 .push_5 {
	left: 400px;
}
.container_12 .push_6 {
	left: 480px;
}
.container_12 .push_7 {
	left: 560px;
}
.container_12 .push_8 {
	left: 640px;
}
.container_12 .push_9 {
	left: 720px;
}
.container_12 .push_10 {
	left: 800px;
}
.container_12 .push_11 {
	left: 880px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}
.container_12 .pull_2 {
	left: -160px;
}
.container_12 .pull_3 {
	left: -240px;
}
.container_12 .pull_4 {
	left: -320px;
}
.container_12 .pull_5 {
	left: -400px;
}
.container_12 .pull_6 {
	left: -480px;
}
.container_12 .pull_7 {
	left: -560px;
}
.container_12 .pull_8 {
	left: -640px;
}
.container_12 .pull_9 {
	left: -720px;
}
.container_12 .pull_10 {
	left: -800px;
}
.container_12 .pull_11 {
	left: -880px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.limpiar {
	clear: both;
	height: 2px;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before, .clearfix:after, .container_12:before, .container_12:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after, .container_12:after {
	clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix, .container_12 {
	zoom: 1;
}
/* ESTILOS GENERICOS
---------------------------------------- */

.container {
	height: auto !important;
	min-height:100%;
}
.header {
}

.header_container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;	
-webkit-box-shadow: 0px 3px 5px 0px #e3e3e3;
box-shadow: 0px 3px 5px 0px #e3e3e3; 
height:125px;
}

.colocacion_header{
	position: relative;	
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:999;
}
.menu  {
	float: right;

}
.menu ul {
	float: right;
	list-style-type: none;
	margin-bottom:0em;
}
.menu ul li {
	float: left;
	  margin-bottom: 0px;


}
.menu ul li a {
	color: #000;
	text-decoration:none;
	float: left;
	padding-top: 45px;
	padding-right: 32px;
	padding-bottom: 25px;
	padding-left: 31px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #00AEEF;
	outline:none;
}
.menu ul li a:hover {

	border-top-color: #58585A;
}
.main_content {
}
.footer {
	height: 102px;
	margin-top: -102px;
	background-color:#ccc;
	background-repeat: repeat-x;
	background-position: left top;
}

.footer ul {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	list-style-type: none;
	margin-top: 32px;
}
.footer ul li {
	margin-right: 16px;
	margin-left: 16px;
	float: left;
	width:100%;
	text-align:center;
		color: #333;
}
.footer ul li a {
	color: #333;
}

.accordion {
	background-image: url(../images/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-bottom: 1.5em;
	padding-top: 1.2em;
}
.accordion:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.open {
	background-image: url(../images/arrow_hover.png)!important;
		background-position: right center;
}

.link_accordion{
		font-size: 0.9em !important;
	padding-top: 0.5em;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 45px;
}




.cut {
    clear: both;
    padding-top: 102px;
}

.active_selected{

	border-top-color: #58585A !important;	
}

.contenedor_desarrollo{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	padding-top: 15px;
}


.contenedor_desarrollo ul{
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.contenedor_desarrollo ol{
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.contenedor_desarrollo h2{
 

	font-weight: normal !important;	
}

.datos_proyecto{
	background-image: url(../images/pastilla_objetivos.png);
	background-position: left top;
	width: 500px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 42px;
	background-repeat: no-repeat;
	height:115px;
	margin-bottom:50px;
	margin-top:20px;
}
.datos_proyecto h3{
   line-height: 1;
    margin-bottom: .5em;

}
.datos_proyecto p{
	margin-bottom:0em;

}
.bold_class{
	font-weight: bold;	
}

.imagen_partner{
	float: left;
	width: 220px;	
	    padding-top: 10px;
			margin-bottom: .5em;
	margin-top: .5em;
}

.texto_partner{
	float: right;
	width: 540px;	
	position:relative;
}

.texto_partner ul{
	font-size: 1em;
	margin-left: 2.5em;
}
.main_image_home{
 
	height: 620px;
	position: relative;
}
.texto_main_image_home{
  color: #333333;
    font-size: 1.3pc;
 
 
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    position: absolute;
    top: 35px;
    width: 101%;
}

.texto_main_image_home span{
	background-color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:block;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align:center;
	padding-right: 4px;
	padding-left: 4px;
}

.pastilla_home{
	background-image: url(../images/pastilla_home.png);
	height: 65px;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #333;
	padding-right: 40px;
	padding-left: 40px;
}

.financiado_image{
	float: right;
	height: 110px;
	width: 168px;
	margin-top: 220px;
}

.contenedor_caracteristicas{
 
}
.contenedor_caracteristicas h3{
	text-align:center;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.contenedor_caracteristicas span{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	display:block;
}

.contenedor_caracteristicas .base{
	background-image: url(../images/icono_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;	
		padding-top: 8px;
	padding-bottom: 8px;
}

.contenedor_caracteristicas .capa{
	background-image: url(../images/icono_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.contenedor_caracteristicas .protocolo{
		background-image: url(../images/icono_3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;	
		padding-top: 8px;
	padding-bottom: 8px;
}

.contenedor_caracteristicas_element{
	float: left;
	width: 415px;
	margin-right: 16px;
	margin-left: 17px;
	background-color: #FFF;
	border-top:3px solid #00aeef;
	height: 240px;
	padding: 15px;
}
.contenedor_caracteristicas_element p{
	font-size: .9em;
}
.contenedor_caracteristicas_element h3{
	font-size: 1.2em;
}

.contenedor_partners_home{
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 100px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-top: 30px;
	clear:both;
}
.contenedor_partners_home span{
float: left;
}
.contenedor_partners_home .contenedor_partners_home_element{
	float: left;
	width: 200px;
}
.contenedor_partners_home .contenedor_partners_home_element_texto{
	float: left;
	width: 120px;
	padding-top: 14px;
	margin-left: 110px;
}

.contenedor_lineas{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ecebe7;
	border-bottom-color: #ecebe7;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.link_partner{
	position: absolute;
	top: 0px;
	right: 0px;	
}

.subtitulos{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 10px;
	margin-top: 12px;
}

.imagen_div{
	text-align: center;
	width: 100%;	
}


/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides{
	list-style-type: none;
}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.flexslider .slides  li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}


/* Caption style */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav{
	display:none;
	
}

.flex-control-nav{
	display:none;
	
}

.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -21px;}

/* Control Nav */
.flex-control-nav {margin-left: -31px; position: absolute; bottom: -30px; left: 50%;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {margin: 0 0 0 5px; float: left;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}