/* CSS Document */
/*@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);*/
html, body {
	margin: 0;
	padding: 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	background-color:#e0e1d2;
}
* {
	padding:0px;
	margin:0px;
	text-decoration:none;
	-webkit-text-size-adjust: none;
	box-sizing:border-box;
	list-style-type:none;
}
.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
}

h1 {
	color:#333;
}

h1.dotted{
background-image: url(../res/h2-bg.gif);
background-repeat: repeat-x;
background-position: left bottom;
padding-bottom: 10px;	
}


h2 {
	font-size: 20px;
	color:#333;
}

h3 {
	font-size: 20px;
}

.titlebig{
		font-size: 22px;
	color:#333;
	padding-bottom:8px;
	
}

img {
	max-width: 100%;
}

a.btn {
	color: #fff;
	padding:16px;
	padding-top:12px;
	padding-bottom:12px;
	display: inline-block;
	background-color: #111;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size:1.2em;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight:bold;
}

a.btn:hover {
	background-color: #000;
	border-bottom-color: #111;
}

a.link2 {
	color: #de5b01;
}

a.link2:hover {
	color: #3C3C3C;
}

.extra_wrapper {
overflow: hidden;
}


.main {
width: 1000px;
margin: 0 auto;
}

.error{
	border:1px solid #f00;	
}


#topbar {
background: #111;
height:48px;
}

#topbar .grid_12{
	padding-top:12px;	
}

#topbar .social{
	padding-top:0px;
	float:right;
	text-align:right;
}

#topbar .tit{
	font-weight:400;
	font-size:12px;
	text-align: center;
	color: #FFF;
	float:left;
	padding-top:5px;
}

#head{
	background-color:#f6f6f6;
	padding-top:20px;
	padding-bottom:20px;
}

#head #logo {
	float:left;
	text-align:center;
}

#head #data{
	padding-top:6px;
	float:right;
	text-align:right;
	font-size:12px;
	line-height:20px;
	color:#7F7F7F;
}

#head #data .big{
	font-size:14px;
	color:#111;
	font-weight:bold;
	padding-bottom:10px;
}

#head #data .phone{
	color:#000;	
	font-size:24px;
	font-weight:bold;
	padding-bottom:12px;
}

#head a{
color:#7F7F7F;	
}



#menu-list {
display:none;
}

#menu-list .cont{
	padding:10px;
}

#menu{
	background-color: #292929;
}

#menu li {
display:inline;
}

#menu li a span{
padding:15px;
text-align: center;
font-size: 14px;
font-family: 'Ubuntu', sans-serif;
color: #fff;
z-index: 999;
display:inline-block;
transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}

#menu li.current a span{
	background-color: #000;
	color:#fff;
}

#menu li a:hover span{
	background-color: #000;
}

#menu .grid_12.picker{
	background-image:url(../favicon.png);
	background-position:right center;
	background-repeat:no-repeat;	
}

#jumpMenu {
font-family:Arial, Helvetica, sans-serif;
color: #fff;
width: 100%;
padding:8px;
padding-bottom:12px;
background-image: url(../res/h2-bg.gif);
background-repeat: repeat-x;
background-position: left bottom;
margin: 0 auto;
float: none;
outline: none;
border: none;
background-color: #111;
cursor:pointer;
}

#cont{
	background-color:#f6f6f6;
}

#cont .wrap{
	padding-top:30px;
	padding-bottom:30px;
}

#foot{
	background-color: #111;
	color: #f6f6f6;
}

#foot a{
	color: #7f7f7f;
}

#foot .wrap{
	padding-top:40px;
	padding-bottom:40px;
}

#foot li {
padding-left: 12px;
background: url(../res/footer_icon.png) 0 4px no-repeat;
padding-bottom:2px;
}

#foot h3 {
	padding-bottom:20px;
	color: #CCC;	
}

.grid_2, .grid_3, .grid_4, .grid_6, .grid_8, .grid_9{
float: left;
display: inline;
}

.grid_12{
width: 980px;
margin: 0 auto;
}

.grid_2 {
width: 20%;
}
.grid_3 {
width: 25%;
}
.grid_4 {
width: 33.3%;
}

