/* reset */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

.swfObject
{
    width:100%;
}

@font-face {
	font-family: 'Libre Baskerville', serif;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
.wrap{
	width:80%;
	margin:0 auto;
}
.header {
	background: url(../img/fondo-claro.jpg) repeat-x center;
}

.logo {
	padding:20px 0px 0;
	padding-top:50px;
	display:block;
}
.logo-powered {
	display:block;
	padding:20px 0px 0;
	float:right;
	width:72px;
}
#linea-logos {
	padding-bottom:40px;
	margin:0 auto;
	max-width:1090px;
}

/* ---- Linea ---- */
hr.fancy-line { 
    border: 0; 
    height: 2px;

}
hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}
hr.fancy-line:after {
    content:'';
    height: 0.5em;
    top: 1px;
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 60%;
}

hr.fancy-line, hr.fancy-line:before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 90%);
}

.menu-centro{
	margin:0 auto;
	max-width:1090px;
	text-align:center;
	padding-bottom:20px;
}
.social  {
	max-width:1300px;
	width:80%;
	margin:0 auto;
	/*margin-top:10px;*/
	position:absolute;
	z-index:100;
}
.social > ul {
	list-style-type:none;
	float:right;
	padding-right:1em;
	padding-top:1em;
}
.social > ul > li {
	height:1.6em;
	text-align:right;
}
.presentacion-foto {
	text-align:center;
	padding-bottom:1em;
}

/* ---- Menu ---- */
.cssmenu {
	display:block;
	margin-left:6%;
}
.cssmenu > ul > li {
	display: inline-block;
	position: relative;
}
.cssmenu > ul > li.active a, .cssmenu > ul > li a:hover {
	color:#4bb495;
}
.cssmenu > ul > li > a {
	color: #5F636D;
	display: block;
	margin: 10px 10px;
	letter-spacing: 1px;
	font-size: 0.89em;
	font-family: 'Roboto', sans-serif;
}


/* ---- Contenidos ---- */

.texto-cabecera {
	font-size: 1.7em;
	font-family: 'Roboto', sans-serif;
	line-height:1.1em;
	text-transform: uppercase;
	padding-bottom:50px;
	padding-top:50px;
	text-align:center;
	color:#4bb495;
	margin:0 auto;
	max-width:1090px;
}
span.destacado {
	font-family: 'Roboto', sans-serif;
	color:#4bb495;
}
.link-color {
	color: #4bb495;
	font-size: 0.89em;
	font-family: 'Roboto', sans-serif;
}
.link-color:hover {
	color: #5F636D;
}
.contenido{
	padding-top:60px;
	padding-bottom:40px;
	margin:0 auto;
	max-width:1090px;
}
.contenido h3{
	color: #333;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	border-bottom:#CCC 0.1em solid;
}
.contenido p{
	font-size:0.89em;
	margin-bottom: 1.5em;
	padding:0.5em  0;
	color: #555;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
}
.otras-entr  {
	margin:0 auto;
	max-width:1090px;
	text-align:center;
	padding-bottom:0.6em;
	border-bottom:#CCC 0.1em solid;
}
.otras-entr h3{
	color: #4bb495;
	margin-bottom: 1em;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	text-align:left;
	border-bottom:#CCC 0.1em solid;
}
.otras-entr > ul {
	list-style-type:none;
	max-width:1090px;
	
}
.otras-entr > ul > li > a{
	display:inline-block;
	float:left;
	width:33%;
}
.publicidad {
	text-align:center;
	margin-top:2em;
	margin-bottom:4em;
}

/* ---- DOS COLUMNAS  ---- */
.dos-columnas {
    margin:0 auto;
	max-width:1090px;
	
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    
   
    -webkit-column-gap: 3rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 3rem; /* Firefox */
    column-gap: 3rem;
    
    -webkit-column-rule: 1px solid rgb(75, 180, 149)  ; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid rgb(75, 180, 149)  ; /* Firefox */
	column-rule: 1px solid rgb(75, 180, 149)  ;*/
   
    
    margin-bottom: 30px;
    margin-bottom: 3rem;

}

