@import url('https://fonts.googleapis.com/css?family=Varela%7CGraduate%7CHammersmith+One%7CNews+Cycle%7CJosefin+Sans%3A400%2C700%7CSpinnaker%7CAveria+Libre%3A400%2C700%7CMontserrat+Alternates%3A400%2C700'); 

body {
	margin: 0px;
	padding: 0px;
	/*	background-color: #d2d2d2;*/
	background-color:#3b6677;
	font-family: Verdana, Geneva, sans-serif, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(assets/img/bg-page.png);
	background-repeat: repeat-x;
}
a {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}



h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#647a83;
	margin-top:15px;
	margin-bottom:5px;
	background-image: url(assets/img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 35px;
}
h2 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#666;
	margin-top:15px;
	margin-bottom:10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	clear:both;
}
h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	color: #647a83;
	margin-top:25px;
	margin-bottom:10px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(assets/img/bullet-slider-01.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h4 a {
	color: #647a83;
	text-decoration:none;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	line-height:16px;
	font-weight:normal;
}
h5 a {
	text-decoration:none;
}
img {
	border:none;
}
img.alignleft, div.alignleft {
	float:left;
	padding: 3px;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	border: 1px solid #999;
}
img.alignright, div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
	border: 1px solid #999;
}
img.aligncentered, div.aligncentered {
	text-align:center;
	margin:0 auto;
	border: 1px solid #999;
}

/*

CUSTOMS

*/
A.blanco:link 		{
	background: none;
	color: #FFFFFF;
	text-decoration: none;
}
A.blanco:active 	{
	background: none;
	color: #FFFFFF;
	text-decoration: none;
}
A.blanco:visited 	{
	background: none;
	color: #FFFFFF;
	text-decoration: none;
}
A.blanco:hover 	{
	background: none;
	color: #CCCCCC;
	text-decoration: none
}
A.negro:link 		{
	background: none;
	color: #333;
	text-decoration: none;
}
A.negro:active 	{
	background: none;
	color: #333;
	text-decoration: none;
}
A.negro:visited 	{
	background: none;
	color: #333;
	text-decoration: none;
}
A.negro:hover 	{
	background: none;
	color: #999;
	text-decoration: none
}
A.azul:link 		{
	background: none;
	color: #647a83;
	text-decoration: none;
}
A.azul:active 	{
	background: none;
	color: #647a83;
	text-decoration: none;
}
A.azul:visited 	{
	background: none;
	color: #647a83;
	text-decoration: none;
}
A.azul:hover 	{
	background: none;
	color: #999;
	text-decoration: none
}



#page {
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	/*overflow:hidden;*/
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color: #CCC;*/
}

#toTop {
	width:35px;
	height:35px;
	text-align:center;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:5px; /* together with this to put the div at the bottom*/
	right:30px;
	cursor:pointer;
	display:none;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
#toTop2 {
	width:35px;
	height:35px;
	text-align:center;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:5px; /* together with this to put the div at the bottom*/
	left:30px;
	cursor:pointer;
	display:none;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}








/* CSS Document */

#header {
	height:90px;
	background-image:url(assets/img/bg-header.png);
	background-repeat:no-repeat;
}

#header-logo {
	width:580px;
	height:90px;
	overflow:hidden;
	display:block;
	float:left;
}

#header-derecha {
	width:410px;
	height:90px;
	display:block;
	float:left;
	overflow:hidden;
	/*background-color:#CCC;*/
}
#header-derecha #sociales {
	float:right;
	height:30px;
	width:120px;
	padding-top:10px;
	text-align:right;
	/*background-color:#CCC;*/
}
.no-text {
	display:none;
}
#header-derecha #sociales #facebook a {
	text-indent:-900em;
	background-image: url(assets/img/icon-facebook-gray-header.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	float:left;
	margin-right:10px;
}
#header-derecha #sociales #facebook a:hover {
	background-image: url(assets/img/icon-facebook-header.png);
	background-repeat: no-repeat;
}
#header-derecha #sociales #twitter a {
	text-indent:-900em;
	background-image: url(assets/img/icon-twitter-gray-header.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	float:left;
	margin-right:10px;
}
#header-derecha #sociales #twitter a:hover {
	background-image: url(assets/img/icon-twitter-header.png);
	background-repeat: no-repeat;
}
#header-derecha #sociales #youtube a {
	text-indent:-900em;
	background-image: url(assets/img/icon-youtube-gray-header.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	float:left;
	margin-right:10px;
}
#header-derecha #sociales #youtube a:hover {
	background-image: url(assets/img/icon-youtube-header.png);
	background-repeat: no-repeat;
}

