*{
	border-radius: 0px !important;
	box-shadow: none !important;
}

body{
	padding-top: 0px;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	line-height: 23px;
	background:#FFF url(../imagenes/fondo.jpg) repeat;
	color: #fff;
	margin:0px auto;           background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    background-position: bottom 0px;
}

img{ max-width:90%; height:auto; border:none;}


a{
	color: #000000;     text-decoration: none;
}

a:hover{
	color: #c11400;
}



h1,h2,h3,h4,h5,h6{
	margin:1px 0px;
	padding:1px 0px;
	font-weight: 600;
}

h1{
	font-size:30px;
	text-align: center;
	color:#4e2301;
	font-weight:700;
	margin: 0px auto;
	font-family: 'Hind', sans-serif;
	    line-height: 40px;
	
}

h2{
		font-size:34px;
	text-align: center;
	color:#FFF;
	font-weight:700;
	margin: 0px auto;
	font-family: 'Advent Pro', sans-serif;
	    line-height: 40px;
}

h3{
		font-size:30px;
	text-align: center;
	color:#FFF;
	font-weight:700;
	margin: 0px auto;
	font-family: 'Advent Pro', sans-serif;
	    line-height: 40px;
}

h4{
	font-size:20px;
	text-align: center;
	color:#4e2301;
	font-weight:700;
	margin: 0px auto;
	font-family: 'Hind', sans-serif;
	    line-height: 40px;
}

h5{
	font-size: 18px;
	line-height: 28px;
}

h6{
	font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin: 0px auto;
    padding: 25px;
    font-weight: 100;
    font-family: "Hind", sans-serif;
}

p {
    text-align: justify;
    font-weight: 400;
    margin: 0px auto;
    color: #000000;
    margin: 0px auto;
    font-family: "Hind", sans-serif;
    max-width: 90%;
    font-size: 18px;
}

hr{
	padding: 0px;
	margin: 8px 0px;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #cecece;
}

i{
	margin-right: 5px;
}

.bor{
	background: url("../img/bor.png") repeat-x;
	height: 3px;
}

.border{
	background: url("../img/bor.png") repeat-x;
	height: 2px;
	margin: 5px 0px;
}

.padd{
	padding: 10px;
}

.bold, strong{
	font-weight: 600;
}

a:hover,a:active,a:focus {
outline: 0;
}

:focus {outline:none;}

::-moz-focus-inner {border:0;}

.red{
	color:#ff3738;
}

.blue{
	color:#1ba1e2;
}

.orange{
	color:#f96b1e;
}

.green{
	color:#2bec12;
}

.purple{
	color:#e816dc;
}

.yellow{
	color:#f4d710;
}

.b-red{
	background:#ff3738;
}

.b-blue{
	background:#1ba1e2;
}

.b-orange{
	background:#f96b1e;
}

.b-green{
	background:#2bec12;
}

.b-purple{
	background:#e816dc;
}

.b-yellow{
	background:#f4d710;
	
}

br{
	display: block !important;
	margin: 4px 0px !important;
}

.btn.btn-danger{
	background: #c20d23 url("../img/red.png") repeat;
}

.btn.btn-danger:hover{
	background: #b60e1f;
}

a.btn, .btn{
	font-size: 11px !important;
}

.well hr{
	border-top:1px solid #111;
	border-bottom: 1px solid #333;
}

.btn i{
	margin-right: 0px;
}

/* Columns */

.col-l{
	width: 47.5%;
	float: left;
}

.col-r{
	width: 47.5%;
	float: right;
}


/* Label */

.label{
	padding: 3px 6px !important;
	font-weight: normal;
}

/* Hero unit */

.hero-unit{
	margin-bottom: 10px;
	margin-top: 10px;
	background: #222;
}

/* Well */

.well{
	background: #222;
	border: 1px solid #070707;
	box-shadow: inset 0px 0px 5px #000 !important;
}

/* Nav tabs */

.nav-tabs{
	margin-bottom: 5px;
	border-bottom: 1px solid #222;
}

.nav-tabs > li > a{
	border: 0px;
}

.nav-tabs > li > a:hover{
    color: #fff;
    background-color: #222;	
    border: 0px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    color: #fff;
    background-color: #222;
    border: 0px;
}  

.tabs-left > .nav-tabs {
	border-right:1px solid #222;
}

.tab-content{
	margin-bottom: 10px;
}

