/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	color: #555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.65em; 
	background-image: url(../images/templatemo_body.png);
	background-attachment: fixed;
	background-image: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 50% 50%;
}

a, a:link, a:visited { 
	color: #27bbb6; 
	font-weight: normal; 
	text-decoration: underline; 
	font-size: 12px; 
}

a:hover { 
	text-decoration: none; 
}

a.more { 
	display: inline-block; 
	font-weight: 700; 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
	color: #000000;
	font-weight:300;
}

/* MENU */

.menudes {
position: fixed;
top: 1%;
padding-top: 4%;
width: 100%;
text-align:left;
float: left;
position: fixed;
}
.menudes a {
display: inline;
width: 12%; /* 100% dividido por el número de elementos */
box-sizing: contact-box;
padding: 8px 14px 10px; 
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: #FFFFFF ;
background: #FF0000 ;
opacity:.65;
text-decoration: none;
font-weight:bold;
font-size: 14px;
text-align: center;
}

.marca {
position: absolute;
width: 20%;
height: 42px;
box-sizing: border-box;
bottom: 0;
left: -29.5%;
border: 2px solid #000000;
transition: 0.5s ease-in-out;
z-index:1;
}

/* END OF MENU*/

/* GALLERÍA */

/* Ajustes generales */

ul.acordeon * {
  font-family: Arial, sans-serif;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
/* Contenedor general */
ul.acordeon {
  width: 100%; /* Personalizar ancho total */
  overflow: hidden;
  padding: 0;
  background: #8F2250;
  text-align: center;
  list-style: none;
  font-size: 0;
  box-shadow: 0 0 10px #333;
}
/* Cada elemento */
ul.acordeon li {
  position: relative;
  display: inline-block;
  *display: inline; zoom: 1; /* IE7 */
  width: 10%; 
  height:0;
  padding-bottom: 40%; /* Ratio aspecto imagen = (height*X)/width */
  background: #eee;
  text-align: center;
  box-shadow: -2px 0px 8px #999;
}
/* Títulos pestañas */
ul.acordeon li h4 {
  position: relative;
  top: 5%;
  z-index: 1;
  margin: 0;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 10% 120%;
  -moz-transform-origin: 10% 120%;
  transform-origin: 10% 120%;
  white-space: nowrap;
}
/* Contenido inicialmente oculto */
ul.acordeon li a, ul.acordeon li img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  *display: inline; zoom: 1; /* IE7 */
  width: 0;
  padding:0;
  background: #333;
}
/* Hover: Desplegamos elemento aumentando su ancho */
ul.acordeon li:hover {
  width: 60%; /* 100 - 10*(nºelem-1) // X=60 para ratio imagen */ 
  background: #333; 
}
/* Hover: Hacemos que el título recupere la horizontal y le ponemos un fondo */
ul.acordeon li:hover h4 {
  padding-left: 10px;
  background: rgba(143,34,80,.8);
  color: #eee;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

/* Hover: Expandimos el contenido */
 /*ul.acordeon li:hover a, ul.acordeon li:hover a img {
  width: 100%;*/ 
}
/* Ajustes para resoluciones pequeñas */
@media(max-width:300px) {
  ul.acordeon li h4 {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/* VARIACIONES PARA CONSEGUIR QUE EL MENU OCUPE INICIALMENTE TODO EL ANCHO 
ul.acordeon li {
  width: 20%;
}
ul.acordeon:hover li {
  width: 10%;
}
ul.acordeon li:hover {
  width: 60%;
}
*/

/* FIN DE GALLERÍA */
blockquote { 
	font-style: italic; 
	margin: 0 0 0 10px;
}

cite { 
	font-weight: bold; 
	color:#000; 
}

cite a, cite a:link, cite a:visited  { 
	font-weight: bold; 
	color:#27bbb6; 
}

cite span { 
	font-weight: 400; 
	color: #000; 
}

em { color: #000; }

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 15px; padding: 5px 0;border-bottom: 1px solid #696969; }
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { 
	float: left;
	position: relative;

 }
.float_r { float: right; }

.image_wrapper { 
	display: inline-block; 
	border: 1px solid #d3e7e5; 
	padding: 4px; 
	background: #e7f7f6; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.templatemo_list { 
	margin: 20px 0 20px 15px; 
	padding: 0; 
	list-style: none; 
}

.templatemo_list li { 
	color:#27bbb6; 
	margin: 0; 
	padding: 0 0 5px 15px; 
	background: url(../images/templatemo_list.png)  no-repeat scroll 0 7px;  
}

.templatemo_list li a { 
	color: #27bbb6; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
}

.templatemo_list li a:hover { 
	text-decoration: underline; 
}

#templatemo_wrapper {
	width: 980px;
	margin: 0 auto;
	position:relative;

}

#templatemo_header {
	position: relative;
	height: 130px;
	width: 900px;
	padding-top: 0.1%;
	float: left;
	background: url(../images/templatemo_header.png) bottom center no-repeat;

}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 230px; 
	height: 142px; 
	color: #fff; 
	text-indent: -10000px; 
}

