/* BG Home */

#mapa_home{
	pointer-events: none;
	position: absolute;
}

/* traductor google */
.goog-te-gadget-simple{
	background-color: transparent !important;
	background: rgba(255,255,255, 0.0) !important;
	padding: 0 10px;
	border: 0;
}

.goog-te-gadget-simple:hover{
	background-color: none;
}
.goog-te-gadget-simple{
	padding: 0 20px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #fff;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	text-decoration: none;
	color:#efe7d7;
	padding-right: 5px;
}

#google_translate_element a{
	font-weight: 300 !important;
	font-size: 14px !important;
	color: #530100 !important;
	padding: 0 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#google_translate_element:hover{
	/*background-color: #FDC500;*/
}



/* END traductor google */

/*top*/

.top .lema {
    border-color: white;
    margin:0px auto 0 !important;
    width: 300px;
	 display: inline-block;
	 font-size: 12px;
}


.top .lema.mod_link a {
    background: #503324;
    color: #efe7d7;
    font-size: 150%;
    padding: 10px 0 !important;
    text-shadow: none;
    border-radius: 10px;
    text-align: center;
}

.lema {
    padding: 10px 5px;
    border-radius: 20px;
}



/*fin top*/

/* Follow us TOP*/

.siguenos_top {
	border-left: 1px solid grey;
	float: right;
	margin-left: 20px;
	margin-top: 40px;
	padding-left: 30px;
	width: 80px;
}

.siguenos_top a{
	display: block;
	width: 25px;
	height: 25px;
	background-size: 100%;
	margin-left: 10px;
	margin-bottom: 10px;
	background-position: 0 0;
	transform: perspective(1000);
	transform-style: preserve-3d; 
	display: inline-block;
}

.siguenos_top a:hover{
	background-position: 0 -25px;
	transform: rotate(-90deg);
}

.twitter{
	background: url('twitter.jpg') 100%;
}

.facebook{
	background: url('facebook.jpg') 100%;
}

.google_plus{
	background: url('google.jpg') 100%;
}

.youtube{
	background: url('youtube.jpg') 100%;
}

.siguenos {
	display: block;
	font-size: 11px;
	margin-left: -38px;
	margin-top: 25px;
	position: absolute;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

#bar_content div {
    float: left;
    font-size: 112%;
    padding-right: 15px;
    border: none;
    top: 0px;
    right: 20px;
    font-weight: 500;
}

#bar_content div img {
  display: none;
}

#google_translate_element {
    position: absolute;
}

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

@media (max-width: 1500px) {
	.b_top {
    width: 100%;
    text-align: center;
	 margin-left: -9%;
}
}


.contacto_info {
  font-size: 152%;
  width: 100%;
}

.top_content {
    width: 100%;
    text-align: center !important;
    margin: 0 auto;
}

.contacto_info li {
    width: 100%;
    /* float: left; */
    /* font-size: 19px; */
    margin: 0 auto !important;
}


/* END Follow us TOP */

/* Transitions */

.mod_featuregallery_feature, .mod_featuregallery_title, .mod_featuregallery_title a, .mod_featuregallery_picture, .mod_picturegallery a, .mod_picturegallery a:before,
.mod_featuregallery_text, .addthis_toolbox a div, .footer_social a, .siguenos_top a, .sp_link a, .sect_title .mod_featuregallery_link a, .stuck, .menu_info,
#telefono a{
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.horizontalmenu li ul, .horizontalmenu li, .horizontalmenu li a, .horizontalmenu li a span, .logo img,
.logo, .top_right_content, .t_item, #hmenu, .siguenos, .siguenos_top, .top {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* END Transitions */

/* Default Common Rules */

html, body{
	width:100%;
	height:100% !important;
	font-size:16px;
	background: #ffffff;
}

/*a, .paralax{
  color: #801318;
  font-weight: 600;
  text-decoration: none !important;
}*/

a, .paralax {
  color: #503324;
  font-family: "open sans";
  font-size: 90%;
  font-weight: 600;
  text-decoration: none !important;
}

.colored a{
	color: #77226C;	
}

.colored .mod_featuregallery_feature a {
	color: #77226C;
}

.clear{
	clear:both;
}

#site {
	font-family: "Open Sans" /*'Biryani'*/;
	font-weight: 500;
	margin: 0;
	min-width: 1000px;
	padding: 0;
	font-size: 90%;
	line-height: 100%;
	color: /*#7F0000*/ #503324;
}

.colored .cms_module_editmode {
	background: black;
}

.colored .nicEdit-main {
	color: #ffffff !important;
}

.colored .cms_module_editmode .mod_title_input {
	color: #ffffff;
}

.website_module {min-height: 10px;}

/* END Default Common rules */

/* Scroll UP */
.scrollup {
	background: url("icon_top.html") no-repeat scroll center center transparent;
	bottom: 50px;
	height: 60px;
	width: 60px;
	opacity: 0.4;
	position: fixed;
	right: 5%;
	text-indent: -9999px;
	display: none; 
}

.scrollup:hover {
	opacity: 1;
}

.gototop {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
}

/* END Scroll UP */

/* Top */

.top_right_content {
	float: right;
	text-align: right;
	margin-left: 30px;
}

.bar_content div {
	display: inline-block;
	margin-left: 10px;
	width: 175px;
}

.top {
  background: #efe7d7;
  text-align: center;
  width: 100%;
}

.logo {
	display: block;
	/*padding: 15px 0 10px 20px;
	float: left;*/
	text-align: center;
	color: black;
	width: 100%;
	padding-bottom: 20px;
}

.logo > img {
    width: 365px;
    padding-bottom: 10px;
    margin-top: 15px;
}

#logo_text{
	font-family: "Nixie One", serif;
	font-size: 80%;
	display: block;
}

.top_left{
	text-align: center;
	width: 600px;
}

.phone, .email{
	font-size: 130%;
	font-weight: 600;
	margin-right: 20px;
}



.email{
	margin-right: 0;
	margin-left: 20px;
}

.t_item {
	font-size: 190%;
	line-height: 100%;
	margin-top: 27px;
	text-align: center;
	display: inline-block;
}

.top_bar {
	background-color:#503324;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9;
}
.top_bar #bar_content {
	margin: 0 auto;
	padding: 5px 0 !important;
}

#email > a {
    color: #efe7d7;
    font-size: 100%;
    font-weight: 500;
}