/* Accordion */

.accordion *{
	border-color: #222;
}

.accordion-group{
border-radius:0px;
margin:0px 0px;
border: 0px !important;
}

.accordion-heading .accordion-toggle {
display: block;
padding:0px;
}

.accordion li{
line-height:0px;
}

.accordion-heading a, .accordion-heading a:visited, .accordion-heading a:hover{
border:none;
color: #fff;
text-decoration: none;
margin: 5px 0px;
}



/* Sidebar */

.sidebar{
	/*background: #FFF url("../img/b-sidebar-back.png") repeat;*/
	color: #FFF;	
	width: 229px;
	height: auto;
	float: left;
	position: fixed;
	/*border-right: 1px solid #FFF;*/
	/*border-bottom:1px solid #FFF;*/    padding-top: 32px;     z-index: 1000;
}

.sidebar form{
	margin-bottom: 10px;
}

.sidebar .sidebar-dropdown{
	display: none;
}

.sidebar .sidebar-dropdown a{
	color: #fff;  
  background:rgb(0, 0, 0);
  padding:6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000000;font-family: 'Hind', sans-serif;
}

.sidebar .sidebar-dropdown a:hover{
	text-decoration: none;
}

.sidebar ul{
	padding: 0px;
	margin: 0px;
}

.sidebar ul li{
	list-style-type: none;
}

.sidebar .s-content{
	display: block;
	width: 100%;
}

.sidebar #nav { 
  position: relative;
 /* border-top: 1px solid #000;	*/
  display: block; 
  width:100%; 
  margin: 0px auto; 
  margin-bottom: 5px;
  z-index: 60;
}

.sidebar .form-search{
	z-index: 60;
	padding: 5px 10px;
	text-align: center;
}

.sidebar .s-widget{
	z-index: 60;
	padding: 10px 20px;
}

.sidebar #nav li i{
	margin-right: 5px;
}

.sidebar  #nav li span i{
	margin: 0px;
	color: #888;
}