.grid_6 {
width: 50%;
}

.grid_8 {
width: 66.6%;
}

.grid_9 {
width: 75%;
} 

.grid_4 .pad{
padding:10px;
}

.grid_6 .pad{
padding:10px;
}

.grid_8 .pad{
padding:10px;
}

.grid_12 .pad{
	padding:10px;	
}

#foot .grid_3 .pad{
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

img.big{
	display:block;	
}
img.min{
	display:none;	
}

.block{
background-color: #E6E6E6;
color: #666;
text-align: left;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
min-height:301px;
}

.block .title {
font-weight: lighter;
font-size: 27px;
padding-bottom: 10px;
background-image: url(../res/h2-bg.gif);
background-repeat: repeat-x;
background-position: left bottom;
color: #000;
}

.block .cont {
color: #333;
min-height:62px;
}

.block .img{
	min-height:110px;	
}

.plus a{
background-image: url(../res/link-marker.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 12px;
color: #333;
text-decoration:underline;
}

#marcashome{
	background-color:#fff;	
}

#marcashome .wrap{
	padding-top:30px;
	padding-bottom:30px;
}

#marcashome img {
margin: 2px;
padding: 1px;
border: 1px solid #F0F0F0;
background-color: #FFFFFF;
}

#frame-fila{
background-color:#fff;	
}

#frame-fila .wrap{
	padding-top:30px;
	padding-bottom:30px;
}


#last-blog{
	background-color:#f6f6f6;
}

#last-blog .wrap{
	padding-top:30px;
	padding-bottom:30px;
}

a.black{
color: #333;
text-decoration:underline;
}

a.blackinvert{
color: #333;
text-decoration:none;
}

a.blackinvert:hover{
color: #333;
text-decoration:underline;
}

.panel-seccion{
margin:10px;
}
.panel-seccion .cont{
background-color: #E6E6E6;
color: #000;
padding: 10px;
}

.rgsep{
background-color: rgba(0,0,0,0.07);
border-width: 0;
color: rgba(0,0,0,0.07);
height: 1px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
margin-top:10px;
}

ul.content li {
background-image: url(../res/check.png);
background-repeat: no-repeat;
background-position: left top;
padding-left: 25px;
padding-bottom: 5px;
}

#presupuesto{
	background-color:#E6E6E6;
	padding:10px;
}

#presupuesto .legal{
	font-size:10px;
	color:#666;
}

#presupuesto .input{
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
border: 0!important;
width: 100% !important;
font-size: 14px;
color: #999 !important;
padding: 10px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top:10px;
}

#presupuesto .inputmin{
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
border: 0!important;
font-size: 14px;
color: #999 !important;
padding: 10px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top:10px;
}


#presupuesto .padd{
	padding-right:10px;
}

.posttext {
padding-left: 20px;
}

.padentry{
	padding-right:15px;	
}

ul.last li{
	padding-bottom:10px;
}

ul.last li a{
	color:#333333;
}

ul.last li a:hover{
	color:#333333;
	text-decoration:underline;
}

.fecha{
	padding-top:4px;
	color:#666666;
}

.title2{
	color:#333333;	
}

#gotoplink {
	position: fixed;
	right: 0px;
	top:160px;
	display:none;
	text-align: center;
	margin-right:10px;
	float:right;
	z-index:1000;
}

#map_canvas {
width: 99%;
height: 260px;
}

#map_canvas img { max-width:none; }

 
.sharer{
		
}

 
.sharer span{
	min-height:22px !important;
}

.entry{
	
}


.entry a{
color: #000;
text-decoration:underline;
}


.entry a:hover{
color: #000;
text-decoration:underline;
}

.entry a.btn{
color: #fff;
text-decoration:none;
}


.entry a.btn:hover{
color: #fff;
text-decoration:none;
}

.galeria_index{
	text-align:center;	
}

.galeria_index img {
padding: 5px;
padding-top:0px;
}

.cont_galeria .bloque{
margin-bottom:10px;
width: 33.22%;
float: left;
}

