/*
 Theme Name: newsite
 Theme URI: newsite
 Author: Raymundo Ovando
 Author URI: www.netstudio.com.mx
 Description: Diseño pensado para el cliente.
 Version: 1.0
 */

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, center, dl, dt, dd, ol, ul, 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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/*{
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
}*/


body.gen {
    line-height: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Karla', sans-serif;
}

body.gen p {
    font-weight: lighter;
    line-height: normal;
}

div.navbar-collapse.collapse.in {
    border: none;
}


a{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover {
    text-decoration: none!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: lighter!important;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase!important;
    letter-spacing: 7px;
    font-family: 'Karla', sans-serif!important;
}

h1.logoHead {
    width: 200px;
    margin: 0 auto;
}

.links.items.clearfix {
    text-align: center;
}



ol, ul {
	list-style: none;
}

::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header.menuNormal {
    background: #fff;
    display: block;
    overflow: hidden;
}

header.headMenu {
    background: #fff;
    color: #fff;
    margin: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

header.genHead {
    border-bottom: 2px solid #788233;
    display: block;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
}

header.genHead.menuFixed {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.genHead.menuFixed nav.navbar-default{
    background: transparent;
    border: none;
    color: #000;
    margin-bottom: 0;
    border-radius: 0;
    min-height: auto;
}

header.genHead.menuFixed h1.logoHead {
    width: 6%;
}

header.genHead.menuFixed .socialIcons{
	display: none;
}

.socialIcons {
    overflow: hidden;
    width: 500px;
    height: auto;
    display: block;
    margin: 0;
    float: right;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: right;
    position: absolute;
    top: 3em;
    right: 3em;
}

.socialIcons a {
    border: none;
    padding: 9px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: #bcb939;
    width: 38px;
    height: 36px;
    line-height: 9px;
    margin: 0 12px;
    border-radius: 45px;
}

.genHead.menuFixed .links.items {
	width: 100%;
}


.socialIcons a i {
    color: #ffffff;
    font-size: 20px;
}

.socialIcons a:hover {
    background: #727899;
    color: #fff;
}

.socialIcons.foot {
    margin-bottom: 1em;
    position: relative;
    width: 100%;
    text-align: center;
}

.socialIcons.foot a i {
    color: #fff;
}

.oneBlock, 
.blockOne {
    display: block;
    overflow: hidden;
}

.cli.oneBlock {
    margin-bottom: 1.5em;
}

.gal.oneBlock .thumbnail {
    min-height: auto;
    margin-bottom: 2em;
}

.oneBlock a:hover {
    color: #000;
    text-decoration: none;
}	

.animate{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.oneBlock .thumbnail {
    background: transparent;
    border: none;
    margin-bottom: 2em;
    border-radius: 0;
    padding: 0;
}

.cli.oneBlock div.thumbnail {
    min-height: auto;
}

.thumbnail.proye {
    min-height: inherit;
    position: relative;
}


div.thumbnail .caption {
    padding: 0;
    color: #333;
    text-align: center;
}

.thumbnail.inter{
	min-height: auto;
}

.contTextCapt {
    position: relative;
    display: inline-table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 11px;
}

h3.proyectos.genTiPost {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.animate:hover {
    padding-top: 5px;
    background: #000;
}

article.singleArticle {
    min-height: auto;
}

article.singleArticle.page.bg {
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    color: #fff;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.singleArticle{
	margin-top: 1em;	
}

div.opacity {
    background: rgba(0,0,0,0.5);
    display: block;
    padding: 7em 0;
}

div.cont.gale.promo.container{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.thumbnail.General.promociones {
    width: 250px;
    display: inline-block;
    border-radius: 26em;
    height: 250px;
    overflow: hidden;
    margin-right: 2em;
    margin-left: 2em;
}

article{
	margin-bottom: 1em;
}

article.cat {
    margin: 0;
    padding: 0;
    min-height: 50em;
}

ul.listAside li{
	margin-top: 1em;
	margin-bottom: 1em;
}

img, .thumn img {
    width: 100%;
    height: auto;
}

h1.logoHead {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

article.contactPage, article.allPost {
    background: transparent;
    min-height: 50em;
    color: #808080;
}

.contactPage input[type=submit] {
    background: #253692;
}

.thumbnail.General {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
}


.general {
    margin-bottom: 1.5em;
    margin-top: 1em;
    color: #788233;
    text-align: center;
}

.brigth {
    border-left: 1px solid #fff;
    padding-left: 2em;
    padding-bottom: 2em;
    padding-top: 2em;
}

div.caption.promo {
    top: 5em;
    display: block;
    bottom: inherit;
    background: transparent!important;
}

.thumbnail.General .caption, 
div.caption.aside {
    padding: 9px;
    color: #fff;
    text-align: center;
    font-size: inherit;
    position: absolute;
    bottom: 0;
    z-index: 5;
    background: #7781336e;
    width: 100%;
    min-height: 79px;
}


.thumbnail.Genera .caption,
.caption.aside {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.captionPage.BoxpageCap {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    color: #fff;
    top: 0;
    background: rgba(0,0,0,0.3);
    padding-top: 4em;
}

.captionPage.BoxpageCap.mtopCapt {
    padding-top: 13em;
}

a.whatsapp.head {
    width: auto;
    color: #fff;
    float: right;
    line-height: 17px;
}

a.whatsapp.head i {
    color: #fff;
    margin-right: 9px;
    float: left;
}

a.whatsapp {
    width: auto;
    color: #fff;
}

a.whatsapp i {
    color: #fff;
    margin-right: 9px;
}

a.whatsapp.fixed.btn {
    font-size: 2em;
    position: fixed;
    z-index: 6;
    bottom: 1em;
    right: 1em;
    background: green;
    border-radius: 41px;
    padding: 1px 10px;
    margin: 0;
    text-align: center;
}

a.whatsapp.fixed.btn i {
    padding: 0;
    margin: 0;
}

div.btnBox {
    position: relative;
    display: block;
    height: 26em;
}

a.btn.one {
    background: #fff;
    color: #000;
}

.fitemTwo .BuyNow, .BuyNow input[type=submit].BuyNow, a.BuyNow, a.btn.BuyNow {
    width: 100%;
    background: #6c7933;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 1.5em;
}

div.pageInfoBlock {
    position: relative;
    display: block;
    background-attachment: fixed;
}

.cont.gale.promo.container h2 {
    margin-bottom: 2em;
}

.thumbnail.Genera .caption h2,
.caption.aside h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 0;
}

.thumbnail.General img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.thumbnail.General img:hover{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

div.contConatct:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.bgShadow {
	display: block;
}

section.info.head {
	margin-left: 1em;
	margin-right: 1em;
}

nav.navbar-default {
    text-align: center;
    background: transparent;
    border: none;
    color: #000;
    margin-bottom: 0;
    border-radius: 0;
    min-height: auto;
}

.menuNavHead nav.navbar ul,
ul.nav.navbar-nav {
    text-align: center;
    float: inherit;
    width: 100%;
    display: inline-block;
}

ul.nav.navbar-nav li {
    float: inherit;
    text-align: inherit;
    display: inline-block;
    border-bottom: 3px;
    background-color: transparent;
}

ul.nav.navbar-nav li a{
	text-transform: uppercase;
}

ul.nav.navbar-nav li.active a {
    background: transparent!important;
    color: #cec63b;
}

.menuNavHead nav.navbar ul li a {
    float: inherit;
    display: inline-block;
    text-align: center;
    width: auto;
    color: #fff;
    font-size: 16px;
}

.menuNavHead nav.navbar ul li{
    float: inherit;
    display: inline-block;
    text-align: center;
    width: auto;
}

ul.nav.navbar-nav li a:hover {
    color: #cec63b;
}

ul.navbar-default .navbar-nav>.open>a, 
ul.navbar-default .navbar-nav>.open>a:focus, 
ul.navbar-default .navbar-nav>.open>a:hover{
	background: transparent;
}

.menuNavHead .navbar {
	margin-bottom: 0;
}

.menuNavHead .navbar .navbar-collapse a:hover, .menuNavHead .navbar .navbar-collapse a:active {
	color: #777;
}

.menuNavHead .navbar-default {
	background: transparent;
	border: none;
	border-radius: 0;
}

ul.idiomaBar {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

ul.idiomaBar li{
	text-align: center;
	display: inline-block;
}

ul.idiomaBar a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
}

a.logoClick {
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
}

.logo.head {
    width: 200px;
    background: url('images/logo.svg');
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 13px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    float: inherit;
    margin: 0 auto;
    text-align: center;
}

.catDescription {
    background: #edd977;
    padding: 5em;
    overflow: hidden;
    color: #778233;
}

.menuNormal h2.TagLine {
	display: none;
}

.menuNormal nav.menuPrincipal {
    margin: 1em 0 0 0;
    position: relative;
    border: none;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+50,ffffff+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    color: #fff;
    width: 100%;
}

.menuNormal nav.menuPrincipal .nav.navbar-nav li a {
    background: transparent;
    font-size: 16px;
    font-weight: lighter;
    color: #666666;
}

.menuNormal nav.menuPrincipal .nav.navbar-nav li.active a, 
.menuNormal nav.menuPrincipal .nav.navbar-nav li a:hover {
    color: #59D1BF;
}

.logo.foot h2.TagLine {
	font-size: 10px;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}

div.logo.foot,
.iconsSocial {
	margin-top: 1em;
}

div.iconsSocial.footer{
	display: inline-block;
	text-align: center;
}

div.iconsSocial.footer img {
    width: 45px;
    margin: 0 1.5em;
}

.foot.iconsSocial {
	margin-top: 2.1em;
}

div.logo.foot {
    width: 150px;
    display: block;
    float: none;
    margin: 1em auto;
    clear: both;
}

div.headLinks {
	display: block;
}

div.menuNavHead {
    margin: 0;
    width: auto;
    float: right;
    margin-top: 8em;
}

.socialIconsContact {
	margin-bottom: 1em;
	margin-left: 0;
	margin-top: 1em;
	text-align: center;
	width: 100%;
}

.socialIconsContact a {
	display: inline-block;
	float: inherit;
	margin: 0 5em;
	min-width: 27px;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.socialIconsContact a img {
	width: 100px;
	height: auto;
	display: block;
	margin: 1em 0;
}

.socialIconsContact a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

div.textArticle.contacto {
	background: rgba(0, 0, 0, 0) url("images/contact.png") no-repeat scroll 0 0;
	background-size: 100% auto;
	display: block;
}

footer.footeGen {
    clear: both;
    min-height: 28px;
    display: block;
    background: #768133;
}

div.date.con {
    color: #FFE;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 20px;
    text-align: center;
}

a.viewmore {
    background: white;
    display: block;
    width: max-content;
    height: 53px;
    color: #6e7a33;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    font-family: 'Karla', sans-serif;
    padding: 0 20px;
    margin: 0 auto;
}

a.viewmore:hover {
    background: #fff;
    color: #000000;
    text-decoration: none;
}

a.viewmore.problem {
    max-width: min-content;
    width: auto;
    display: block;
}

.block.row.clearfix {
    display: block;
    overflow: hidden;
    color: #000;
    padding: 3em;
}

.promociones {
    background: #cbc33a;
    padding: 1em 1em 3em;
    color: #fff;
}

.contInfo.last {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
}

.socialIcons.foot a {
    color: #FFE;
    background: transparent;
    border: none;
}

.socialIcons.foot a:hover {
    background: gray;
    border: 1px solid gray;
}

.contwoForm {
	display: inline-block;
	position: relative;
}

form.contFormPrin {
	display: block;
	visibility: visible;
}

.foot.iconsSocial a {
	color: #fff;
	display: block;
	float: left;
	font-size: 17px;
	margin: 0 3px;
}

.iconsSocial a img {
    display: block;
    width: 39px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.inter h3.genTiPost {
    text-align: center;
}

h3.genTiPost {
    font-size: 16px;
}

.genTiPost {
    line-height: inherit;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.genTiPost i {
    color: #a3c1d0;
    font-size: 16px;
}

div.caption.two {
    position: absolute;
    top: 30%;
    width: 92%;
}

div.caption.two {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
}

div.caption.two h3{
	color: #fff;
}

aside{}


.viewMore.aside {
	display: block;
	padding: 0 7px;
	text-align: inherit;
}

figure.adversting {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	max-width: 300px;
}

ul.blocksPost li p, 
.allPost p, 
.allPost div {
	color: #808080;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.2px;
	line-height: 1.2em;
	margin: 4px 0;
}

.allPost {
	position: relative;
}

.allPost p img {
	vertical-align: middle;
	max-width: 100%;
	float: left;
	margin-bottom: 1em;
}

div.contnote {
	padding: 1em;
	margin-bottom: 1em;
	overflow: hidden;
}

div.contnote ul.tableTecnic {
	width: inherit;
}

ul.tableTecnic li {
	margin: 1em 0;
}

ul.tableTecnic li strong {
	margin: 0 10px 0 0;
}

.titleDate, 
ul.tableTecnic li.titleDate {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 0;
	margin-top: 1.5em;
	color: #bbb;
	font-weight: lighter;
}


.comentSingle {
    border-top: 1px solid #e9e9e9;
    padding: 0 0 1em;
    clear: both;
}

.fb-social-plugin.comment-form.fb-comments.fb_iframe_widget span, 
.fb-social-plugin.comment-form.fb-comments.fb_iframe_widget iframe {
	display: block;
}

.addthis_native_toolbox.socialIcons {
	display: block;
	height: auto;
	max-height: 130px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.addthis_native_toolbox.socialIcons a {
	display: block;
	float: left;
	height: 25px;
	margin: 3px;
	min-width: auto;
	width: 108px;
}

.genTitle, 
.titlegen {
    color: #c1c1c1;
    text-transform: uppercase;
    text-align: center;
    margin: 1em 0;
}

h2.titleGen {
    text-align: center;
    margin: 1em 0;
    color: darkgrey;
}

h2.titleGen i{
	color: #4267B2;
}



.allPost p iframe, .allPost iframe {
	width: 100%;
	min-height: 45%;
	position: relative;
}


.wrapprer.inter {
    min-height: 50em;
}

.form.contact {
    margin: 1em 0;
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.form.contact input, 
.form.contact textarea.form-control {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0px;
    -webkit-text-fill-color: #fff;
}

.form.contact input[type=button], 
.form.contact input[type=reset], 
.form.contact input[type=submit] {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: normal;
}

div.bx-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}

div.bx-controls.bx-has-pager {
    bottom: 66px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}


.bx-controls-direction {
    position: absolute;
    width: 100%;
    bottom: 14em;
    height: 100%;
}

div.bx-pager.bx-default-pager {
    margin-top: 0;
    padding-top: 0;
}

div.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

div.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
    background: #ffffff;
    box-shadow: inset 1px 1px 2px #808080;
}

.eyeCatcher.home {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.eye.caption{
    bottom: 0;
    z-index: 12;
    color: #fff;
    height: 100%;
    text-align: center;
    width: 100%;
    padding-top: 14em;
    background: #b7999957;
}

.eyecacher .caption p,
.eyecacher .caption h2{
	color: #fff;
}

.blockImgPost img {
    padding: 7em;
    padding-bottom: 2em;
    padding-top: 4em;
}

.contInfo {
    background: none repeat scroll 0 0 transparent;
    display: block;
    width: 100%;
    position: relative;
}

div.contInfo.cont.videos {
    background-color: #2b2b2b;
    display: block;
    overflow: hidden;
    height: auto;
    width: 100%;
    position: relative;
}

.mejs-container.wp-video-shortcode,
div.wp-video {
    max-width: 100%;
    width: 100%!important;
    display: block;
    float: inherit;
}

div.contInfo.cont.videos h2.text-center{
	color: #fff;
}

.txtMidle {
    margin-top: 10%;
}

.txtMidle p{
	margin-bottom: 1em;
}



.contText{
	text-align: inherit;
}

div.txtJusti {
    text-align: justify;
    margin: 2em auto;
    letter-spacing: 3px;
}



.container{
	position: relative;
	
}

.contBlock.servi.eyecacher.cont {
    position: relative;
}

.contBlock.servi.eyecacher.cont .caption {
    background: #29336d8a;
    border-bottom: 5px solid #ffff;
}

.servicios.clearfix {
    margin-bottom: 3em;
    display: block;
    overflow: hidden;
}

.maps.iframe iframe {
    width: 100%;
}

.mbtm,
aside.asideBlock.mbtm {
    margin-bottom: 3em;
}

.mbtm{
	margin-bottom: 2em;
}

.mtop{
	margin-top: 2em;
}

.fitem.mbtm {
    margin-left: 0;
    margin-bottom: 1em;
    padding: 0;
}

span.wpcf7-list-item-label {
    margin: 0 10px;
}

.cont.gale.cat {
    margin-bottom: 10em;
    padding-top: 5em;
}


.marcas.items {
    margin: 5em 0;
}

ul.nav.navbar-nav li a.dropdown-toggle {
    background: transparent;
    color: #777;
    border: none;
}

ul.nav.navbar-nav li ul.dropdown-menu {
    background: #5c9da5;
    color: #000;
    border: none;
}

ul.nav.navbar-nav li ul.dropdown-menu li{
	width: 100%;
}

.mapsContact {
    width: 100%;
    height: 16.8em;
}

/**
 * Default Body Class Styles
 */

.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}

/** Default Post Styles*/
.post-id {}
.post {}
.page {}
.attachment {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}

.format-image {}
.format-gallery {}
.format-chat {}
.format-link {}
.format-quote {}
.format-status {}
.format-video {}

/*Default Menu Styles*/
#header .main-menu{} /*container class*/
#header .main-menu ul {} /*container class first unordered list*/
#header .main-menu ul ul {} /*nordered list within an unordered list*/
#header .main-menu li {} /*each navigation item*/
#header .main-menu li a {} /*each navigation item anchor*/
#header .main-menu li ul {} /*unordered list if there is drop down items*/
#header .main-menu li li {} /*each drop down navigation item*/
#header .main-menu li li a {} /*each drap down navigation item anchor*/

.current_page_item{} /*Class for Current Page*/
.current-cat{} /*Class for Current Category*/
.current-menu-item{} /*Class for any other current Menu Item*/
.menu-item-type-taxonomy{} /*Class for a Category*/
.menu-item-type-post_type{} /*Class for Pages*/
.menu-item-type-custom{} /*Class for any custom item that you added*/
.menu-item-home{} /*Class for the Home Link*/

/**
 * Default WISIWYG Editor Styles
 */

.entry-content img {}
.alignleft, img.alignleft { float: left; margin-right: 5px;}
.alignright, img.alignright { float: right; margin-left: 5px; }
.aligncenter, img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignnone, img.alignnone {}

.wp-caption {}
.wp-caption img {}
.wp-caption p.wp-caption-text {}

.wp-smiley {}

blockquote.left {}
blockquote.right {}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/**
 * Default WordPress Widget Styles
 */

.widget {}

#searchform {}
.widget_search {}
.screen-reader-text {}

.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

.textwidget {}
.widget_text {}
.textwidget p {}

/**
 * Default Comment Form Styles
 */

/* Comment Output*/

.commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {
    border-bottom: 1px solid #ddd;
    padding: .5em 0;
}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {
    color: #999;
    margin-bottom: .5em;
}
.commentlist .comment-author-admin {}
.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}

/* Comment Form */

#respond { } 
#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#url { } 
#comment 
#submit
.comment-notes { } 
.required { }
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { } 
.form-submit{}