@charset "UTF-8";
/*@import "fonts.css";*/
/* Se importan las fuentes directamente del servidor de Google*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,800,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
body {
	color: #ddd;
	/*  font-family: 'Arial';*/
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-image: url("../img/back_general.png");
	height: 100%;/*Se agrega este código para que los elementos internos que requieran tener altura en procentaje funcionen*/
	overflow-x: hidden;
}
pre, code {
	font-family: 'Arial';
}
/*--Headings --*/
h1 {
	font-size: 16px;
	/* font-family: 'droid_serifbold_italic';*/
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-style: italic;
	/*text-shadow: 0px 0px 4px #666;*/
	margin: 0;
	color: white;
}
h2 {
	font-size: 17px;
	/*  font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	color: #87913E;
	font-weight: 500;
	margin-bottom: 13px;
	text-align: left;
	margin: 7px 0 4px 0;
	vertical-align: top;
}
h3 {
	font-size: 15px;
	/*  font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	color: #87913E;
	font-weight: 500;
	text-align: left;
	margin: 7px 0 4px 0;
}
h4 {
	font-size: 14px;
	/*  font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	color: #006197;
	font-weight: 500;
	text-align: left;
	margin: 7px 0 4px 0;
}
h5 {
	font-size: 14px;
	/*  font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	color: #006197;
	font-weight: 500;
	text-align: left;
	margin: 7px 1% 4px 1%;
}
/* --Paragraphs --*/
p {
	font-weight: normal;
	color: #777;
	margin: 10px 0;
}
ul li {
	font-weight: normal;
	font-size: 13px;
	/*font-size: 12px;
	font-family: 'open_sansregular';*/
	font-family: 'Open Sans', sans-serif;
	color: #777;
}
ol li {
	font-weight: normal;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'open_sansregular';*/
	color: #777;
}
img {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}
/*--Styles--*/
.content_header {
	width: 100%;
	position: fixed;
	height: 84px;
	text-align: right;
	z-index: 2;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	background: url("../img/back_header.png");
	background-size: 100% 100%;
}
.content_header .ecci_mark {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 84px;
	top: -84px;
	text-align: center;
	background-color: #fff;
	z-index: 1;
}
.content_header .ecci_mark .ecci_logo {
	background: url("../img/ecci_mark.png") no-repeat left 6px;
	height: 84px;
	width: 300px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.content_header .ecci_mark .ecci_text_1 {
	width: 295px;
	height: 59px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #999899;
	line-height: 18px;
	padding-top: 18px;
	/*	font-family: 'open_sans_condensedbold';*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold !important;
	background: url("../img/divisor_text.png") no-repeat right 3px;
	text-transform: uppercase;
}
.content_header .ecci_mark .ecci_text_1 p {
	margin: 0;
	font-size: 16px;
}
.content_header .ecci_mark .ecci_text_2 {
	width: 350px;
	height: 53px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #aaa;
	margin-left: 15px;
	padding-top: 31px;
	/*	font-family: 'open_sans_condensedbold';*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: italic;
	font-weight: bold !important;
}
.content_header .ecci_mark .ecci_text_2 p {
	margin: 0;
	font-size: 16px;
}
.content_header .ecci_mark .button_ecci, .content_header .ecci_mark .button_ecci_content {
	margin: 0 auto;
	width: 80px;
	height: 27px;
	bottom: 0;
	position: relative;
	display: block;
	margin-top: 0px;
	background: url("../img/button_ecci.png") no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 2;
}
.content_header header {
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	overflow: none;
	vertical-align: middle;
	position: relative;
}
.content_header header #logo a {
	width: 81px;
	height: 84px;
	display: inline-block;
	color: #fff;
	float: left;
	text-align: center;
	margin: 0 0 0 5px;
	background: url("../img/logo.png");
	background-size: cover;
}
.content_header header .logo_title {
	display: inline-block;
	color: #4378D3;
	float: left;
	width: 220px;
	text-align: left;
	padding: 3px 0 2px 15px;
	margin: 20px 0 0 6px;
	background: url("../img/line_header.png") no-repeat center left;
}
/*---------------------------------------
MENÚ SUPERIOR
--------------------------------------*/
.content_header header #ova_menu {
	background: rgba(255,255,255,0.7);/*Se añade el estilo de fondo para facilitar la posterior edición de los colores de la plantilla*/
	margin: 33px 17px 0 0;
	padding: 0;
	float: right;
	text-align: center;
}
.content_header header #ova_menu li {
	float: right;
	position: relative;
	color: #fff;
	margin: 0 0 0 0;
	list-style: none;
}
/*Nuevo estilo de botones */
.content_header header #ova_menu li a {
	box-sizing: border-box;
	color: #666;
	border-right: rgba(255,255,255,0.7) solid 1px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 28px;
	height: 40px;
	width: 125px;
	font-size: 12px;
	padding: 5px;
	position: relative;
	text-decoration: none;
}
.content_header header #ova_menu li a span {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
/*Alineación de textos en los botones presentación e introducción*/
.content_header header #ova_menu li:nth-child(4) a span, .content_header header #ova_menu li:nth-child(5) a span {
	margin-left: 3px;
}
/*Alineación de textos en el boton contenido*/
.content_header header #ova_menu li:nth-child(2) a span {
	margin-left: 10px;
}
/*Alineación de textos en el botón ayuda*/
.content_header header #ova_menu li:nth-child(1) a span {
	margin-left: 0px;
}
.content_header header #ova_menu li a i {
	color: #9BA64E;
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
}
/*Separación ícono botón competencias*/
.content_header header #ova_menu li:nth-child(3) a span {
	margin-right: 2px;
}
/*Tamaño de ícono en el botón introducción*/
.content_header header #ova_menu li:nth-child(4) a i {
	font-size: 28px;
	top: 5px;
}
/*EStado activo del botón*/
.content_header header #ova_menu li a.active, .content_header header #ova_menu li a:hover {
	background: white;
	color: #7A7A7A;
	-webkit-box-shadow: inset -2px 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: inset -2px 2px 2px 0 rgba(0,0,0,0.1);
}
.content_header header #ova_menu li a.active span, .content_header header #ova_menu li a:hover span {
}
.content_header header #ova_menu li a.active i, .content_header header #ova_menu li a:hover i {
	color: #9BA64E;
}
/*Clases anteriores de los botones
.content_header header #ova_menu li .button_01 div {
  background: url("../img/button_01_off.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_01:hover div {
  background: url("../img/button_01_over.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_02 div {
  background: url("../img/button_02_off.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_02:hover div {
  background: url("../img/button_02_over.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_03 div {
  background: url("../img/button_03_off.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_03:hover div {
  background: url("../img/button_03_over.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_04 div {
  background: url("../img/button_04_off.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_04:hover div {
  background: url("../img/button_04_over.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_05 div {
  background: url("../img/button_05_off.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_05:hover div {
  background: url("../img/button_05_over.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_01_on div {
  background: url("../img/button_01_on.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_02_on div {
  background: url("../img/button_02_on.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_03_on div {
  background: url("../img/button_03_on.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_04_on div {
  background: url("../img/button_04_on.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li .button_05_on div {
  background: url("../img/button_05_on.png") no-repeat;
  background-size: 100% 100%;
}
.content_header header #ova_menu li a:link {
  outline: none;
}
.content_header header #ova_menu li a:link div {
  color: #fff;
  text-decoration: none;
  width: 120px;
  height: 39px;
  display: block;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}
.content_header header #ova_menu li a:link span {
  display: inline-block;
  margin: 0 auto 1px auto;
  visibility: hidden;
  color: #fff;
  font-size: 12px;
  font-family: 'open_sanssemibold';
  text-shadow: 0px 0px 4px #666;
}
.content_header header #ova_menu li a:visited {
  color: #fff;
  outline: none;
}
.content_header header #ova_menu li a:hover {
  text-decoration: underline;
  outline: none;
}
.content_header header #ova_menu li a:hover span {
  display: inline-block;
  visibility: visible;
}
.content_header header #ova_menu li:last-child a div {
  border-left: inherit;
}*/
.content_menu, .content_menu_on {
	width: 235px;
	position: fixed;
	float: left;
	z-index: 1;
	margin: 0;
}
.content_menu div .title_content_menu, .content_menu_on div .title_content_menu {
	width: 146px;
	height: 41px;
	display: block;
	margin-top: -260px;
	margin-left: 250px;
	background-image: url("../img/title_content_menu.png");
	outline: none;
}
.titulo_contenido {
	position: fixed;
	z-index: 1;
	background: url("../img/title_content_menu.png") no-repeat bottom left;
	width: 235px;
	height: 41px;
	left: 35px;
	top: -10px;
	display: block;
	outline: none;
}
.content {
	max-width: 1150px;
	margin: 0 auto 5px auto;
	position: relative;
	padding: 88px 0 0 0;
	display: block;
	color: #777;
	background: url("../img/shadow_content.png") no-repeat bottom left;
	background-size: 100%;
}
.content .map {
	display: block;
	margin: 0px 0 0 0;
	position: relative;
	width: 100%;
}
.content .map .icon {
	width: 19%;
	right: 0;
	position: absolute;
	margin: -12px 43px 0 0;
}
.content .map .icon img {
	width: 100%;
}
.content .map .google_maps {
	width: 98%;
	margin: 0 1% 0 1%;
	border: 1px solid #ddd;
}
.content .map .google_maps img {
	width: 100%;
}
.content .header_init {
	text-align: center;
	padding: 0;
	color: #bbc221;
	margin: 0 auto;
}
.content .header_init figure {
	width: 720px;
	margin: 0 auto;
}
figcaption {
	margin: 10px 0 0 0 !important;
	text-align: left;
	font-style: italic;
	font-size: 11px;

}
.accordionContent figcaption {
	width: 100%;
}
.content .header_init figure img {
	width: 100%;
}
.content .sub_content_main, .content .sub_content_pages {
	text-align: center;
	padding: 1px 10px 32px 10px;
	margin: 6px auto 0 auto;
	max-width: 900px;
	border: 8px solid #fff;
	background-color: #f5f5f5;
	min-height: 420px;
	position: relative;
	color: #666;
	/*	font-family: 'open_sansregular';*/
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.content .sub_content_main figure img, .content .sub_content_pages figure img {
/*width: 100%;*/
}
.content .sub_content_main .pager, .content .sub_content_pages .pager {
	position: absolute;
	bottom: 0;
	margin: 0 -10px 0px -10px;
	width: 100%;
	padding: 0;
	left: 17px;
}
.content .sub_content_main .pager ul, .content .sub_content_pages .pager ul {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 32px;
	cursor: default;
}
.content .sub_content_main .pager ul li, .content .sub_content_pages .pager ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.content .sub_content_main .pager ul li a, .content .sub_content_pages .pager ul li a {
	text-decoration: none;
	color: #fff;
	width: 19px;
	height: 19px;
	background-color: #ccc;
	padding: 1px 1px 0 0;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	margin: 6px 0 0 0;
}
.content .sub_content_main .pager ul li .page_selected, .content .sub_content_pages .pager ul li .page_selected {
	background-color:#A9B64B;
}
.content .sub_content_main .pager ul li a:hover, .content .sub_content_pages .pager ul li a:hover {
	background-color: #C1CE64;
}
.content .sub_content_main .pager ul li:first-child, .content .sub_content_pages .pager ul li:first-child {
	margin-left: 0;
}
.content .sub_content_main .pager ul li:first-child a, .content .sub_content_pages .pager ul li:first-child a {
	color: #208aaf;
	background-color: inherit;
	display: inline-block;
	background: url("../img/left_arrow_on.png") no-repeat center left;
	background-size: 80% auto;
	width: 15px;
	height: 30px;
	margin: 0;
	outline: none;
}
.content .sub_content_main .pager ul li:first-child a:hover, .content .sub_content_pages .pager ul li:first-child a:hover {
	background: url("../img/left_arrow_over.png") no-repeat center left;
	background-size: 80% auto;
}
.content .sub_content_main .pager ul li:last-child a, .content .sub_content_pages .pager ul li:last-child a {
	color: #208aaf;
	background-color: inherit;
	display: inline-block;
	background: url("../img/right_arrow_on.png") no-repeat center right;
	background-size: 80% auto;
	width: 15px;
	height: 30px;
	margin: 0;
	outline: none;
}
.content .sub_content_main .pager ul li:last-child a:hover, .content .sub_content_pages .pager ul li:last-child a:hover {
	background: url("../img/right_arrow_over.png") no-repeat center right;
	background-size: 80% auto;
}
/*---------------------------------------
FOOTER
--------------------------------------*/
.band_bottom {
	bottom: auto;
	left: 0;
	right: 0;
	position: relative;
	bottom: 0;
	width: 100%;
	height: 35px;
}
.band_bottom section {
	height: 100%;
	margin: 15px auto 0 auto;
	width: 895px;
}
.band_bottom section .menu_footer {
	float: left;
	position: absolute;
	bottom: 0;
}
.band_bottom section .menu_footer ul {
	margin: 0;
	padding: 0;
}
.band_bottom section .menu_footer ul li {
	display: inline-block;
	vertical-align: top;
}
.band_bottom section .menu_footer ul li a {
	width: 35px;
	height: 31px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-size: 100% 100%;
	position: relative;
	border: 0;
	text-decoration: none;
}
.band_bottom section .menu_footer ul li a i {
	font-size: 30px;
	color: #9CA74E;
}
/*.band_bottom section .menu_footer ul li .button_footer_01 {
	background-image: url("../img/b_footer_01.png");
}
.band_bottom section .menu_footer ul li .button_footer_02 {
	background-image: url("../img/b_footer_02.png");
}
.band_bottom section .menu_footer ul li .button_footer_03 {
	background-image: url("../img/b_footer_03.png");
}
.band_bottom section .menu_footer ul li .button_footer_04 {
	background-image: url("../img/b_footer_04.png");
	width: 42px;
}*/
.band_bottom section .menu_footer ul li .button_footer_05 {
	background-image: url("../img/b_footer_05.png");
	width: 42px;
}
.tooltip_footer {
	border: none;
	font-size: 13px;
	color: #666;
	/*font-family: "open_sansregular";*/
	font-family: 'Open Sans', sans-serif;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
/*--Estilos para contenidos--*/
.grid1 {
	width: 98%;
	margin: 4px 0.1%;
	text-align: justify;
	display: inline-block;
	vertical-align: top;
}
.grid2 {
	width: 49%;
	margin: 4px 0.1%;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
}
.grid22 {
	width: 477px;
	margin: 4px 0.1%;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
}
.grid3 {
	width: 32.2%;
	margin: 4px 0.1%;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
}
.grid23 {
	width: 66%;
	margin: 4px 0.1%;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
}
.breadcrumbs {
	font-family: 'open_sansitalic';
	color: #aaa;
	text-align: justify;
	font-size: 13px;
}
.table_style {
	margin: 7px 0;
	text-align: center;
}
.table_style tr td {
	border: thin solid #ccc;
	text-align: left;
	padding: 3px 8px;
	/*	font-family: 'open_sansregular';*/
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}
.table_style tr th {
	border: thin solid #ccc;
	text-align: center;
	padding: 3px 8px;
	font-weight: normal;
	font-family: 'droid_serifbold';
	color: #fff;
}
.backgreenhard {
	background-color: #8b991d !important;
	color: #fff;
}
.backgreenhard td {
	background-color: #8b991d !important;
	color: #fff;
}
.backgreenhigh {
	background-color: #d9e464 !important;
	color: #777;
}
.backgreenhigh td {
	background-color: #d9e464 !important;
	color: #777;
}
.backgreenhigh th {
	background-color: #d9e464 !important;
	color: #777;
}
.backgray {
	background-color: #eee !important;
}
.backgray td {
	background-color: #eee !important;
}
.textgreen {
	color: #8b991d;
}
.textwhite {
	color: #fff;
}
.listbullets {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.listbullets li {
	list-style: none;
	padding: 5px 0 0 20px;
	box-shadow: inherit;
	background-image: url("../img/bullets.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 13px;
}
.listbullets li:last-child {
	padding: 5px 0 6px 20px;
}
.listnumbers {
	padding: 0;
	margin: 0;
}
.listnumbers li {
	margin: 0 0 0 21px;
	padding: 5px 0 7px 0;
	font-size: 13px;
}
.listnumbers li:last-child {
	padding: 5px 0 6px 0;
}
.links:link {
	color: #7f8d10;
	text-decoration: underline;
	font-family: 'open_sansitalic';
	outline: none;
}
.links:hover {
	color: #7f8d10;
}
.links:visited {
	color: #7f8d10;
}
.links:active {
	color: #7f8d10;
	text-decoration: none;
}
.photogrid1 {
	width: 96%;
	height: auto;
}
.photogrid2 {
/*	width: 46%;
	height: auto;*/
}
.photogrid3 {
	width: 19%;
	height: auto;
}
.photogrid22 {
	width: 36%;
	height: auto;
}
.photogrid23 {
	width: 62%;
	height: auto;
}
.photogrid1, .photogrid2, .photogrid22, .photogrid3, .photogrid23 {
	box-sizing:border-box;

	display: inline-block;
	position: relative;
	background: #fff;
	padding: 10px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	margin: 10px 1%;
	vertical-align: top;
}
.photogrid1 .description, .photogrid2 .description, .photogrid22 .description, .photogrid3 .description, .photogrid23 .description {
	color: #003366;
	text-align: left;
	margin-top: 4px;
	font-size: 12px;
}
.photogrid1 .source, .photogrid2 .source, .photogrid22 .source, .photogrid3 .source, .photogrid23 .source {
	color: #8b991d;
	text-align: right;
	margin-top: 4px;
	color: #555;
	font-size: 10px;
}
.bold {
	font-weight: bold;
	color: #555;
}
.italic {
	font-family: 'open_sansitalic';
	font-weight: normal;
	color: #333;
}
.icon_title {
	font-size: 17px;
	font-weight: 500;
	color: #00619A;
	font-weight: normal;
	margin-bottom: 13px;
	text-align: left;
	margin: 5px 0;
	vertical-align: top;
}
.icon_title span:first-child, .icon_title .icon_bibliografia {
	border-right: thin solid #777;
	display: inline-block;
	padding: 0;
	padding-right: 10px;
	width: 36px;
	height: 36px;
}
.icon_title .icon_bibliografia {
	width: 48px !important;
}
.icon_title span + span {
	margin-top: 10px;
	margin-left: 9px;
	display: inline-block;
	vertical-align: top;
}
.important, .quote, .question, .instruction, .information {
	border: thin solid #777;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	padding: 9px 11px 10px 11px;
	box-sizing: border-box;
	text-align: justify;
	-moz-box-sizing: border-box;
}
.important span:first-child, .quote span:first-child, .question span:first-child, .instruction span:first-child, .information span:first-child {
	float: left;
	margin: 0px 7px -17px -7px;
	width: 75px;
	height: 75px;
	display: inline-block;
	background: url("../img/important.png") no-repeat;
	background-size: 100% auto;
}
.quote span:first-child {
	background: url("../img/quote.png") no-repeat;
	background-size: 100% auto;
}
.question span:first-child {
	background: url("../img/question.png") no-repeat;
	background-size: 100% auto;
}
.instruction span:first-child {
	background: url("../img/instruction.png") no-repeat;
	background-size: 100% auto;
}
.information span:first-child {
	background: url("../img/video.png") no-repeat;
	background-size: 100% auto;
}
p {
	font-size: 13px;
}
#tabs ul li a {
	height: 17px;
}
#tabs ul li a h5 {
	margin: 0;
	color: #212121;
}
#tabs div {
	padding: 7px 10px;
}
.ui-accordion .ui-accordion-content {
	padding: 7px 13px;
}
.contenido {
	padding: 7px 13px;
	text-align: justify;
}
/*---------------------------------------
CAJAS DE ENLACES COMPLEMENTARIOS
--------------------------------------*/
.bluebox {
	background: #eaeaea;
	padding: 10px;
	margin-bottom: 10px;
}
.bluebox p {
	margin: 0;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: middle;
	width: 770px;
	text-align: justify;
}
.bluebox a {
	box-sizing: border-box;
background: #aab74a;
background: -moz-linear-gradient(top,  #aab74a 0%, #9ba64e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aab74a), color-stop(100%,#9ba64e));
background: -webkit-linear-gradient(top,  #aab74a 0%,#9ba64e 100%);
background: -o-linear-gradient(top,  #aab74a 0%,#9ba64e 100%);
background: -ms-linear-gradient(top,  #aab74a 0%,#9ba64e 100%);
background: linear-gradient(to bottom,  #aab74a 0%,#9ba64e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aab74a', endColorstr='#9ba64e',GradientType=0 );

	height: 55px;
	width: 55px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	padding: 7px;
	font-size: 30px;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	vertical-align: middle;
	text-decoration: none;
	-webkit-box-shadow: 0px -1px 1px 0 rgba(255,255,255,0.3), 0 1px 0px 0 rgba(0,0,0,0.2);
	box-shadow: 0px -1px 1px 0 rgba(255,255,255,0.3), 0 1px 0px 0 rgba(0,0,0,0.2);
	text-align: center;
}
.bluebox a i {
	text-align: center;
}
.clearfix {
	clear: both;
}
.responsiveimg {
	width: 100%;
	height: auto;
}
/*­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
LISTA FLECHA VERDE ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­*/
.arrow2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.arrow2 li {
	background: url("../img/list-greenarw.png") no-repeat left 3px;
	margin: 0 0px 15px 15px;
	padding: 0 0 0 25px;
	text-align: left;
	font­size: 13px;
}
/*TABLES*/
.greentable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #3f7f00;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.greentable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.greentable tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.greentable table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.greentable table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.greentable tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.greentable tr:hover td {
}
.greentable tr:nth-child(odd) {
	background-color: #fff;
}
.greentable tr:nth-child(even) {
	background-color: #ffffff;
}
.greentable td {
	vertical-align: middle;
	border: 1px solid #3f7f00;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 13px;
	font-weight: normal;
	color: #666;
}
.greentable tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.greentable tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.greentable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.greentable tr:first-child td {
	background: -o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background: -moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");
	background: -o-linear-gradient(top, #5fbf00, 3f7f00);
	background-color: #5fbf00;
	border: 0px solid #3f7f00;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.greentable tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background: -moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");
	background: -o-linear-gradient(top, #5fbf00, 3f7f00);
	background-color: #5fbf00;
}
.greentable tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.greentable tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}
