a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:none;}   /* mouse over link */
a:active {text-decoration:none;}  /* selected link */

#contenido { 
/*  overflow:hidden;*/
max-width:1100px;
margin:0 auto;
}

h1 {
	line-height:0px;
	color:#cccccc;
	font-family: 'TwCenMTRegular';
	font-size:17px;
	text-shadow: none;
	letter-spacing:3.65px;
	word-spacing:1px;
	font-weight:normal;
	margin-top:0px;
}

@media screen and (max-width: 990px) {
	
	h1 {
	letter-spacing:2.55px;
	word-spacing:0px;
	}
	
}

/*SERVICIOS*/
#servicios {
    float:left; 
	min-height:530px;
	line-height: 1.4em;
	position:relative;
/*	min-width:500px;*/
	left:5%;
	overflow:hidden;
	margin: 0 auto;
	background-color:#e8e8e8;
	padding-right:10px;
	width:600px;
	margin-bottom:120px;
}

#servicios_img { 

/*  background-image: url('../images/servicios.png');
  background-repeat:no-repeat;
  background-position:right;*/
  overflow:hidden;
  width:252px;
  height:500px;
  position:relative;
  margin: 0 auto;

}

.absoluteCenter {
 margin:auto;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
}
img.absoluteCenter {
 max-height:100%;
 max-width:100%;
}

#servicios_inside {
	padding:10px;
	max-width:580px;
	font-family: 'TwCenMTRegular';
	font-size:21px;
}

/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960)     */
@media only screen and (max-width: 990px){
    #servicios { 
		width: 90%;
		margin: 0 auto;
		float: none;
		left:0px;
		height:auto;
		min-width:none;

	}
	#servicios_img {
		height:260px;
		padding-top:35px;
	}
	#servicios_inside {
		width: 90%;
		min-width:none;
		margin: 0 auto;
	}
}

/*SERVICIOS TOGGLE*/

#ulist {
	font-family: 'TwCenMTRegular';
	font-size:21px;
	list-style-type:none;
	color:#231f20;
}

#ulist a:link, a:visited, a:hover, a:active  {
color:#231f20;
}

.underline {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom:5px;
	padding-top:5px;
}


.vermas {
	color:#b40003;
/*	padding-right: 0 !important;*/
	padding-right:20px !important;
	text-decoration:none;
	font-size:13px;
	float:right;
}

#suscribe {
	color:#b40003;
/*	padding-right: 0 !important;*/
	padding-right:20px !important;
	text-decoration:none;
	font-size:13px;
	float:right;
}

#suscribe a:hover {
text-decoration:underline;
}

.divInfo {
	display:none;
	border-bottom:1px solid #c0c0c0;
}

/*SERVICIOS TOGGLE*/

/*SITIO*/

#header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 30px;
	background-color:#58595b;
	top: 0px;
	width:100%;
	text-align:right;
	/*right:10%;
	padding-right:10%;
	margin-right:10%;*/
}

#header img {
    padding: 0 0 0 0;
    position: absolute;
	top:3px;	
}

#header #img_fb{
    right: 80px;;
}

#header #img_mail{
    right: 50px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 60px;
	background-color:#000000;
	bottom: 0px;
	position: fixed;
	width:100%;
}

#foot_left {
	color:red;
	position: absolute;
    top: 20%;
    left: 15px;
	height:100%;
	padding-top:50;
}

#foot_left a:link, a:visited, a:hover, a:active {
	color:red;
}

#foot_right {
	color: #a7a9ac;
	width:40%;
	position: absolute;
    right: 5px;
	padding-top:3px;
	/*margin:0px;*/
	vertical-align:middle;
	text-align:right;
}

#foot_right a:link, a:visited, a:hover, a:active{
	color: #a7a9ac;
}

html body
{
	background-image: url(../images/background.jpg);
	background-color:#a7a9ac;
	margin:0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left;

  
}

#ciudad {
	right: 0px;
	bottom: 60px;
	position: fixed;
	background-image: url(../images/ciudad.png);
	width:160px;
	height:148px;
}

@media screen and (max-width: 990px) { 
#ciudad {
	display:none;
}
}

.grid {
/*	padding: 20px 20px 100px 20px;*/
/*	max-width: 995px;*/
	margin: 0 auto;
	list-style: none;
	text-align: left;
	padding-bottom:50px;
}

.grid li {
	display: inline-block;
/*	width: 440px;*/
	margin: 5px;;
/*	padding: 20px;*/
	text-align: left;
	position: relative;
	border: #f6f6f6 8px solid;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	padding-top: 8px;
	background-color:#2C2C2C;
	color: #ed4e6e;
}

.grid figcaption p
{
	margin: 0;
	padding: 0;
	color: #F00;
	font-family: 'TwCenMTRegular';
	font-size:16px;
}


.grid figcaption span:before
{
	/*	content: 'by ';*/
	color:#FFF;
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background-color:#696969;
	color: #fff;
	font-family: 'TwCenMTRegular';
}
.grid figcaption a:hover {
	background-color: #5F5F5F;
}

/* Individual Caption Styles */



/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
	width:302px;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 50px;
	width: 262px;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(50%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


@media screen and (max-width: 990px) {  
	.grid {
		text-align:center;
	}
	
}
	


@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
/*		width: 100%;*/
		min-width: 300px;
	}
}


/*FORM STYLE*/

input, select, textarea { 
    margin:0; 
    padding:0; 
    font-size:12px /* this is optional, I like the fonts a little smaller */; 
    outline:none; 
   	/*font-family: 'TwCenMTRegular';*/
	box-sizing:border-box /* make sure you use the other vendor prefixes */; 
}




select {
	
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;

-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-bottom-top-radius: 6px;
border-bottom-top-radius: 6px;

}

div.select_styled { 
    overflow:hidden; /* this hides the select's drop button */
	padding:0px;
	position:relative;
	margin-left:45px;
	width:80%;
	max-width:270px;
	min-width:270px;
	vertical-align:top;
	float:left;
    background: url(formelements-select.png) no-repeat /*bottom right*/;
    /* this is the new drop button, in image form */
    /*width:17em;*/
	border-radius:0px;
	background-position: right -3px; 

}

div.select_styled select { 
    width:115% /* this percentage effectively extends the drop down button out of view */; 
    background-color:transparent /* this hides the select's background making any styling visible from the div */; 
    background-image:none; 
    -webkit-appearance: none /* this is required for Webkit browsers */; 
    border:none; 
    box-shadow:none; 
    padding:0.3em 0.5em; /* padding should be added to the select, not the div */
}

.ie7 div.select_styled {border:none; }
.ie7 div.select_styled select { 
    width:100%; 
    background-color:white; 
    border: solid 1px #ccc; 
    padding:0.3em 0.5em; 
}

@media screen and (max-width: 990px) {  
div.select_styled { 
margin: 0 auto 0 auto;
float:none;
min-width:none;
max-width:none;
}
}

.whatsapp-floating-button {
    display: block;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    z-index: 1000;
}
.whatsapp-floating-button img {
    width: 9rem;
    height: auto;
}