.dos-columnas  h3{
	color: #333;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
.dos-columnas  p{
	font-size:0.89em;
	margin-bottom: 1.5em;
	padding:0.5em  0;
	color: #555;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
}
.dos-columnas  h3 a{
	color: #333;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}

@media screen and (max-width: 650px){

.dos-columnas {
    
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    
    margin-bottom: 30px;
    margin-bottom: 3rem;

}
.otras-entr  {
	margin:0 auto;
	max-width:100%;
	text-align:center;
}
.otras-entr h3{
	color: #4bb495;
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
.otras-entr > ul > li > a{
	float:left;
	width:100%;
}
}

/***** Media Quries *****/
@media only screen and (max-width: 1005px) {
	.wrap{
		width:95%;
	}	
	.social  {
	width:95%;
}
}
@media screen and (max-width: 1860px) and (min-width: 1280px){
.social  {
	width:70%;
}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.social  {
	width:95%;
}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.social  {
	width:95%;
}
}




/* ---- Pie ---- */

.columna1
	{
	width: 50%;
	float:left;
	}
.columna2
	{
	width: 50%;
	float:right;
	text-align:right;
	}
	
.wrap-pie{
	width:80%;
	margin:0 auto;
	max-width:1090px;
}	
.pie {
	background: url(../img/fondo-oscuro.jpg) repeat-x center top;
}
.powered {
	text-align:center;
	padding-bottom: 2%;
}
.powered p {
	font-family: 'Libre Baskerville', serif;
	color:#fff;
	font-size:0.75em;
	line-height:2em;	
}
.powered img {
	vertical-align:middle;
	padding:20px;
	margin-bottom:5px;
}
.logo-pie {
	width:100%;
	margin:20px auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.pie-menu  {
	padding-left: 10%;
	/*border-left:2px ridge #535050;*/
}
.pie-menu > ul > li {
	display: inline-block;
	position: relative;
}
.pie-menu > ul > li a:hover {
	color:#4bb495;
}
.pie-menu > ul > li > a {
	color: #fff;
	display: block;
	margin: 10px 10px;
	letter-spacing: 1px;
	font-size: 0.89em;
	font-family: 'Roboto', sans-serif;
}




@media screen and (max-width: 715px){

	.columna1
	{
	width: 100%;
	text-align:center;
	}
	.columna2
	{
	width: 100%;
	text-align:center;
	}
	.pie-menu  {
	border-left: none;
}
}

/*  Contact Form  ============================================================================= */



/* ---- FICHA EMPRESA  ---- */
#encabezado-ficha{
	display:block;
	margin:0 auto;
	max-width:1090px;
	background-color:#4bb495;
	color: #fff;
	height:1.5em;
	padding-left:1em;
	margin-bottom:0.5em;
	font-size: 1em;
	line-height:1.5em;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
#ficha {
    margin:0 auto;
	max-width:1090px;
	padding: 0.5em;
	background-color:#d9ebe6;
	
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    
   
    -webkit-column-gap: 3rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 3rem; /* Firefox */
    column-gap: 3rem;
       
    margin-bottom: 30px;
    margin-bottom: 3rem;

}
#ficha  .ficha-titulo{
	color: #333;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
	/*	font-family: 'Libre Baskerville', serif;*/
	text-transform: uppercase;
}
#ficha  p{
	font-size:0.84em;
	margin-bottom: 1em;
	padding:0.5em  0;
	color: #555;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
	border-bottom:solid 1px #4bb495;
}
#ficha  a{
	font-size:1.2em;
	color: #4bb495;
	text-decoration:underline;
}
#ficha  a:hover{
	color: #555;
	text-decoration:none;
}

@media screen and (max-width: 650px){

#ficha {
    
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    
    margin-bottom: 30px;
    margin-bottom: 3rem;

}