.email {
	margin-left: 20px;
	margin-right: 0;
	display: block;
	margin-top: 10px;
}

#bar_content {
  margin-bottom: 40px;
  padding-left: 22%;
}

/* Main Menu */

#hmenu {
  font-family: "open sans";
  font-size: 135%;
  font-weight: 600;
  line-height: 100%;
  margin: 0 auto;
  padding: 5px 0 0;
  text-transform: uppercase;
}

.horizontalmenu {
    background-color: #503324;
}

.horizontalmenu li{
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	background: transparent;
}

.horizontalmenu ul li a:hover, .horizontalmenu ul .current > a, .horizontalmenu ul li div:hover, .horizontalmenu li:hover, .current, .current div{
	/*color: #ffffff;*/
}

.horizontalmenu > .current, .horizontalmenu > li:hover{
	background: #ffffff !important;
}

.horizontalmenu > .current a, .horizontalmenu > li:hover a{
	color: /*#7F0000*/ #503324;	
}

.horizontalmenu li ul .current, .horizontalmenu li ul li:hover{
	background:  rgba(33,33,33,0.3);
	border-radius: 10px;
}

.horizontalmenu .current a, .horizontalmenu li:hover a{
	/*color: #ffffff;*/
}

.horizontalmenu li ul .current a, .horizontalmenu li ul li:hover a{
	/*color: #ffffff;*/
}

.menuitem a, .menuitem div {
    color: #efe7d7;
    display: block;
    margin: 0;
    padding: 15px 25px;
    position: relative;
}

.horizontalmenu li ul {
  background: rgba(80, 51, 36, 0.9) none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
  opacity: 0;
}

.horizontalmenu li ul li{
	display: block;
	margin: 0;
	border: none;
	border-radius: 0 !important;
	border-bottom: 1px solid #503324;
}

.horizontalmenu li ul li:last-child{
	border-bottom: 0;
}

.horizontalmenu li ul li a{
	padding: 15px;
	width: inherit;
	height: inherit;
	background: transparent !important;
}

.horizontalmenu li ul li a span {
	position: relative;
	bottom: inherit;
	color: #F4E5C6;
}

.menu_submenubottom{
	display:none!important;
}

.horizontalmenu li:hover ul{
	opacity: 1;
}

.info_t{
	float: right;
	overflow: hidden;
}


.menu_info {
	color: #EFE7D7;
	display: none;
	float: right;
	padding: 4px 20px;
	background: #503324;
}

/* END Main Menu */

/* Stuck Variations */

.stuck .menu_info {
  background: rgba (127, 0, 0, 0.8) none repeat scroll 0 0;
  border-radius: 0 0 0 20px;
  box-shadow: -1px 3px 6px #888888;
  display: block !important;
  position: fixed;
  right: 0;
  top: 0;
  width: 153px;
  z-index: 9;
}

.stuck .t_item {
  font-size: 120%;
  font-weight: 300;
  margin-top: 0;
  padding: 5px;
}

.stuck .t_item a {
  border-radius: 2px;
  color: #f4e5c6;
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 75%;
  border-top:  1px dotted #f4e5c6;
}

/* END Top */

/* Sections */

.content_wrapper {
}

.top_info a {
    background-color: #503324;
    padding: 10px 40px 10px 40px;
    border-radius: 10px;
    color: #efe7d7;
    font-size: 15px;
    margin: 0 auto;
}


.website_sectioncontent, #footer_content, .top_bar #bar_content,
.top_content{
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1300px;
	width: 79%;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.n_section .website_sectioncontent{
	padding: 0;	
}

.top_bar #bar_content{
	padding: 0;
	text-align: center;	
}

.website_halfcolumn{
	width:48.5%;
}

.website_rightcolumn {
  float: right;
}

.website_bigsmallsection .website_column {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}


.website_smallbigsection .website_columnsmall{
	float: left;
	width: 31.8%;
}

.website_smallbigsection .website_columnbig{
	float: right;
	width: 65.7%;
}

.website_bigsmallsection .website_columnsmall{
	float: right;
	width: 31.8%;
}

.website_bigsmallsection .website_columnbig{
	float: left;
	width: 65.7%;
}

.website_columntriplet{
	width:31.6%;
	overflow: hidden;
	margin-right: 2.5%;
}

.website_columnthirdtriplet {
	margin-right: 0;
}

.home_triple .website_columntriplet {
	width: 22.9%;
}

.home_triple .website_columnfirsttriplet {
	width: 48.5%;
}

.home_triple .website_columnsecondtriplet {
	margin-left: 6px;
}
.contact_section .website_columnfirsttriplet {
	width: 20%;
}
.contact_section .website_columnsecondtriplet {
	width: 43%;
}

.section_full .website_sectioncontent{
	width: 100%;
	max-width: none;
	overflow: hidden;
	padding: 0;
}



.orange_section{
	background: #FFAA00;	
}

.grey_section {
	background-color: #EAEAEA;	
}

.black_section {
	background: #2B2723;
}

.purple_section {
	background: #530100;
}

.d_section {
	border-bottom: 1px solid #84bd32;
	border-top: 2px solid #84bd32;
}

.f_s .website_sectioncontent{
	padding: 0;
}

.ruta_section .website_leftcolumn {
  width: 35%;
}

.ruta_section .website_rightcolumn {
  width: 65%;
}

.website_section.sect_divis.website_bigsmallsection {
  border-bottom: 27px solid;
}

.sect_arriba .feature_icon_3 .mod_featuregallery_feature {
  background: #503324 none repeat scroll 0 0;
  border-radius: 5px;
  height: 65px;
  margin: 5px 3px !important;
  width: 24% !important;
}

.mod_featuregallery.sect_title {
  padding-top: 0px;
}


/* Styles */

/* titles */

h1, h2, h3, .mod_featuregallery_title{
	font-family: "Open Sans";
}

.sp_column h1, .sp_column h2, .sp_column h3{
	text-align: center !important;	
}

h1, h2, h3, .mod_featuregallery{
	font-weight: 600;
	line-height: 100%;
	margin: 0 0 10px;
}

.mod_title h1, .mod_title_input_h1 {
    font-family: "open sans" /*"montserrat alternates"*/;
    font-size: 295%;
    font-weight: 700;
    text-align: left;
    border-bottom: 2px dotted #503324;
    margin-top: 40px;
    padding-bottom: 15px;
}