#header-derecha #buscador {
	display:block;
	float:right;
	width:400px;
	height:40px;
	padding-right:10px;
	margin-top:10px;
	text-align:right;
	/*background-color:#CCC;*/
}
#header-derecha #buscador .sombra {
	height:20px;
	width:200px;
	margin-right:10px;
	padding:2px;
	color:#999;
	border: 1px solid #858585;
	/*-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC')";*/
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC');*/
}





#slider {
	display:block;
	width:990px;
	height:360px;
	padding:0px;
	margin:0px;
	/*background-color:#CCC;
	overflow:hidden;*/
	position:relative;
}
#slider #logo{
	position:absolute;
	z-index:200;
	left:12px;
	display:block;
	width:150px;
	height:70px;
	/*background-color:#CCC;*/
}



.coin-slider {
	padding:0;
	overflow:hidden;
	zoom:1;
	position:absolute;
	/*float:right;*/
}
#slider .coin-slider .clr {
	position:absolute;
	top:20px;
	z-index:350;
}
.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none;
	color:#FFF;
}
/* buttons for switching */
.cs-buttons {
	position:absolute;
	bottom:0px;
	margin:8px 0;
	padding:0;
	font-size:0;
	float:left;
	z-index:9999;
	/*background-color:#CCC;*/
}
.cs-buttons a {
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:url(assets/img/bullet-slider-01.png) no-repeat center center;
}
.cs-buttons a.cs-active {
	color:#fff;
	background-image:url(assets/img/bullet-slider-02.png);
}
/* text in slider */
.cs-title {
	padding:16px 60px 16px 24px;
	width:876px;
	color:#fff;
	font-size:15px;
	line-height:1.5em;
	/*background:url(assets/img/overlay.png) repeat left top;*/
}
.cs-title big {
	font-size:20px;
}
/* buttons Next and Prew */
.cs-prev {
	display:none;
	/*color:#fff;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0px;
	background-image: url(assets/img/arrow-izquierda.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 360px;
	width: 50px;*/
}
.cs-next {
	display:none;
	/*color:#fff;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0px;
	background-image: url(assets/img/arrow-derecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 360px;
	width: 50px;*/
}








#header-botonera-superior-completa {
	display:block;
	width:990px;
	height:40px;
	overflow:hidden;
	background-image: url(assets/img/bg-menu-superior.png);
	background-repeat: no-repeat;
	text-align:center;
	/*background-color:#CCC;*/
}
#header-botonera-superior {
	margin:0px;
	padding:0px;
	height:40px;
	display:inline-block;
	/*float:right;
	background-color:#CCC;*/
	overflow:hidden;
}

/*this is the css for the horizontal version*/
#header-botonera-superior .horizontal ul{
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 40px;
}
#header-botonera-superior .horizontal li{
	float: left;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 2px;
	margin-left: 2px;
}
#header-botonera-superior .horizontal li a{
	text-decoration: none;
	height: 40px;
	float: left;
	display: block;
	color:#FFF;
	/*font-family: 'Varela', sans-serif;*/
	font-family: 'Graduate', cursive;
	/*font-family: 'Hammersmith One', sans-serif;*/
	/*font-family: 'News Cycle', sans-serif;*/
	/*font-family: 'Josefin Sans', sans-serif;*/
	/*font-family: 'Spinnaker', sans-serif;*/
	/*font-family: 'Averia Libre', cursive;*/
	/*font-family: 'Montserrat Alternates', sans-serif;*/
	font-size:20px;
	text-shadow: 1px 1px 1px #333;
	padding: 5px;
}
#header-botonera-superior .horizontal li a:hover {
	color:#FFF;
	/*background-image: url(assets/img/bg-menu-superior-hover.png);^/
	background-repeat: repeat-x;
}
#header-botonera-superior .horizontal li ul{
	position: absolute; 
	margin-top: 40px;
	padding-bottom:8px;
	padding-top:8px;
	border: none;
	display: block;
	height: auto;
	width:185px;
	background-color:#1d3345;
	box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.4);
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-top-left-radius: 0px; 
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-left-radius: 0px;
}
#header-botonera-superior .horizontal li li a {
	height:auto;
	text-align:left;
	color:#FFF;
	font-family: 'News Cycle', sans-serif;
	text-transform:none;
	font-size:16px;
	padding: 5px;
	/*margin-right: -5px;*/
	margin-left: -2px;
}
#header-botonera-superior .horizontal li li a:hover{
	background-color:#5e8392;
	background-image:none;
	width:175px;
}
#header-botonera-superior .horizontal li li ul{
	position: absolute;
	margin-top: 0px;
	margin-left: 185px;
}
#header-botonera-superior .horizontal li ul li a{
	width: 175px;
}
/*Plus code*/
#header-botonera-superior .plus a div{
	display:inline;
	margin-left:10px;
	width:20px;
	height:40px;
	background-image:url(assets/img/icon-plus.png);
	background-position:center;
	background-repeat:no-repeat;	/*background-color:#000;*/
}