#templatemo_middle { 
	clear: both;
	width: 900px;
	padding: 30px 40px;
	overflow: hidden;
}

#mapa_google {
	float:right;
	margin-right: 10px; 
	margin-top: -251px;
}
#mid_title { 
	font-size: 30px; 
	line-height: 58px; 
	font-weight: 400; 
	color: #000; 
	margin-bottom: 20px; 
}
 
#mid_left { 
	float:left; 
	width:400px; 
}

#mid_slider { 
	float: right; 
	width: 440px; 
	height: 220px;
}

#templatemo_middle img { 
	float: absolute;
	margin-left: 500px; 
	position: relative;
	left: 70px;
	margin-top: -20px;
	max-width: 350px;
	height: auto;
}

#mid_left p { 
	margin-bottom: 30px; 
	font-size: 16px; 
	line-height: 80px; 
}

#templatemo_middle #learn_more a { 
	font-size: 16px; 
	font-weight: bold; 
}

#learn_more a:hover { 
	color: #000; 
}

#templatemo_main {
	clear: both;
	width: 980px;
	padding: 40px 40px 0;
}

#templatemo_main p {
	margin-bottom: 10px
}

.con_tit_01 { 
	font-size: 30px; 
	color: #333; 
	margin-bottom: 25px; 
}

.con_tit_02 { 
	font-size: 24px; 
	color: #333; 
	margin-bottom: 15px; 
}

.col_w900 { 
	width: 900px;
	margin-bottom: 0px;
	padding-bottom: 10px;	
}
.col_w600 { 
	position: relative;
	width: 600px;
	height: 520px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top:20px;	
	background-color: white;
	opacity: .900;
	border-radius: 6px ;
	webkit-border-radius: 6px; /* Safari  */
  	-moz-border-radius: 6px; /* Firefox */
  }
  .col_h200 { 
	width: 600px;
	height: 190px;
	padding-left:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top:10px;
	background-color: white;
	opacity: .890;
	text-align: justify;
	border-radius: 6px ;
	webkit-border-radius: 6px; /* Safari  */
  	-moz-border-radius: 6px; /* Firefox */
  }
  .col_h400Medios {
  	width: 600px;
	height: 368px;
	padding-left:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top:10px;
	background-color: white;
	opacity: .890;
	border-radius: 6px ;
	webkit-border-radius: 6px; /* Safari  */
  	-moz-border-radius: 6px; /* Firefox */
  }
  .col_h200Contacto { 
	width: 300px;
	height: 200px;
	padding-left:20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	margin-top:10px;
	background-color: white;
	opacity: .890;
	border-radius: 6px ;
	webkit-border-radius: 6px; /* Safari  */
  	-moz-border-radius: 6px; /* Firefox */
  }
  .col_h50 { 
	width: 600px;
	height: 50px;
	padding-left:20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top:20px;
	background-color: white;
	opacity: .890;
	border-radius: 6px ;
	webkit-border-radius: 6px; /* Safari  */
  	-moz-border-radius: 6px; /* Firefox */
  }
.col_w580 { width: 580px; padding-left: 5px; padding-top: 3px; margin-top:30px; background-color: white; opacity: .860; border: 1px inset; -webkit-border-radius: 15px 15px 15px 15px;  /* Safari  */
  -moz-border-radius: 6px;     /* Firefox */}