.mod_title.h1_seccion {
  border-bottom: 2px solid /*#7f0000*/ #503324;
  padding-bottom: 14px;
  margin-bottom:  25px;
}

.h1_seccion .mod_title h1 {
	border-bottom: 1px solid /*#7F0000*/ #503324;

}

.mod_title h2, .mod_title_input_h2, .mod_featuregallery_title {
	font-size: 140%;
	line-height: 100%;
}

.h2_contactanos.mod_title h2 {
  font-family: "open sans" /*"montserrat alternates"*/;
}



.contacto_foot.mod_title h2 {
    font-family: "open sans" /*"montserrat alternates"*/;
    font-size: 150%;
    padding-bottom: 12px;
    padding-top: 10px;
    text-align: center;
    background-color: #503324;
    color: #f4e5c6;
}

/* noticias */

.noticias h2 {
    font-size: 25px;
    font-weight: 700;
    border-bottom: 2px dotted #503324;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.noticias .mod_featuregallery_title a {
    font-size: 20px;
    font-weight: 700;
}

.noticias .mod_featuregallery_title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.noticias .mod_featuregallery_text {
    font-size: 15px;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}



.mod_title h3 {
	font-size: 90%;
	text-align: left;
	text-transform: uppercase;
}

.gallery_section .mod_title h3 {
	padding-top: 10px;
	border-bottom: 1px dotted #3f3f3f;
	padding-bottom: 10px;
}

.title_c h1, .title_c .mod_title_input_h1, .title_c h2, .title_c h2 .mod_title_input_h2, .title_c h3, .title_c h3 .mod_title_input_h3, .title_c a{
	text-align: center !important;	
}

.sp_title h1{
	font-size: 280%;
	margin: 40px 0 10px;
}

.sp_title h2{
	font-size: 230%;
	margin: 40px 0 20px;
}

.sp_subtitle h2{
	font-size: 300%;
	margin: 10px 0 40px;
}

.colored .mod_title{
	color: #ffffff;	
}

.mod_title.title_parallax h2 {
	text-align: center;
}

.h3_ruta_paradas2.mod_title h3 {
  background: #f4e5c6 none repeat scroll 0 0;
  font-size: 130%;
  margin: 0 auto 2%;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}



/* titles */

b {
  font-weight: 600;
  line-height: 18px;
}

.contacto_tabla .col_h1 > b {
  font-size: 80%;
}

.mod_text, .mod_featuregallery_text {
  color: #4a4a4a;
  font-size: 100%;
  font-weight: 400;
  line-height: 150%;
  overflow: auto;
  padding: 5px 10px 20px;
  text-align: left;
}


.mod_text b, .mod_featuregallery_text b{
	font-weight: 300;
}

.contact_down .mod_featuregallery_text {
  padding: 3px 10px;
}

.contact_down .mod_featuregallery_title {
  text-align: left;
  font-size:  110%;
}

.contact_down .mod_featuregallery_text {
  padding: 3px 0;
}


.mod_featuregallery_text, .website_columnsmall .mod_text,
.website_columnsmall .mod_featuregallery_text,
.website_columntriplet .mod_text {
	font-size: 90%;
}	

.mod_text b{
	font-weight: 800;
}

.mod_text {
  color: /*#993333*/ #503324;
  font-size: 110%;
  font-weight: 500;
  overflow: hidden;
  padding-left: 0;
  width: 100% !important;
}


.textcontent a{
	position: relative;
}

.textcontent a:hover{
	text-decoration: underline !important;
	top: -2px;
}
.mod_text_image_float_left {
	float: left;
	padding: 5px 20px 5px 0;
	margin-left: -6px;
}

.mod_text ul, .mod_text ol {
	margin-left: 20px;
}
.mod_text ul > li {
	list-style-type: disc;
	list-style: inside;
}
.mod_text ol > li {
	list-style-type: decimal;
}

.col1_txt {
    color: #4d4d4d;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 2%;
    padding-right: 8px;
    font-size: 100%;
}

.col_h1 {
  font-size: 136%;
  margin-top: 28px;
}

.col_link {
  color:  #7E1316;
}

.colored .mod_text, .colored .mod_featuregallery_text{
	color: #ffffff;
}

.sp_text{
	font-size: 160%;
	font-weight: 600;
	padding-bottom: 0;
}

.colored .nicEdit-main{
	color: #000000;
}

.section_green .mod_text, .section_green .mod_featuregallery_text {
	font-size: 110%;
	font-weight: 600;
	text-shadow: 1px 1px 2px #2d540b;
}

.small_text{
	width: 75%;
	margin: 0 auto;	
}

.info_contacto .textcontent div {
	text-align: left;
}

/* Others modules */


.mod_featuregallery.ruta_paradas {
  margin:  45px 0;
}

.mod_picturebox{
	min-height: 50px;	
}

.mod_picturebox.ruta_mapa {
  width: 101%;
}

.mod_picturebox.mapa_aragon {
  margin: 35px auto;
  width: 50%;
}

.mod_link, .mod_featuregallery_link {
	margin: 10px 0;
	overflow: visible;
	text-align: right;
}

.mod_link a, .mod_featuregallery_link a {
  display: block;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  font-size: 90%;
}

.pdf_link {
	text-align: left;
}

.pdf_link a{
	background: url("pdf.png");
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	padding: 9px 0 0 40px;
}

.sp_link  {
	margin: 10px 0 0;
	width: 230px;
}

.sp_link a {
	text-align: center;
	color: white;
	padding: 5px 0px;
	border-radius: 5px;
	background: url(bg_button.html);
	background-position: center top;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: 300;
}

.sp_link a:hover {
	background-position: center bottom;
	color: grey;
}

.colored .sp_link a{
	background: url(bg_button_colored.html);
	color:white;
}

.colored .sp_link a:hover{
	background-position: center bottom;
	color: #2b2723;
}


.regresar {
    margin: 0 auto;
    margin-bottom: 30px;
}

.regresar a {
	text-align: left;
	padding: 5px 0px;
}

.addthis_toolbox {
  margin: 10px 0;
  float:  left;
}


.servicios_small .mod_featuregallery_title a {
  color: #F4E5C6 !important;
  font-family: "montserrat alternates";
  font-size: 115%;
  font-weight: 400;
  line-height: 20px;
}


.map_nivel3 {
  padding-top:  10%;
}


.home_gallery a {
    width: 16.3% !important;
    margin-bottom: 20px !important;
}