#home-contenido-central {
	width:990px;
	min-height:400px;
	overflow:hidden;
	background-color:#FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-top-left-radius: 0px; 
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-left-radius: 0px;
	border-top-right-radius: 0px; 
	-moz-border-radius-topright: 0px; 
	-webkit-border-top-right-radius: 0px;
}

#home-contenido-central #home-notas-deslizantes {
	padding:0px;
	overflow:hidden;
	width:100%;
	/*background-color:#990;*/
}

#home-contenido-central #home-menu-inferior {
	padding:0px;
	overflow:hidden;
	width:100%;
	height:40px;
	/*background-color:#990;*/
}

#home-contenido-central #home-banners-deslizantes {
	padding:0px;
	overflow:hidden;
	width:100%;
	/*background-color:#990;*/
}





/* Tiny Carousel */
#slider2 {
	height: 1%;
	overflow:hidden;
	padding: 5px;	/*background-color:#CCC;*/
}
#slider2 .viewport {
	width: 975px;
	height: 200px;
	overflow: hidden;
	position: relative;
	/*background-color:#06C;*/
	margin:auto;
}
#slider2 .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 325px;
	left: 0;
	top: 0;
}
#slider2 .overview li{
	float: left;
	margin:0px;
	padding: 0px;
	width: 325px;
	height: 200px;
	border: 0px;
}
#slider2 .overview #home-columnas-fecha {
	color:#FFF;
	background-color:#7f9eb9;
	float:left; 
	width:50px; 
	height:70px; 
	border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	text-align:center;
}

#slider2 .overview #home-columnas-contenido {
	padding-left:5px;
	padding-right:5px;
	min-height:195px;
	width:265px;
	float:left;
	overflow:hidden;
}
#slider2 .overview #home-columnas h3 {
	font-family:'News Cycle', sans-serif;
	height:35px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#slider2 .overview #home-columnas a {
	text-decoration:none;
	color:#7f9eb9;
}
#slider2 .overview #home-columnas a:hover {
	color:#069;
}

#slider2 .pager {
	overflow:hidden;
	display:block;
	width:70px;
	margin:auto;
	padding:0px;
	/*background-color:#CCC;*/
}
#slider2 .pager span {
	float: left;
	margin:0px;
	padding:0px;
}
#slider2 .pagenum {
	background-image: url(assets/img/bullet-slider-01.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 15px;
	margin-right:2px;
	margin-top:5px;
}
#slider2 .active {
	background-image: url(assets/img/bullet-slider-02.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 15px;
}





#home-menu-inferior-completo {
	display:block;
	width:990px;
	height:40px;
	overflow:hidden;
	background-image: url(assets/img/bg-menu-inferior.png);
	background-repeat: no-repeat;
	text-align:center;
	clear:both;
	padding-left:15px;
	margin-top:15px;
	/*background-color:#CCC;*/
}
#home-menu-inferior {
	margin:0px;
	padding:0px;
	height:40px;
	display:inline-block;
	/*float:right;
	background-color:#CCC;*/
	overflow:hidden;
}