.col_w420 { width: 420px }
.col_w280 { width: 280px }
.col_allw280 {: left; width: 280px; margin-right: 30px }
.col_w900_last { padding: 0; margin: 0; border: 0 }
.col_last { margin: 0; border: none }

.fp_service_box img { float: left; margin-right: 15px }

.fp_lw_box { clear: both; margin-bottom: 30px }
.fp_lw_box img { margin-right: 15px; padding-top: 3px }
.fp_lw_box h6 { margin-bottom: 0 }
.fp_lw_box h6 a { font-weight: bold; text-decoration: none }

.sidebar_title {
	display: block;
	width: 260px;
	height: 30px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/templatemo_sidebar_bg.png) center bottom no-repeat;
}

.sidebar_box {
	padding-left: 15px;
	margin-bottom: 40px;
}

.news_box {
	clear: both;
	margin-bottom: 30px;
}

.date { color: #000 }

#gallery { 
	margin: 0; 
	padding: 0; 
}

.gallery_box { 
	display: block; 
	position: relative; 
	float: left; 
	width: 280px; 
	margin: 0 30px 50px 0; 
}

.gb_lmb { 
	margin: 0 0 20px 0; 
}

.gallery_box a img { 
	width: 270px; 
	height: 120px; 
}

.gl_box { 
	background: #a9f1ee; 
	border: 1px solid #4db3af; 
	padding: 5px 10px; 
}

#contact_form { 
	padding: 0; 
	width: 420px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	color: #222; 
	border: 1px solid #b6b6b6;  
	background: #f9f9f9;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;  
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 408px; 
	height: 200px; 
	padding: 5px; 
	color: #222;
	border: 1px solid #b6b6b6;  
	background: #f9f9f9; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
}

#contact_form form .submit_btn { 
	padding: 5px 14px; 
	font-weight: bold;
	color: #222; 
	border: 1px solid #a7a7a7;  
	background: #f9f9f9; 
	margin: 10px 0px; 
}
/* PIE DE FOTO */
.imgcentrada{
	float: left;
	display: block;
}
.imgcentrada img {
	padding-left:15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background:rgba(255,255,255, 0.890);
	border-radius: 6px ;
	webkit-border-radius: 6px; /* Safari  */
  	-moz-border-radius: 6px; /* Firefox */
}
.imgizq{
float:left; /*para ponerlo a la izquierda */
margin:20px; /* un margen cualquiera */
}
.imgder{
float:right; /*para ponerlo a la derecha*/
margin:20px; /* un margen cualquiera */
}
.imgizq img, .imgder img{
display: block;
margin: 0 auto; /* centrar imagen */
}

/* FIN PIE DE FOTO */

#templatemo_
_wrapper {
	clear: both;
	width: 100%;
	background: #343434 url(../images/templatemo_footer_wrapper.jpg) repeat-x top;
}


.templatemo_footer p { 
	color: #fff; 
	text-decoration: none; 
	position:absolute; 
	bottom:15px; 
	width:99%;  
	text-align:right; 
	font-size: 12px; 
	line-height: 15px;	
}/*
.templatemo_footer_email strong { 
	color: #fff; 
	text-decoration: none; 
	position:absolute; 
	bottom:1px; 
	width:90.5%;  
	text-align:right; 
	font-size: 12px; 
	line-height: 15px;
	text-decoration: none;
}*/
.templatemo_footer_email a { 
	color: #fff; 
	text-decoration: none; 
	position:absolute; 
	bottom:1px; 
	width:99%;  
	text-align:right; 
	font-size: 12px; 
	line-height: 15px;
	text-decoration: underline;
}
.templatemo_footer_email a:hover{ 
	color: #fff; 
	text-decoration: none; 
	position:absolute; 
	bottom:1px; 
	width:99%;  
	text-align:right; 
	font-size: 12px; 
	line-height: 15px;
	text-decoration: none;
}
.templatemo_footer_copyright a { 
	color: #fff; 
	text-decoration: none; 
	position:absolute; 
	bottom:1px; 
	width:13%;  
	text-align:right;
	font-size: 10.1px; 
}