.home_gallery {
    width: 100%;
}


/*module navigation*/


.m_servicios ul li:nth-child(1) a {
  background: #7F0000 /*url("icon_civil.png") no-repeat scroll 0 0;*/
	background-position:  50% 50%;
}


.m_servicios ul li:nth-child(2) a {
	background: #7F0000;
	background-position:  50% 50%;
}

.m_servicios ul li:nth-child(3) a {
	background: #7F0000;
	background-position:  50% 50%;
}

.m_servicios ul li:nth-child(4) a {
	background: #7F0000;
	background-position:  50% 50%;
}


.m_servicios ul li a{
	background-repeat: no-repeat;
	background-position: 5% center;
}

.m_servicios ul li a span {
	
	opacity: 0;
}

.m_servicios ul li:hover a span {
	
	opacity: 1;
}

.m_servicios ul li:hover{
	background: #e90000;	
}

.m_servicios ul li:hover a {
	background-position:50% 30%;
	background-size: 30%;
}

/* Module MailForm */

.title_mailform.mod_title h2 {
  font-family:  "open sans" /*"montserrat alternates" !important*/;
  font-weight:  600;
  text-align:  center;
  border-bottom:  1px solid;
  padding-bottom:  20px;
  margin: 11px 0;
}

.mod_mailform {
	color: #3b3b3b;
	text-align:left;
	width: 100%;
	margin-bottom: 20px;
}

.colored .mod_mailform{
	color: #ffffff;	
}

.mod_mailform_fieldlist {
	overflow: auto;
}
.mod_mailform_field {
	padding: 3px 0;
	line-height: 20px;
	width:100%;
}

.mod_mailform .cms_formfields_input, .mod_mailform .cms_formfields_textarea {
  color: #000;
  font-size: 100%;
  font-weight: 300;
  margin: 0;
  padding: 2px 10px;
  width: 92%;
}

.colored .mod_mailform .cms_formfields_input, .colored .mod_mailform .cms_formfields_textarea {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}

.mod_mailform_label {
  color: /*#800000*/ #503324;
  font-size: 80%;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}

.mod_mailform_control {
	text-align: center;
}

.mod_mailform_subheader {
	font-weight: bold;
}
.mod_mailform_info {
	font-size: 15px;
	margin-bottom:5px;
	text-align: center;
}

.mod_mailform_mandatorystar {
  color: #800000;
  margin-left: 7px;
}

.colored .mod_mailform_mandatorystar {
	color: white;
}

.colored .mod_mailform_mandatorystar{
	color: #ffffff;
}

.page_1 .mod_mailform_label {
    text-align: center;
    color: #000;
}


.website_rightcolumn .form_nivel2 {
  width: 50% !important;
  float: right;
}

.website_rightcolumn .form_nivel3 {
  width: 100% !important;
}


.mailform_sp .cms_formfields_input, .mailform_sp .cms_formfields_textarea{
	width: 89%px;
}

.mailform_sp {
	margin: 0 auto;
}

.mod_mailform  input {
	margin: 0 auto;
	color: #3f3f3f;
	font-weight: 600;
}

.mod_mailform input:focus, .mod_mailform textarea:focus { 
	background-color: white /*#F4E5C6*/ !important;
}

.mod_mailform_submitfield button {
    border: 0 none;
    color: #fff;
    font-family: Open Sans;
    font-size: 90%;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    /* border: 1px solid; */
    background: #503324;
	cursor: pointer;
}


.mod_mailform_submitfield button:hover {
    background: #000;
}


.website_halfcolumn .mod_mailform {
  width: 100%;
}

.flip_form {
	position: fixed;
	right: -350px;
	top: 230px;
	width: 300px;
	z-index: 9;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background-color: #4B4B4C;
	border-radius: 10px 0 0 10px;
	color: white;
}

.flip_form .mod_mailform_label{
	color: inherit;	
}

.form_button {
	height: 50px;
	position: fixed;
	right: -27px;
	top: 275px;
	width: 100px;
	z-index: 9;
	color: white;
	background: #3A3530;
	border-radius: 10px 10px 0 0;
	-ms-transform: rotateZ(-90deg); /* IE 9 */
	-webkit-transform:rotateZ(-90deg); /* Chrome, Safari, Opera */
	transform: rotateZ(-90deg);
}

.page_69 .form_button{
	display: none;	
}

.news_form {
	width: 90%;
}

.news_form .mod_mailform_control{
	text-align: left;	
}

.news_form .mod_mailform_submitfield .mod_mailform_label {
	float: right;
}


.parallax {
    height: auto;
    background-attachment: fixed !important;
    width: 100% !important;
    background-size: 100% !important;
    padding-bottom: 50px;
    padding-top: 50px;
}

.home h2 {
    color: #c6ab74;
    font-weight: 700;
    MARGIN-BOTTOM: 40PX;
}


/* Module Picture */

.mod_picturebox_picture img, .mod_slideshow_singlepicture img {
	margin: 0;
	width: 100%;
}


.img_contacto .mod_picturebox_picture {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 340px;
}

.mod_picturegallery {
	overflow: hidden;
	height:100%;
}

.mod_picturegallery > a, .mod_picturegallery > div {
    display: inline-block;
    margin: 1px 0;
    width: 32.7%;
    height: 99px;
    background-size: 100%;
    line-height: 100%;
}

.mod_picturegallery a:hover{
	background-size: 110%;
	
}

.mod_picturegallery a:before {
	display: block;
	height: 170px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	content: '';
	pointer-events: none;
	opacity: 0;
}

/*

.red .mod_picturegallery a:before {
	background: url("/theme/lupa.png") no-repeat scroll 50% 95% rgba(252, 88, 78, 0.8);
}

.lila .mod_picturegallery a:before {
	background: url("/theme/lupa.png") no-repeat scroll 50% 95% rgba(108, 69, 103, 0.8);
}

.azul .mod_picturegallery a:before {
	background: url("/theme/lupa.png") no-repeat scroll 50% 95% rgba(73, 112, 250, 0.8);
}

*/

.mod_picturegallery a:hover:before {
	opacity: 1;
	background-position: 50% 50%;
}

.gallery_section .mod_picturegallery {
	height: 170px;
	overflow: hidden;	
}

.gallery_section .mod_picturegallery > a, .gallery_section .mod_picturegallery > div {
	margin: 0;
	width: 100%;
}