/*this is the css for the horizontal version*/
#home-menu-inferior .horizontal ul{
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 40px;
}
#home-menu-inferior .horizontal li{
	float: left;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#home-menu-inferior .horizontal li a{
	text-decoration: none;
	height: 40px;
	float: left;
	display: block;
	color:#FFF;
	/*font-family: 'Varela', sans-serif;*/
	font-family: 'Graduate', cursive;
	/*font-family: 'Hammersmith One', sans-serif;*/
	/*font-family: 'News Cycle', sans-serif;*/
	/*font-family: 'Josefin Sans', sans-serif;*/
	/*font-family: 'Spinnaker', sans-serif;*/
	/*font-family: 'Averia Libre', cursive;*/
	/*font-family: 'Montserrat Alternates', sans-serif;*/
	font-size:20px;
	text-shadow: 1px 1px 1px #333;
	padding: 5px;
}
#home-menu-inferior .horizontal li a:hover {
	color:#FFF;
	background-image: url(assets/img/bg-menu-inferior-hover.png);
	background-repeat: repeat-x;
}
#home-menu-inferior .horizontal li ul{
	position: absolute; 
	margin-top: 40px;
	padding-bottom:8px;
	padding-top:8px;
	border: none;
	display: block;
	height: auto;
	width:185px;
	background-color:#1d3345;
	box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.4);
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-top-left-radius: 0px; 
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-left-radius: 0px;
}
#home-menu-inferior .horizontal li li a {
	height:auto;
	text-align:left;
	color:#FFF;
	font-family: 'News Cycle', sans-serif;
	text-transform:none;
	font-size:16px;
	padding: 5px;
	margin-right: -5px;
	margin-left: -5px;
}
#home-menu-inferior .horizontal li li a:hover{
	background-color:#5e8392;
	background-image:none;
	width:175px;
}
#home-menu-inferior .horizontal li li ul{
	position: absolute;
	margin-top: 0px;
	margin-left: 185px;
}
#home-menu-inferior .horizontal li ul li a{
	width: 175px;
}
/*Plus code*/
#home-menu-inferior .plus a div{
	display:inline;
	margin-left:10px;
	width:20px;
	height:40px;
	background-image:url(assets/img/icon-plus.png);
	background-position:center;
	background-repeat:no-repeat;	/*background-color:#000;*/
}







/* Tiny Carousel */
#slider3 {
	height: 1%;
	overflow:hidden;
	padding: 5px;
	margin-top:15px;
	margin-bottom:15px;
	/*background-color:#CCC;*/
}
#slider3 .viewport {
	width: 975px;
	height: 200px;
	overflow: hidden;
	position: relative;
	/*background-color:#06C;*/
	margin:auto;
}
#slider3 .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 325px;
	left: 0;
	top: 0;
	text-align:center;
}
#slider3 .overview li{
	float: left;
	margin:0px;
	padding: 0px;
	width: 325px;
	height: 200px;
	border: 0px;
}

#slider3 .pager {
	overflow:hidden;
	display:block;
	width:70px;
	margin:auto;
	padding:0px;
	/*background-color:#CCC;*/
}
#slider3 .pager span {
	float: left;
	margin:0px;
	padding:0px;
}
#slider3 .pagenum {
	background-image: url(assets/img/bullet-slider-01.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 15px;
	margin-right:2px;
	margin-top:5px;
}
#slider3 .active {
	background-image: url(assets/img/bullet-slider-02.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 15px;
}





#footer {
	display:block;
	width:960px;
	overflow:hidden;
	text-align:center;
	padding:15px;
	/*background-color:#CCC;*/
}
#footer a {
	color:#FFF;
	font-size:20px;
	/*font-family: 'Varela', sans-serif;*/
	/*font-family: 'Graduate', cursive;*/
	font-family: 'Hammersmith One', sans-serif;
	/*font-family: 'News Cycle', sans-serif;*/
	/*font-family: 'Josefin Sans', sans-serif;*/
	/*font-family: 'Spinnaker', sans-serif;*/
	/*font-family: 'Averia Libre', cursive;*/
	/*font-family: 'Montserrat Alternates', sans-serif;*/
	margin:0px;
	padding:0px;
}
#footer p {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size:14px;
	/*font-family: 'Varela', sans-serif;*/
	/*font-family: 'Graduate', cursive;*/
	/*font-family: 'Hammersmith One', sans-serif;*/
	font-family: 'News Cycle', sans-serif;
	/*font-family: 'Josefin Sans', sans-serif;*/
}




#slider {
	display:block;
	width:990px;
	height:360px;
	padding:0px;
	margin:0px;
	/*background-color:#CCC;
	overflow:hidden;*/
	position:relative;
}
#slider #logo{
	position:absolute;
	z-index:200;
	left:12px;
	display:block;
	width:150px;
	height:70px;
	/*background-color:#CCC;*/
}