.sidebar #nav > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    /* color: #3F1A00; */
    border-bottom: 1px solid rgb(166, 166, 166);
    /* border-top: 1px solid #E27906; */
    background-color: rgba(255, 255, 255, 0.45);
    /* background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#111)); */
    /* background: -webkit-linear-gradient(top, #FFFFFF, #FFEDDF); */
    background: -moz-linear-gradient(top, #1a1a1a, #111);
    background: -ms-linear-gradient(top, #1a1a1a, #111);
    background: -o-linear-gradient(top, #1a1a1a, #111);
    background: linear-gradient(top, #1a1a1a, #111);
    font-family: 'Hind', sans-serif;
}

.sidebar #nav > li > a:hover, .sidebar #nav > li > a.subdrop { 
     border-bottom: 1px solid #4A2200;
    /* border-top: 1px solid #ffffff; */
    background-color: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
    background: -webkit-linear-gradient(top, #ffffff, #FFFFFF);
    background: -moz-linear-gradient(top, #222, #111);
    background: -ms-linear-gradient(top, #222, #111);
    background: -o-linear-gradient(top, #222, #111);
    background: linear-gradient(top, #222, #111);
    color: #de0000;
}

.sidebar #nav > li > a:hover i, .sidebar #nav > li > a.subdrop i{
  color: #fff;
  text-shadow:none;
}

.sidebar #nav li ul { display: none; background: #000; }

.sidebar #nav li ul li a { 
    display: block;
    background: none;
    padding: 10px 0px 10px 0px;
    /* padding-left: 30px; */
    text-decoration: none;
    color: #252525;
    border-bottom: 1px solid #111;
    background-color: rgb(238, 238, 238); font-family: 'Hind', sans-serif;
}

.sidebar #nav li ul li a:hover {
  background: #ffffff; 
}

.sidebar .br-red{
	border-left: 4px solid #ff3738;
}

.sidebar .br-blue{
	/*border-left: 4px solid #fb9e0d;*/
}

.sidebar .br-orange{
	border-left: 4px solid #f96b1e;
}

.sidebar .br-green{
	border-left: 4px solid #2bec12;
}

.sidebar .br-purple{
/*	border-left: 4px solid #e56009;*/
}

.sidebar .br-yellow{
	border-left: 4px solid #f4d710;
}

.sidebar .social{
	text-align: center;
}


/*divs*/

.contenedor{width:100%; max-width:1400px; height:auto; margin:0px auto; text-align:center;}


.contenidos{ width:100%; max-width:1100px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px; background-color: white;}

.espacio{ width:100%; max-width:250px; height:20px; margin:0px auto; float:left; background-color:none;}


.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:882px; position:absolute;  background-size:cover; margin:0px auto;}

.textos{ width:100%; height:auto; margin: 0px 0px 25px 0px; text-align:center; background-image:url(../imagenes/fondo-contenidos.png);}

.footer{ width:100%; height:auto; margin:0px auto; text-align:center; display:inline-block; background-color:#2e180e;}

.horario{ width:100%; height:auto; margin:0px auto; text-align:center; background-image:url(../imagenes/horario.png);}

.copy{ width:90%; height:auto; margin:0px auto; text-align:center; background-image:url(../imagenes/copy-fondo.png);}

.linea{ width:100%; height:2px; margin:0px auto; text-align:center; background-image:url(../imagenes/linea.png);}

.espa{ padding:15px 0px 25px 0px;}

#frame{ width:100%; max-width:700px; height:auto; margin:25px auto; text-align:center; display: inline-block;}

#framee{ width:350px; display:inline-block; text-align: center;}

#form{ width:100%; min-width:350px; max-width:350px; height:auto; display:inline-block;}

.res{ max-width:740px; width:100%; height:auto;}

.ninos{ width:100%; max-width:700px; height:auto; text-align:center; margin:0px auto;}

.espaabajo{ padding-bottom:35px;}

.observaciones{
	padding: 15px 0px 15px 35px;
	text-align: left;
	color:#000000;
	font-weight:600;
	margin: 0px auto;
	font-size:30px;
}

.imagentips{ width:100%; max-width:250px; height:auto; text-align:center; float:left; margin:0px auto; background-image:url(../imagenes/fondo-contenidos.png); max-height:274px;}
.txttiops{ width:100%; max-width:500px; height:auto; text-align:center; float:right; background-image:url(../imagenes/fondo-contenidos.png); min-height:274px;}

.tips{ width:100%; height:auto; text-align:center; margin:15px auto; display:inline-block;}

/*vani*/

.content{ width: 100%;
    height: auto;
    max-width: 1400px;
    margin: 0px auto;
	text-align: center;}

#inicio{ width:100%; height:auto; min-height:1000px; margin:0px auto; text-align:center; /*background-image:url(../imagenes/fondo-inicio1.jpg); background-size: cover;
    background-position: bottom center;*/ }

#menusup{width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    min-height: 67px;
    padding-bottom: 10px;
    padding-top: 40px;}

#pasteles{ width:100%; height:auto; min-height:1000px; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-pasteles.jpg); background-attachment:fixed; background-position:bottom center; background-size:cover; display: inline-block;}

.titulos{ width:90%; height:auto; text-align:right; margin:0px auto;     padding-bottom: 5px; }

#gyd{ width:100%; height:auto; min-height:1180px; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-galletas.jpg);     background-position: bottom center; background-size: cover; }

.pas{ width:250px; height:350px; margin:0px 10px 0px; text-align:center; display: inline-block;}

.don{ width:250px; height:370px; margin:0px 10px 0px; text-align:center; display: inline-block; border:-color: #aaaaaa; border-width: 1px; border-style: solid;}

.txtpas{ 	text-align: center;
	font-weight:400;
	margin: 0px auto;
	color:#4e2301;
	margin: 0px auto;
	font-family: "Hind", sans-serif;
}

.txtdon{ 	text-align: center;
	font-weight:400;
	margin: 0px auto;
	color:#FFF;
	margin: 0px auto;
	font-family: "Hind", sans-serif;
	font-size:18px;
}

#galletas{ width: 100%; height:auto; margin:0px auto; text-align:center; }

#yogurt{ width:100%; height:auto; min-height:1000px; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-yogurt.jpg); background-attachment:fixed; background-position:bottom center; background-size:cover; display: inline-block;}

#nieve{ width:100%; height:auto; min-height:1570px; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-nieve.jpg);     background-position: bottom center; background-size: cover; }

.nie{    width: 190px;
    height: 80px;
    display: inline-table;
    margin: 15px;}
	
#cyc{ width:100%; height:auto; min-height:1000px; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-cafe.jpg); background-attachment:fixed; background-position:bottom center; background-size:cover; display: inline-block;}

.coffe{    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 5px;}
	
	#contacto{ width:100%; height:auto; min-height:900px; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-contacto.jpg);     background-position: bottom center; background-size: cover; background-attachment:fixed;}
	
.finfo1{ width:315px; height:auto; text-align:center; margin:0px auto;}

#frame{width: 315px;
  height: auto;
  margin: 0px auto;}
  
  #txtcontact{ color:#FFF; font-size:18px; text-align: justify; font-family: 'Hind', sans-serif; margin:0px auto; max-width: 300px; font-weight: 100; line-height: 22px;}
  
  #ubicaciones{ width:100%; height:auto; min-height:1180px; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-ubiaciones.jpg);     background-position: bottom center; background-size: cover;     display: inline-block;}
  
  #ubis{ width: 100%; height:auto; margin:0px auto; text-align:center; }
  
  #especiales{ width:100%; height:auto; min-height:1180px; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-especiales.jpg);     background-position: bottom center; background-size: cover;     display: inline-block;}
  
  #Gallery4{    display: inline;
    padding: 0px;
    margin: 0px auto;
    width: 250px;
    height: 300px;}
	
	  #Gallery5{    display: inline;
    padding: 0px;
    margin: 0px auto;
    width: 250px;
    height: 300px;}
	
		  #Gallery6{    display: inline;
    padding: 0px;
    margin: 0px auto;
    width: 250px;
    height: 300px;}
	
		  #Gallery7{    display: inline;
    padding: 0px;
    margin: 0px auto;
    width: 250px;
    height: 300px;}
	
		  #Gallery8{    display: inline;
    padding: 0px;
    margin: 0px auto;
    width: 250px;
    height: 300px;}
	
			  #Gallery9{    display: inline;
    padding: 0px;
    margin: 0px auto;
    width: 250px;
    height: 300px;}
  
  <!--galeria movil estilos-->