.gallery_section .cms_module_editmode .mod_picturegallery {
	overflow: visible;
	height: 100%;
}

.gallery_section .mod_picturegallery a{
	display: none;	
}

.gallery_section .mod_picturegallery a:first-child{
	display: block;	
}

.website_columnsmall .mod_picturegallery > a, .website_columnsmall .mod_picturegallery > div{
	width: 31.7%;
}

.fancybox-lock{
	overflow: visible !important;
}


/* Module Feature */

.mod_featuregallery_feature, .cms_featuregallery_placeholder {
  display: inline-block;
  margin: 0 9px 5px;
  text-align: center;
  vertical-align: top;
  width: 18%;
}

.contact_down .mod_featuregallery_feature, .cms_featuregallery_placeholder {
	display: inline-block;
	width: 20.6%;
	vertical-align: top;
	text-align:center;
	margin: 0px 5px 10px;
	float: left;
}

.website_columnbig .mod_featuregallery_feature, .website_columnbig .cms_featuregallery_placeholder{
	width: 28.6%;	
}

.website_columnsmall .mod_featuregallery_feature, .website_columnsmall .cms_featuregallery_placeholder,
.website_columntriplet .mod_featuregallery_feature, .website_columntriplet .cms_featuregallery_placeholder{
	width: 100%;
}

.website_halfcolumn .mod_featuregallery_feature, .website_halfcolumn .cms_featuregallery_placeholder{
	width:45.5%;	
}

.mod_featuregallery_picture {
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 191px;
}

.mod_featuregallery_picture a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.mod_featuregallery_pages{
	display:none;
}

.f_3_items .mod_featuregallery_feature, .f_3_items .cms_featuregallery_placeholder {
	width: 27.7%;	
}


/*FEAT HOME*/


.mapa_feature .website_sectioncontent {
  overflow: visible;
}

.feat_home {
  letter-spacing: 0.3px;
  line-height: 18px;
  max-height: 410px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  top: -275px;
  z-index: 9;
}

.feat_home .mod_featuregallery_feature {
  background: #7f0000;
  text-align: center;
}

.feat_home .mod_featuregallery_feature {
  background: #f0ead9 none repeat scroll 0 0;
  box-shadow: 0 0 10px black;
  max-height: 410px;
  text-align: center;
}

.feat_home .mod_title h2, .mod_title_input_h2, .mod_featuregallery_title {
  font-size: 125%;
  line-height: 100%;
  padding: 12px 0;
  text-transform: uppercase;
}

.feat_home .mod_featuregallery_title {
  border-bottom: 1px dotted;
 
}

.feat_home .mod_featuregallery_text {
  margin: 10px 10px 5px;
  min-height: 117px;
}

.mapa_feature {
  background-image: url("mapa_fondo_OK.jpg");
	background-position: center bottom;
}

.picture_map .mod_picturebox_picture {
  margin: 0 auto;
  width: 100%;
}


.gallerylogos .mod_featuregallery_feature {
    width: 22% !important;
    margin: 0 auto;
    text-align: center;
}

.gallerylogos .mod_featuregallery_picture {
    background-size: 80%;
    height: 150px;
    min-height: 150px;
}

.gallerylogos .mod_featuregallery_title {
    font-size: 14px;
    font-style: normal;
    text-transform: none;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 16px;
}

/* END FEAT_HOME*/



/* FEAT GALLERY ICON*/

.feature_icon .mod_featuregallery_picture {
  border-radius: 5px;
  float: left;
  height: 45px;
  padding: 5px 0 5px 5px;
  width: 25%;
}

.feature_icon .mod_featuregallery_title {
  color: #f0ead9;
  float: left;
  font-family: "montserrat alternates";
  font-size: 125%;
  font-weight: 400;
  padding: 17px 0 17px 13px;
  text-align: left;
}

.feature_icon .mod_featuregallery_feature {
  background: #503324 none repeat scroll 0 0;
  border-radius: 5px;
  width: 60%;
}


.feature_icon .mod_featuregallery_title a {
  color: #F4E5C6;
	font-size: 80%;
}


/*feat gallery icon 1 */

/*.feature_icon_1 .mod_featuregallery_picture {
  border-radius: 5px;
  float: left;
  height: 30px;
  padding: 14px 0 !important;
  width: 43%;
}*/

.feature_icon_1 .mod_featuregallery_picture {
    border-radius: 5px;
    height: 110px;
    margin: 0 auto;
    padding: 19px 0 10px !important;
    width: 47%;
}

.feature_icon_1 .mod_featuregallery_title {
  color: rgb(240, 234, 217);
  font-family: "open sans";
  font-size: 107%;
  font-weight: 400;
  padding: 8px 0;
  text-align: center;
}


.feature_icon_1 .mod_featuregallery_feature {
    background: #503324 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 2px !important;
    min-height: 60px !important;
    width: 48% !important;
    height: 190px;
    margin-bottom: 20px;
    margin-top: 7px !important;
}

.mod_featuregallery.feature_icon_1 {
  margin:  15px 0 20px 0;
}


.feature_icon_1 .mod_featuregallery_title a {
    color: #F4E5C6;
    font-size: 22px;
}


/*opcion feature icon 2**/

.feature_icon_2 .mod_featuregallery_feature {
  margin: 0 11px;
  width: 44%;
}