.coin-slider {
	padding:0;
	overflow:hidden;
	zoom:1;
	position:absolute;
	/*float:right;*/
}
#slider .coin-slider .clr {
	position:absolute;
	top:20px;
	z-index:350;
}
.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none;
	color:#FFF;
}
/* buttons for switching */
.cs-buttons {
	position:absolute;
	bottom:0px;
	margin:8px 0;
	padding:0;
	font-size:0;
	float:left;
	z-index:9999;
	/*background-color:#CCC;*/
}
.cs-buttons a {
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:url(assets/img/bullet-slider-01.png) no-repeat center center;
}
.cs-buttons a.cs-active {
	color:#fff;
	background-image:url(assets/img/bullet-slider-02.png);
}
/* text in slider */
.cs-title {
	padding:16px 60px 16px 24px;
	width:876px;
	color:#fff;
	font-size:15px;
	line-height:1.5em;
	/*background:url(assets/img/overlay.png) repeat left top;*/
}
.cs-title big {
	font-size:20px;
}
/* buttons Next and Prew */
.cs-prev {
	display:none;
	/*color:#fff;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0px;
	background-image: url(assets/img/arrow-izquierda.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 360px;
	width: 50px;*/
}
.cs-next {
	display:none;
	/*color:#fff;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0px;
	background-image: url(assets/img/arrow-derecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 360px;
	width: 50px;*/
}








#internal {
	margin:0px;
	min-height:400px;
	background-color:#FFF;
	overflow:hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

/*
***********************************************************************************************************************
***********************************************************************************************************************
*/

#internal #internal-contenido-central {
	display:block;
	float:left;
	width:680px;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	/*background-color:#999;*/
}
#internal #internal-contenido-central strong {
	color:#2a434d;
}
#internal #internal-contenido-central a {
	color:#732d2d;
	text-decoration:none;
}
#internal #internal-contenido-central a:hover {
	color:#2a434d;
}
#internal #internal-contenido-central hr {
	clear:both;
	width: 95%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
}
#internal #internal-contenido-central li {
	clear:both;
	list-style:square;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2a434d;
	margin-top: 10px;
	padding-bottom: 10px;
}
#internal #internal-contenido-central li:first-letter{
	font-size:24px;
	font-weight:bold;
	color:#647a83;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#internal #internal-contenido-central #internal-excerpt {
	width:95%;
	background-color:#FAFAFA;
	padding: 5px;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC');
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow:hidden;
}
#internal #internal-contenido-central #internal-excerpt img {
	float:left;
	margin-right:10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#internal #internal-contenido-central blockquote {
	font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 10px;
	width:85%;
	background-color:#FAFAFA;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC');
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow:hidden;
	background-image: url(assets/img/openquote4.gif);
	background-position: middle left;
	background-repeat: no-repeat;
	text-indent: 23px;
}
#internal #internal-contenido-central #back a {
	font-size:14px;
	font-weight:normal;
	display:block;
	width:75px;
	float:right;
	text-align:center;
	padding:5px;
	margin:5px;
	background:#647a83;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC');
}
#internal #internal-contenido-central #back a:hover {
	background:#fff;
	color:#647a83;
}

/*
***********************************************************************************************************************
***********************************************************************************************************************
*/

#internal #internal-contenido-central-3columnas {
	display:block;
	float:left;
	width:680px;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	/*background-color:#999;*/
}
#internal #internal-contenido-central-3columnas ul{
	width:95%;
	overflow:hidden;
	padding:0px;
	margin:auto;
}
#internal #internal-contenido-central-3columnas li{
	display:inline;
	float:left;
	width:33.333%;
	line-height:25px;
	margin-bottom:10px;
	list-style:square;
}
#internal #internal-contenido-central-3columnas li:first-letter{
	font-size:24px;
	font-weight:bold;
	color:#647a83;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/*
***********************************************************************************************************************
***********************************************************************************************************************
*/

#internal #internal-contenido-central-2columnas {
	display:block;
	float:left;
	width:680px;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	/*background-color:#999;*/
}
#internal #internal-contenido-central-2columnas ul{
	width:95%;
	overflow:hidden;
	padding:0px;
	margin:auto;
}
#internal #internal-contenido-central-2columnas li{
	display:inline;
	float:left;
	width:50%;
	line-height:25px;
	margin-bottom:10px;
	list-style:square;
}
#internal #internal-contenido-central-2columnas li:first-letter{
	font-size:24px;
	font-weight:bold;
	color:#647a83;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/*
***********************************************************************************************************************
***********************************************************************************************************************
*/