img { border: none; }

div.gallery-row:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
div.gallery-item { display: inline-table; width: 33.33333333%; }
div.gallery-item a { display: block; margin: 5px; border: 0px solid #3c3c3c; }
div.gallery-item img { display: block; width: 100%; height: auto; }

/*brangus*/

#socios{ width:100%; height:auto; min-height:27px; text-align:center; margin:0px auto; background-color:rgba(0,0,0,1.00);    position: fixed;    z-index: 1000;}

#wrappersocios{     width: 100%;
    max-width: 1200px;
    text-align: right;
    height: auto;
    margin: 0px auto;
    padding-top: 2px;    z-index: 1000;
  }

.sep{    border-left: 1px solid #c5c5c5;
    height: 5px;
    width: 1px;
    display: inline;
    margin: 0px 10px;}
	
#titulos{color: #818181;
    font-size: 16px;
    text-align: left;
    width: 80%;
    max-width: 1200px;
    margin: 0px auto;
    font-weight: 100;
    padding: 10px 0px 10px 0px;font-family: 'Hind', sans-serif;}
	
#linea{    width: 100%;
    height: 1px;
    background-color: #ff0002;
    max-width: 200px;
    /* padding-right: 10px; */
    margin: 0px 0px 10px 50px;}
	
.evento{    width: 100%;
    height: auto;
    min-height: 700px;
    margin: 2px auto;
    text-align: center;
    display: inline-table;
    max-width: 400px;
    border: 1px solid #cbcbcb;}
		
.tituloseventos{color: black;
    font-size: 20px;
    width: 90%;
    margin: 10px auto;
    text-align: left;
	font-family: 'Hind', sans-serif;}
	
.desceventos{font-size: 18px;
    width: 90%;
    margin: 10px auto;
    text-align: right;
    font-family: 'Hind', sans-serif;
    color: #5e5e5e;}

.logo{    padding-top: 7px;}	

.ser{ width:100%; max-width:217px; margin:0px auto; height:auto; min-height:210px; text-align:center;display: inline-table;}
.wrapperser{ width:90%;}
.txtser{ font-size:20px; font-family: 'Hind', sans-serif; margin:0px auto; text-align:center; margin:0px auto; color:rgba(0,0,0,1.00);    font-weight: 900;
    line-height: 1.2; padding-bottom: 20px;}
.txtser:hover{ color:rgb(131, 131, 131);}

.contenidossinf {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0px auto;
    background-color: none;
    float: right;
    padding-top: 10px;
    /* background-color: white; */}

.gale{
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0px auto;
    text-align: center;
    display: inline-table;
    max-width: 300px;
    border: 1px solid #cbcbcb;
}

.rev{width: 100%;
    height: auto;
    min-height: 320px;
    margin: 2px auto;
    text-align: center;
    display: inline-table;
    max-width: 300px;
    border: 1px solid #cbcbcb;
    padding-top: 7px;}
	
.rev2{    width: 100%;
    height: auto;
    min-height: 276px;
    margin: 2px auto;
    text-align: center;
    display: inline-table;
    max-width: 300px;
    border: 1px solid #cbcbcb;
    padding-top: 36px;
    color: black;
    font-size: 17px;
    text-align: center;
	background-color: rgba(255, 255, 255, 0.87);}

.rev2wrapper{    width: 90%;
    margin: 0px auto;}

.semen{     width: 100%;
    height: auto;
    max-width: 200px;
    min-height: 172px;
    text-align: center;
    margin: 3px auto;
    padding-top: 36px;
    border: 1px solid #cbcbcb;
    display: inline-block;}

.wrappersemen{ width:90%; margin:0px auto;}

/* footer*/
	
footer	{
        width: 100%;
    height: auto;
    padding: 40px 0px 40px 0px;
    text-align: center;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-family: 'Hind', sans-serif;
    color: #ffffff;
    font-weight: 100;
    position: relative;
    display: inline-block;}

.wrapper2 {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    display: inline-flex;
    max-width: 1400px;
}

#face {
    width: 30%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    display: inline-block;
}

.fo {
    font-weight: 600;
}

#contacta {
    width: 30%;
    height: auto;
    margin: 0px auto;
    text-align: center;
}