.feature_icon_2 .mod_featuregallery_picture {
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

/*opcion feature icon 3 **/

.feature_icon_3 .mod_featuregallery_picture {
  border-radius: 5px;
  float: left;
  height: 26px;
  padding: 39px 10px 0 25px;
  width: 18%;
}

.feature_icon_3 .mod_featuregallery_title {
  color: #f0ead9;
  float: left;
  font-family: "montserrat alternates";
  font-size: 90%;
  font-weight: 400;
  padding: 27px 0 0 8px !important;
  text-align: left;
}


.feature_icon_3 .mod_featuregallery_feature {
  background: #503325 none repeat scroll 0 0;
  border-radius: 5px;
  height: 65px;
  margin: 5px 3px !important;
  width: 98% !important;
}

.mod_featuregallery.feature_icon_3 {
  margin:  15px 0 20px 0;
}


.feature_icon_3 .mod_featuregallery_title a {
  color: #f4e5c6;
  font-size: 155%;
}


/*END FEAT GALLERY ICON*/



.servicios_small .mod_featuregallery_title {
  font-size: 100%;
  letter-spacing: 0.5px;
}

.website_halfcolumn .mod_featuregallery_feature, .contacto_servicios {
  float: left;
  width: 284px;
}


.mod_featuregallery_title, /*.servicios_small*/ {
  border-radius: 5px;
  color: white;
  font-weight: 500;
  max-height: 45px;
}

.servicios_small .mod_featuregallery_picture {
  height:  0px;
  background-position:  0 0;
}


.servicios_small_empresa .mod_featuregallery_title a {
  color: #EFE7D7;
}


.productos_embalaje .mod_featuregallery_text {
  background: #f4e5c6 none repeat scroll 0 0;
  border-radius: 10px;
  color: #503324;
  font-size: 97%;
  min-height: 143px;
  padding: 20px;
}

.productos_embalaje .mod_featuregallery_title {
  margin: 20px 0 0;
  min-height: 79px;
  line-height: 20px;
}

.productos_embalaje li:hover .mod_featuregallery_text {
	background: #503324;
	color: white;
	font-size: 115%;
	line-height: 20px;
	min-height: 50px;
	line-height: 20px;
}


.productos_embalaje li:hover .mod_featuregallery_title {
	font-size: 150%;
	min-height: 100px;
	line-height: 22px;
}

/* CUADRO RUTA PARADAS*/

.mod_featuregallery.ruta_paradas {
  margin: 0 auto;
  width: 91% !important;
}

/*.ruta_paradas .mod_featuregallery_feature {
  padding-left: 25px;
}*/

.ruta_paradas li.mod_featuregallery_feature:nth-child(1) {
  width: 51%;
}

.ruta_paradas li.mod_featuregallery_feature:nth-child(2) {
  width: 15%;
}

.ruta_paradas li.mod_featuregallery_feature:nth-child(3) {
  width: 20%;
}

.ruta_paradas .mod_featuregallery_text {
  font-size: 75%;
  letter-spacing: 0.1px;
  line-height: 10px;
  padding: 5px 0 20px;
}

.ruta_paradas .mod_featuregallery_title {
  font-size: 100%;
  margin-bottom: 15px;
  min-height: 30px;
  border-bottom:  1px dotted;
}

.map_down_section .website_columnbig {
  width: 50% !important;
}


.mod_featuregallery.ruta_paradas1 {
  text-align:  center;
}

.ruta_paradas1 li.mod_featuregallery_feature:nth-child(1) {
  width: 44%;
}

.ruta_paradas1 li.mod_featuregallery_feature:nth-child(2) {
  width: 14%;
}

.ruta_paradas1 li.mod_featuregallery_feature:nth-child(3) {
  width: 17%;
}

.ruta_paradas1 .mod_featuregallery_text {
  font-size: 75%;
  letter-spacing: 0.1px;
  line-height: 10px;
  padding: 5px 0 20px;
}

.ruta_paradas1 .mod_featuregallery_title {
  font-size: 100%;
  margin-bottom: 15px;
  min-height: 30px;
  border-bottom:  1px dotted;
}



.mod_featuregallery.ruta_paradas1 {
  text-align:  center;
}

.mod_featuregallery.ruta_paradas2 {
  border-bottom: 1px dotted;
  margin: 5% 0 10% 0 !important;
  text-align: center;
}

.ruta_paradas2 li.mod_featuregallery_feature:nth-child(1) {
  width: /*40%*/ 47%;
}

.ruta_paradas2 li.mod_featuregallery_feature:nth-child(2) {
  width: 15%;
}

.ruta_paradas2 li.mod_featuregallery_feature:nth-child(3) {
  width: /*16%*/20%;
}

.ruta_paradas2 .mod_featuregallery_text {
  font-size: 95%;
  letter-spacing: 0.1px;
  line-height: 11px;
  padding: 5px 0 20px;
  text-align: center;
}

.ruta_paradas2 .mod_featuregallery_title {
  font-size: 100%;
  margin-bottom: 15px;
  min-height: 30px;
  border-bottom:  1px dotted;
}

.mod_text.txt_pie_ruta {
  font-size:  85%;
  line-height:  17px;
}

	
/* valores */

.valores li {
	margin: 0;
	width: 100% !important;
	padding: 0;
}

.valores .mod_featuregallery_picture {
	float: left;
	height: 70px;
	margin-right: 10px;
	width: 70px;
	margin-bottom: 0;
	background-color: #368238;
	background-size: 45%;
	border-radius: 100px;
}

.red .valores .mod_featuregallery_picture {
	background-color: #FC584F;
}

.lila .valores .mod_featuregallery_picture {
	background-color: #6C4567;
}

.azul .valores .mod_featuregallery_picture {
	background-color: #4970FC;
}

.valores li:hover .mod_featuregallery_picture{
	background-size: 60%;
	background-color: #4B4B4C;
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	transform: rotate(360deg);
}

.valores .mod_featuregallery_title {
	float: left;
	margin-top: 10px;
	width: 70%;
}

.valores .mod_featuregallery_text {
	float: left;
	margin: 0;
	min-width: 160px;
	width: 70%;
}

/* Blog */

.blog {
	margin: 0 auto;
	width: 100%;
}

.blog .mod_featuregallery_feature, .blog .cms_featuregallery_placeholder {
  border-bottom: 1px solid #503324;
  margin-bottom: 20px;
  padding: 0 20px 20px 0;
  width: 95%;
}

.blog .mod_featuregallery_picture{
	float: left;
	background-size: contain;
	width: 30%;
	margin-bottom: 10px;
	background-size: cover;
}

.blog .mod_featuregallery_text {
  float: right;
  font-size: 100%;
  overflow: hidden;
  padding: 5px 0;
  text-align: left;
  width: 65%;
}


.blog .mod_featuregallery_text a{
	color: #0C9735;
}
.blog .mod_featuregallery_title {
  float: right;
  font-size: 230%;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: left;
  width: 65%;
}

.blog .mod_featuregallery_link{
	width: 65%;
	float: right;
	text-align: left;
}

.blog .mod_featuregallery_link a{
	margin-left: 0;
}

.blog .mod_featuregallery_picture > img {
	width: 100%;
}

/* servicios */

.servicios{
	text-align: left;	
}

.servicios .mod_featuregallery_feature{
	width: 48.5%;
	margin:0;
}

.servicios .mod_featuregallery_feature:nth-child(even){
	margin-left: 2.5%;	
}

.servicios .mod_featuregallery_picture {
	margin: 0 auto 20px;
	background-size: 80%;
	float: left;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}

.servicios .mod_featuregallery_title,
.servicios .mod_featuregallery_text,
.servicios .mod_featuregallery_link {
	float: right;
	width: 70%;
}

@media (max-width: 1500px) {
	.servicios .mod_featuregallery_title,
	.servicios .mod_featuregallery_text,
	.servicios .mod_featuregallery_link {
		width: 60%;
	}
}

.servicios .mod_featuregallery_title{
	text-align: left;	
}

/* servicios_1 */

.servicios_1 .mod_featuregallery_feature {
	float: left;
	margin: 0;
	width: 24.8%;
	margin-left: 2px;
}

.servicios_1 .mod_featuregallery_title {
  background: #530100 linear-gradient(135deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 0.2) 100%) repeat scroll 0 0;
  color: white;
  height: 25px;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;	
	background: -moz-linear-gradient(-45deg,  rgba(119,34,108,1) 0%, rgba(119,34,108,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(119,34,108,1)), color-stop(100%,rgba(119,34,108,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(119,34,108,1) 0%,rgba(119,34,108,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(119,34,108,1) 0%,rgba(119,34,108,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(119,34,108,1) 0%,rgba(119,34,108,0.2) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(119,34,108,1) 0%,rgba(119,34,108,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77226c', endColorstr='#3377226c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.servicios_1 li:hover .mod_featuregallery_title {
  height: 203px;
}

.servicios_1 .mod_featuregallery_title a{
	color: white;
	left: 20px;
	bottom: 8px;
	position: absolute;
}

.servicios_1 li:hover .mod_featuregallery_title a{

}

.servicios_1 li:hover .mod_featuregallery_picture {
-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

/* servicios Inside */

.servicios_i .mod_featuregallery_feature {
	width: 11.6%;	
}

.servicios_i .mod_featuregallery_picture {
	background-size: cover;
	height: 150px;
}

.servicios_i .mod_featuregallery_title {
	font-size: 110%;
}

/* Marcas */

.marcas .mod_featuregallery_feature {
	width:12.5%;
	margin: 0;
	float: left;	
}

.marcas .mod_featuregallery_picture {
	height: 78px;
	width: 100%;
	margin: 0 auto;
	background: 100%;
}

/* noticias_m feature */

.noticias_m {
	padding-bottom: 30px !important;	
}

.noticias_m .mod_featuregallery_title,
.noticias_m .mod_featuregallery_text,
.noticias_m .mod_featuregallery_link,
.noticias_m1 .mod_featuregallery_title,
.noticias_m1 .mod_featuregallery_text,
.noticias_m1 .mod_featuregallery_link{
	float: left;
	width: 55%;
}

.noticias_m1 .mod_featuregallery_feature{
	background: transparent;
}

.noticias_m .mod_featuregallery_feature {
	background: #f4f4f4;
	border-radius: 10px;
	margin-bottom: 2px !important;
	padding: 10px;
}

.noticias_m .mod_featuregallery_link {
	margin-bottom: 0px;
}


.noticias_m .mod_featuregallery_picture, .noticias_m1 .mod_featuregallery_picture {
	height: 100px;
	width: 40%;
	float: right;	
}

.noticias_m .mod_featuregallery_title, .noticias_m1 .mod_featuregallery_title {
  font-size: 100%;
  line-height: 110%;
  overflow: hidden;
  text-align: left;
}

.noticias_m1 .mod_featuregallery_title {
  font-size: 200%;
}

.noticias_m .mod_featuregallery_text, .noticias_m1 .mod_featuregallery_text {
  font-size: 100%;
  overflow: hidden;
  padding: 0 0 15px;
  width: 100%;
}

.website_columntriplet .noticias_m .mod_featuregallery_text, .website_columntriplet .noticias_m1 .mod_featuregallery_text {
	max-height: 51px;
}


.noticias_m .mod_featuregallery_link a, .noticias_m1 .mod_featuregallery_link a {
  font-family: open sans;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

/* blog2 */

.blog2 .mod_featuregallery_feature {
    background-color: #f4e5c6;
    width: 21%;
    padding: 10px;
    min-height: 407px;
}

.blog2 .mod_featuregallery_title a {
    font-weight: 700;
    font-size: 20px;
}

.blog2 .mod_featuregallery_text {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.blog2 .mod_featuregallery_title {
    margin-top: 20px;
    border-bottom: 2px dotted #503324;
    margin-bottom: 10px;
}


/* Section Title */

.sect_title .mod_featuregallery_feature {
  border-bottom: 1px dotted /*#7e1316*/ #503324;
  margin: 0 0 10px;
  padding-bottom: 25px;
  text-transform: uppercase;
  width: 100%;
}

.sect_title .mod_featuregallery_title {
  color: #000000;
  float: left;
  font-size: 130%;
  margin: 3px 0 0;
  padding: 5px;
}

.sect_title .mod_featuregallery_link {
	float: right;
	font-size: 90%;
	margin: 0;
}


.sect_title .mod_featuregallery_link a {
    color: #993333;
  padding: 5px 0 0 0;
}


.sect_title .mod_featuregallery_link:hover a{
	background-position: center top;
	color:white;
}

.sect_title_h3 .mod_featuregallery_feature {
  border-bottom: 1px solid;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: 100%;
}

.sect_title_h3 .mod_featuregallery_title {
  color: #000000;
  float: left;
  font-size: 100%;
  padding-bottom:  27px;
}

.sect_title_h3 .mod_featuregallery_link {
  float: right;
  font-size: 90%;
  margin: 14px 0;
}


.sect_title .mod_featuregallery_text {
  padding:  5px 10px;
}



.colored .sect_title .mod_featuregallery_feature {
	border-bottom: 1px dotted #ffffff;
}

.colored .sect_title .mod_featuregallery_title, .colored .sect_title .mod_featuregallery_title a {
	color: #ffffff;
}

.colored .sect_title .mod_featuregallery_link a{
	background: url(bg_button_colored.html);
	background-position: center top;
	color: white;
}

.colored .sect_title .mod_featuregallery_link:hover a{
	background-position: center bottom;
	color: #2B2723;
}



/* SlideSHOW */

.mod_slideshow{
	min-height: 50px;
	height: auto;
	background-color: #ffffff;
	background: rgb(255,255,255);
	background-image: url('preloader_grey.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px;
	overflow: visible;
	width: 100%;
	position: relative;
}

.website_leftcolumn .mod_slideshow {
	margin-bottom: 30px;
}

.website_columnbig .mod_slideshow{
	margin-bottom: 15px;	
}

/* Footer */

.ab_section {
	left: 50%;
	margin-left: -485px;
	position: absolute;
	width: 970px;
	z-index: 9;
}

#footer {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin-top:10px;
	margin-bottom: 40px;
}

.footer_social{
	margin: 20px 20px 0 0;
	display: inline-block;
}

.footer_social a{
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-size: 100%;
	background-position: 0 0;
}

#footer_info {
	width: 50%;
	margin: 20px auto 40px;
	text-align: center;
	font-size: 110%;
	line-height: 120%;
}

#footer_info ul li {
	padding: 10px;
}

#footer_content {
	width: 65%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 110%;
	line-height: 120%;
}


.footer_social a, .footer_optmedia a {
	display: inline-block;
	margin: 0 10px;	
}

.follow_us {
	margin: 0 auto;
	text-align: center;
	width: 350px;
	float: left;
}

.follow_us > li {
	display: inline-block;
}

.follow_us li:nth-child(1) {
	position: relative;
	top: -13px;
	margin-right: 20px;
}


.follow_us a{
	color: #757575;
	font-size: 110%;
	margin: 0 2px 3px;
}

.follow_us a img {
	width: 40px;
	border-radius: 40px;
}

/* Others */

.d_bottom{
	border-bottom: 1px dotted #3f3f3f;
	margin-bottom: 20px;
}

.d_top {
	border-top: 1px dotted #3f3f3f;
	padding-top: 20px;
}

.videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%;  16:9 */
	padding-top: 25px;
	height: 527px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:527px;
}

.videoWrapper iframe .gmnoprint{
	display:none;
}

.footer_social a:hover {
	background-position: 0 -40;
	transform: rotate(-90deg);
}

.footer_social a:hover{
	background-position: 0 -40px;
}

.section_down {
  background: #f4e5c6 none repeat scroll 0 0;
  margin: 0 auto;
  width: 100%;
}

.section_down .website_leftcolumn {
  margin-right: 5%;
  width: 60% !important;
}

.section_down .website_rightcolumn {
  width: 35% !important;
}


.sect_down_contacto .website_leftcolumn {
  margin-right: 5%;
  width: 60% !important;
}

.sect_down_contacto .website_rightcolumn {
  width: 35% !important;
}

.section_down .website_sectioncontent {
    padding-bottom: 30px;
    margin-top: -10px;
    padding-top: 45px;
}

.regresar a {
    color: /*#7f0000*/ #503324;
    padding: 2px 10px 10px 0px;
    width: 75px;
    font-weight:600;
}

.info_contacto i {
  width: 18px;
}

.title_c h1 {
    border-bottom: 2px dotted #503324;
    color:#503324;
    font-size: 230%;
    margin-top: 40px;
    padding-bottom: 10px;
}

.title_c h2 {
  border-bottom: 2px dotted /*#7f0000*/ #503324;
  color: /*#7f0000*/ #503324;
  font-family: "open sans" /*"montserrat alternates"*/;
  font-size: 150%;
  margin-bottom: 25px;
  margin-top: 40px;
  padding-bottom: 20px;
}

.title_c1 h2 {
  border-bottom: 2px dotted #503324;
  color: #503324;
  font-family: "open sans" /*"montserrat alternates"*/;
  font-size: 190%;
  margin-bottom: 25px;
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}


/* SECCION MAPA RUTAS*/


.ruta_section {
	margin-bottom:  0px;	
}

.mapa_ruta_section {
  background: #d7d7d7;
  padding: 20px 0;
}

.mapa_ruta {
  width: 80%;
  padding-bottom:  70px;
}

.ruta_mapa .mod_picturebox_picture {
  width: 100%;
}

.mod_text.ruta_paradas {
  background-color: #f1f1f1;
  box-shadow: 0px 4px 7px grey;
  font-size: 14px;
  font-weight: 600 !important;
  margin-right: 15%;
  margin-top: 84px;
  padding-left: 20px;
  padding-top: 23px;
  width: 300px !important;
}

/*END SECCION MAPA RUTAS*/


.fondo_mapa {
  background-image: url("mapa_fondo.jpg");
  height: 670px;
  background-repeat:  no-repeat;
}

.fondo_mapa .mod_text {
  background: #F0EDE6;
}


.contact_full_down {
  background: #e7e7e7 none repeat scroll 0 0;
}

/* CMS fix rules */

.cms_page_browsebutton{
	width: 21px !important;	
}

#plano_adapta{
	background: url("ADAPTA-BASE.html") no-repeat scroll center center / 850px auto rgba(0, 0, 0, 0);
	margin: 0 auto;
	height: 560px;
	position: relative;
}

.botonera > div {
	display: list-item;
	list-style: inside;
}

.botonera{
	margin-left: 3%;
	z-index:9;
}

.btn {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	line-height: 100%;
	color: #93908B;
	padding-left: 0;
	z-index:9;
	position: relative;
}

.btn:hover {
	color: #3A3530;
}

.explanation {
	background: #82b933;
	background: rgba(130,185,51,0.9);
	border-radius: 20px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 90%;
	padding: 20px;
	position: absolute;
	width: 240px;
}

.explanation h1 {
	font-size: 130%;
}



.noticias_m1 {
  padding: 0;
}

.m1 {
	left: 54%;
	top: 110px;
}

.m2 {
	left: 45%;
	top: 220px;
}

.m3 {
	top: 160px;
	left: 35%;
}

.m4 {
	top: 180px;
	left: 48%;
}

.m5 {
	left: 40%;
	top: 190px;
}

.m6 {
	top: 180px;
	left: 45%;
}

.m7 {
	left: 48%;
	top: 180px;
}

.m8 {
	top: 140px;
	left: 48%;
}

.m9 {
	left: 45%;
	top: 260px;
}

.m10 {
	left: 35%;
	top: 182px;
}

.b_overlay {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.moreellipses {
	display: inline-block !important;
	margin-left: 1px;
	pointer-events: none;
}

#container_fb{
	padding-top: 0;	
}

.sect_arriba2 {
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
}

.scrolloff {
 pointer-events: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 7px;
}