#internal #internal-contenido-central-faq {
	display:block;
	float:left;
	width:680px;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	/*background-color:#999;*/
}
#internal #internal-contenido-central-faq #entrada-faq{
	width:95%;
	background-color:#FAFAFA;
	padding: 5px;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC');
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#internal #internal-contenido-central-faq #internal-pregunta-faq{
	overflow:hidden;
	padding:0px;
	margin:auto;
	cursor:pointer;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#666;
}
#internal #internal-contenido-central-faq #internal-respuesta-faq{
	width:95%;
	margin:auto;
}
#internal #internal-contenido-central-faq #internal-respuesta-faq p:first-letter{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	float:left;
	display:block;
	margin-right:5px;
	text-transform:uppercase;
	background-color:#647a83;
	border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*
***********************************************************************************************************************
***********************************************************************************************************************
*/

#internal #internal-contenido-central-formularios {
	display:block;
	float:left;
	width:680px;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	/*background-color:#999;*/
}
#internal #internal-contenido-central-formularios form    {
	margin:auto;
	position:relative;
	width:600px;
	min-height:450px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #647a83;
	background-color:#FAFAFA;
	padding: 15px;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC');
}
#internal #internal-contenido-central-formularios input    {
	color:#666;
	font-size:14px;
	width:350px;
	display:block;
	border: none;
	height: 25px;
	padding:5px;
	margin-left:15px;
	margin-top:5px;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	box-shadow: 0px 0px 8px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#CCCCCC');
}
#internal #internal-contenido-central-formularios textarea {
	color:#666;
	font-size:14px;
	padding:5px;
	margin-left:15px;
	margin-top:5px;
	width:350px;
	height:150px;
	border:none;
	display:block;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	box-shadow: 0px 0px 8px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#CCCCCC');
	resize: vertical;
}
#internal #internal-contenido-central-formularios input[type="submit"] {
	width:100px;
	position:absolute;
	right:20px;
	bottom:20px;
	background:#647a83;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1p solid #999;
	cursor:pointer;
}
#internal #internal-contenido-central-formularios input[type="submit"]:hover {
	background:#fff;
	color:#647a83;
}
#internal #internal-contenido-central-formularios img {
	vertical-align:middle;
	margin-left:15px;
}

/*
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
***********************************************************************************************************************
*/

#internal #internal-sidebar {
	width:300px;
	display:block;
	float:left;
	padding-top:15px;
	/*background-color:#CCC;*/
}
#internal #internal-sidebar #internal-sidebar-item {
	width:90%;
	background-color:#FAFAFA;
	padding: 5px;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#CCCCCC');
	margin-top: 0auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#internal #internal-sidebar h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#666;
	margin-top:0px;
	margin-bottom:5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	clear:both;
}
#internal #internal-sidebar ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#internal #internal-sidebar li {
	list-style:none;
	padding:0px;
	margin:0px;
}
#internal #internal-sidebar a {
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	/*font-size:14px;*/
	margin-bottom:2px;
	margin-top:2px;
	margin-left:-5px;
	margin-right:-5px;
	padding:5px;
	text-decoration:none;
	color:#647a83;
}
#internal #internal-sidebar a:hover {
	color:#732d2d;
}






.page-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 32px;
	padding-bottom: 52px
}

.page-nav a.page-numbers,
.page-nav span.page-numbers {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #b9b8b8;
	color: #000;
	font-size: 16px;
	line-height: 29px;
	padding: 0 5px;
	margin: 5px 5px;
	min-width: 33px;
	text-align: center;
	text-decoration: none
}

.page-nav a.page-numbers:hover {
	background: #e4a547;
	border-color: #e4a547;
	color: #000;
	font-weight: 700;
	text-decoration: none
}

.page-nav span.current {
	background: #e4a547;
	border-color: #e4a547;
	color: #000;
	font-weight: 700
}

.page-nav span.dotts {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	vertical-align: top;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 5px 5px;
	text-align: center;
	text-decoration: none
}

.preview-post {
	clear: both;
	width: 95%;
	background-color: #FAFAFA;
	padding: 5px;
	box-shadow: 0px 0px 5px #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;

}

.preview-post.has-post-thumbnail {
	height: 260px;
}

.post-full {
	padding: 10px;
}

.post-full .entry-content img {
	max-width: 100%;
}

h2.entry-title {
color: #732d2d;
text-decoration: none;
}


.widget {
width: 90%;
background-color: #FAFAFA;
padding: 5px;
box-shadow: 0px 0px 5px #CCC;
margin-right: auto;
margin-bottom: 15px;
margin-left: auto;
}

.widget-title {
font-family: 'Montserrat Alternates', sans-serif;
font-size: 20px;
font-weight: normal;
color: #666;
margin-top: 0px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
clear: both;
}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}