#copy {
    width: 30%;
    height: auto;
    margin: 0px auto;
    text-align: center;
}

#registro{        width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px 0px 0px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    color: black;
    font-size: 16px;
    padding-top: 10px;}
	

/*fin footer*/

/* Responsive */

@media (max-width: 1338px){	
.contenidos{ width:100%; max-width:1000px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}
.contenidossinf{ width:100%; max-width:1000px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}
}

@media (max-width: 1240px){	
.contenidos{ width:100%; max-width:900px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}
.contenidossinf{ width:100%; max-width:900px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}
}

@media (max-width: 1135px){	
.contenidos{ width:100%; max-width:850px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}
.contenidossinf{ width:100%; max-width:850px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}
}

@media (max-width: 1113px){	

.contenidos{ width:100%; max-width:800px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}
.contenidossinf{ width:100%; max-width:800px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}

}


@media (max-width: 1023px){	

.contenidos{ width:100%; max-width:760px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}	
.contenidossinf{ width:100%; max-width:760px; height:auto; margin:0px auto;  background-color:none; float:right; padding-top: 10px;}	


}


@media (max-width: 999px){		
	.content .container-fluid{
		max-width: 100%px;
		margin: 0 auto;
	}
	
	
	.foot .bor,.navbar-inner,.content,.cslider{
		margin-left: 0px;
		margin-right: 0px;
	}
	.cslider{
		padding-left: 20px;
		padding-right: 20px;
	}
	.dropdown-menu a, .dropdown-menu{
		background: transparent !important;
		border: 0px !important;
	}	
	.sidebar{
		position:fixed;
		float: none;
		width: 100%;
		border:none;
		    z-index: 999;
	}
	
	.sidebar {
    background: #FFF url(../img/b-sidebar-back.png) repeat;
    color: #FFF;
    width: 100%;
    height: auto;
    float: none;
    position: fixed;
    /* border-right: 1px solid #FFF; */
    /* border-bottom: 1px solid #FFF; */
    padding-top: 32px;
    z-index: 999;
}
	.sidebar .sidebar-dropdown{
		display: block;
	}
	.sidebar #nav{
		display: none;
	}	
	.sidebar .s-content{
	  	position: relative;
	}
   .sidebar .s-widget{
      display:none;
   }
	.mainbar{
		margin: 0px;
		padding: 0px 20px;
		float: none;
		border-top: 1px solid #000;
		box-shadow: inset 0px 0px 1px #333 !important;
		border-left: 0px !important;
		border-bottom: 0px !important;
	}	
	.foot{
		margin: 0px;
		padding: 0px 20px;
		padding-bottom: 10px;
		float: none;
		border-left: 0px !important;
	}
	.foot .fwidget{
		border-bottom:1px solid #222;
	}
	.form-inline button{
   		margin-left:0px;
   	} 
	.aboutus .staff{
		max-width: 250px;
		margin: 0 auto;
	}   
	.flex-caption{
		display: none;
	}
	.flexslider .flex-control-nav{
		display: none;
	}
	
	.espacio{ width:100%; max-width:100%; height:auto; margin:0px auto; float:left; background-color:#333;}
	
	.espacio {
    width: 100%;
    max-width: 250px;
    height: 30px;
    margin: 0px auto;
    float: left;
    background-color: transparent;}

.contenidos {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    display: inline-block;
    padding-top: 153px;
    float: none;
    background-color: none;
}

.contenidossinf {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    display: inline-block;
    padding-top: 153px;
    float: none;
    background-color: none;
}
	
	.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:882px; position:absolute;  background-size:cover; margin:80px 0px 0px 0px;}
	
	.promo { width:100%; max-width:750px; height:auto; margin:0px auto;}