.cont_galeria .recuadro_img{
background-color: #fff;
padding: 10px;
margin-bottom: 10px;
text-align: center;
}
.cont_galeria .titulo{
 font-size:12px;
 text-align:left;
 height:45px;
}

#planos img {
margin-bottom: 10px;
}

.imglogo{
	padding-top:10% !important;	
}

.bloque{
	margin:4px;
	background-color:#FFFFFF;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
}

.producto{
	display:inline-block;
	max-width:15%;
	text-align:center;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px dashed #E5E5E5;
	margin-right:5px;
	margin-bottom:10px;
}

.producto .titulo{
	padding-top:4px;
	min-height:40px;	
}

.qwrap{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#FFFFFF;
}

.qwrap h4{
	font-size:18px;
	padding:10px;	
}

.question{
		
}

.titleq{
	font-size:18px;
	color:#333333;
	padding:20px;
	font-weight:700;
	border-bottom:1px dotted #CCCCCC;
}

.titleq a{
	color:#333333;
}

.hiders{
	padding:10px;
	border-bottom:1px dotted #CCCCCC;
}

.productos{
	padding:10px;	
}

.caption {
position: absolute;
display: block;
top: 20%;
left: 0;
right: 0;
text-align: left;
}

.caption .wrapper{
	padding-left:20px;
	padding-right:20px;	
}

.caption .titulo {
color: #fff;
font-size: 3em;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
display: block;
padding-bottom: 20px;
}

.caption .texto {
color: #fff;
font-size: 1.2em;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
display: block;
padding: 8px;
background: rgba(0,0,0, .3);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.pdf{
	min-height:16px;
	padding-left:22px;
	background-image:url(../res/pdf.png);
	background-position:left center;
	background-repeat:no-repeat;	
}

.pdf a{
	color:#333;	
}

.span_err {
background-color: #FFDFDF;
border: 1px solid #FF9393;
padding: 10px;
}

#div_info_submit{
	display:none;
	padding-bottom:10px;
}

.imggaleria{
	text-align:center;
	padding:10px;
	  background-color: #ece7b4;
	  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}

.imggaleria img{
	margin:2px;	
}

@media only screen and (max-width: 1024px) {
.main {
	width: auto !important;
	margin: 0 !important;
}

.caption {
top: 5%;
}

.caption .titulo {
font-size: 2em;
}

.caption .texto {
font-size: 1.1em;

}

}

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}
.grid_12{
width: 748px;
margin: 0 auto;
}


#menu li a span{
padding-left:6px;
padding-right:6px;
text-align: center;
font-size: 13px;
}
 .galeria_index img {
padding: 2px;
 }

.block{
	min-height:352px;	
}

.block .img{
	min-height:154px;	
}

.caption {
top: 5%;
}

.caption .titulo {
font-size: 2em;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}
.grid_12{
width: 420px;
margin: 0 auto;
} 

#menu-list {
display:inline-block;
width: 100%;
margin: 0 auto;
}
 
#pc{
	display:none;	
}

 
.grid_2, .grid_3{
width: 49% ;
float: left;
} 
 
.grid_4{
width: 100%;
float: none;
display:inline-block;
}  

.grid_6 {
width: 100%;
float: none;
display:inline-block;
}

 .grid_8 {
width: 100%;
float: none;
display:inline-block;
}
 
.grid_9{
width: 100%;
float: none;
display:inline-block;
}  

#head #logo {
	float:none;
	width:100%;
	text-align:center;
}
 
#head #data {
	float:none;
	width:100%;
	text-align:center;
} 
 
img.big{
	display:none;	
}
img.min{
	display:block;		
} 
 
 
 .cont_galeria .bloque{
margin-bottom:10px;
width: 100%;
float: none;
} 

.imglogo{
	padding-top:10px !important;	
}

.caption {
top: 15%;
}

.producto{

	max-width:31%;


}

.posttext {
padding-left: 0px;
}

.padentry{
	padding-right:0px;	
}


}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.grid_12{
width: 300px;
margin: 0 auto;
} 

.grid_2, .grid_3{
width: 100%;
float: none;
display:inline-block;
} 

.caption .texto {
display: none;
}

.caption {
text-align: center;
}

.producto{

	max-width:46%;


}

}