.logo{    max-width: 100px;}
				
}


/*
@media (min-width: 768px) and (max-width: 979px){
	.dropdown-menu a{
		background: transparent !important;
	}
	.flex-caption{
		margin-bottom: 40px;
		width: 60%;
	}	
   .col-l{
	   	width: 100%;
	   	float: none;
	   	margin: 10px 0px 5px 0px;
   }
   .col-r{
	   	width: 100%;	
	   	float: none;
	   	margin: 10px 0px 5px 0px;
   }

}*/

@media (max-width: 767px){
   
   .imagentips{ width:100%; max-width:none; height:auto; text-align:center; float:left; margin:0px auto; background-image:url(../imagenes/fondo-contenidos.png); max-height:274px;}	
   
   .txttiops{ width:100%; max-width:none; height:auto; text-align:center; float:right; background-image:url(../imagenes/fondo-contenidos.png); min-height:274px;}
}

@media (max-width: 687px){
.logo{    max-width: 75px;}

.contenidos {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    display: inline-block;
    padding-top: 124px;
    float: none;
    background-color: none;
}

.contenidossinf {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    display: inline-block;
    padding-top: 124px;
    float: none;
    background-color: none;
}



}

@media (max-width: 550px){
	
	.titulos {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 25px;
}

#linea {
    width: 100%;
    height: 1px;
    background-color: #ff0002;
    max-width: 200px;
    /* padding-right: 10px; */
    margin: 0px 0px 10px 30px;
}

}

@media (max-width: 511px){
	   
	   #face{    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    display: inline-block;}
	
#copy{    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;    display: inline-block;}
	
#contacta{width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;}
	
	.wrapper2 {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    max-width: 1400px;
}
	   
   }

  /*Redondear Campos de Texto*/	

input[type="password"], input[type="search"], input[type="form"], input[type="email"], input[type="tel"], textarea {
    border:1px solid #ccc;
    font-size:16px;
	margin:0px 5px 0px 0px;
    padding:5px; 
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	-o-border-radius:5px;
	border-radius:5px; 
	text-align:center; 
	font-family:Verdana, Geneva, sans-serif;
	width:250px;} 	
	
	 input[type="text"], textarea {
    border:2;
    font-size:16px;
	margin:0px 5px 0px 0px;
    padding:5px; 
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	  box-shadow: 0px 0px 3px 3px #FFF inset;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	-o-border-radius:5px;
	border-radius:5px; */
	text-align:center; 
	font-family:Verdana, Geneva, sans-serif;
	width:250px;
	  color: #FFFFFF;
  background-color: transparent;
	/*background-image: linear-gradient(to bottom,#00758a,#014457);*/
background-repeat: repeat-x;
height: 28px;
color:#ffffff;

} 

#forma{ max-width:500px; height:auto; margin:0px auto;}
#formanombre, #formatelefono, #formaemail, #formamensaje, #formaenviar{  max-width: 500px;
  height: 40px;
  text-align: left;
  font-family: 'Hind', sans-serif;
  margin: 0px auto;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 20px;}

#formamensaje, #formaenviar{ height:100px;}

.g-recaptcha{  width: 310px; display: inline-block;}

.maps {
        width: 100%;
    height: 300px;
    text-align: center;
    margin: 10px 0px 20px 0px;
    background-size: cover;
    /* background-color: rgba(238,238,238,1.00); */
    display: inline-block;
}