@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #979797;
	background-image: url(../imagenes/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 30px;
	color: #F00;
	text-shadow:1px 1px 2px #000;
	text-align:left;
	padding: 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 18px;
	color: #C00;
	text-align:left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 18px;
	color: #333;
	text-align:center;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4:hover {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 18px;
	color: #666;
	text-align:center;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 18px;
	color: #F00;
	text-align:left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

li {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 14px;
	color: #333;
	text-align:left;
}
p {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 14px;
	color: #333;
	padding-left:5px;
	text-align:justify;
}
#menu {
	background-image: url(../imagenes/bg_menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 65px;
	width: 100%;
	min-width:1349px;
	margin:auto;
	background-position: center;
}
#area-botones {
	margin: auto;
	height: 58px;
	width: 1050px;
	padding-left:50px;
	padding-top:7px;
}
.boton{
	width:auto;
	height:auto;
	margin:auto;
	float:left;
	color:#F00;
	font-weight:bold;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	background-image: url(../imagenes/menu_sep.png);
	background-repeat: no-repeat;
	background-position:right;
}
.boton:hover{
	color:#fff;
	text-shadow: 0px 0px 5px #888888;
}
.boton-selected{
	width:auto;
	height:auto;
	margin:auto;
	float:left;
	color:#fff;
	font-weight:bold;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	background-image: url(../imagenes/menu_sep.png);
	background-repeat: no-repeat;
	background-position:right;
	text-shadow: 0px 0px 5px #888888;
}
.boton-contacto{
	width:auto;
	height:auto;
	margin:auto;
	float:left;
	color:#F00;
	font-weight:bold;
	text-align: center;
font-family: Arial, Helvetica, sans-serif, Antipasto;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.boton-contacto:hover{
	color:#fff;
	text-shadow: 0px 0px 5px #888888;
}
.boton-selected-contacto{
	width:auto;
	height:auto;
	margin:auto;
	float:left;
	color:#fff;
	font-weight:bold;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
font-family: Arial, Helvetica, sans-serif, Antipasto;
	text-shadow: 0px 0px 5px #888888;
}
#footer{
	background-image: url(../imagenes/bg_menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 45px;
	width: 100%;
	min-width:1349px;
	margin:auto;
	background-position: center;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size:18px;
}

.firma{
	font-size:18px;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}
.firma:hover{
	color: #333;
}

#footer_hostito {
	width:100%;
	height:15px;
	text-align: center;
	vertical-align: middle;
	min-width: 1349px;
	padding-top:7px;
	float:left;
}
.firma_hostito{
	font-size:10px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
}
.firma_hostito:hover{
	color:#FFFFFF;
}



#contenido {
	height: auto;
	width: 1000px;
	padding-right: 50px;
	padding-left: 50px;
	margin: auto;
	text-align:center;
}

.shadow {
	box-shadow: 0px 0px 20px #333;
}

.box_mapa {
	background-image: url(../imagenes/mapa.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #999;
}

.contenedor_box {
	width:1000px;
	height:auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
}

.box_destacados0 {
	float: left;
	height: auto;
	width: 110px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 75px;
	margin-bottom: auto;
	text-align:left;
}

.box_destacados {
	float: left;
	height: auto;
	width: 192px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: auto;
}

.box_destacados h1{
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 20px;
	color: #F00;
	text-shadow:1px 1px 2px #000;
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align:center;
}

.img_destacados{
	background-color: #FFF;
	padding: 10px;
	border: thin solid #999;
	border-radius: 10px;
}

.box_destacados2 {
	float: left;
	height: auto;
	width: 960px;
	background-color: #CCC;
	border: thin solid #999;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align:center;
	padding:20px;

}

.box_destacados2 h1{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 42px;
	color: #F00;
	text-shadow:1px 1px 2px #000000;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.producto_destacado {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	float: left;
	height: auto;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.producto_destacado img{
	border-radius:12px;
	margin-bottom:10px;
	border: thin solid #666;
}
.producto_destacado h1{
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 16px;
	color: #F00;
	text-shadow:1px 1px 2px #000000;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.producto_destacado h2 {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 18px;
	color: #F00;
	text-shadow:1px 1px 2px #000000;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.producto_destacado p {
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 14px;
	color: #333;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.ver_mapa {
	width:270px;
	height:100px;
		float: left;
	background-image: url(../imagenes/ver_mapa.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left:30px;
	margin-top:10px;
}

.ver_mapa:hover{
	width:270px;
	height:100px;
	float: left;
	background-image: url(../imagenes/ver_mapa.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	margin-left:30px;
	margin-top:10px;
}


.telefono {
	width:270px;
	height:100px;
	float: right;
	background-image: url(../imagenes/telefono.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right:30px;
	margin-top:10px;
}

.telefono:hover{
	width:270px;
	height:100px;
	float: right;
	background-image: url(../imagenes/telefono.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	margin-right:30px;
	margin-top:10px;
}

.bloque400{
	height: auto;
	width: 360px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.bloque600{
	height: auto;
	width: 560px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;

}
.fotos {
	float: left;
	height: auto;
	width: auto;
	border: thin solid #333;
	border-radius:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.bloque500{
	height: auto;
	width: 460px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.bloque900{
	height: auto;
	width: 860px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.foto_proyectos {
	height: 250px;
	width: 200px;
	float: left;
	border-radius:15px;
	border: thin solid #333;
	margin-bottom:40px;
	margin-left:80px;
}

.texto_proyectos {
	height: 200px;
	width: 350px;
	float: left;
	padding:5px;
	margin-bottom:40px;
	margin-left:20px;
}
.texto_proyectos h1{
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 16px;
	color: #F00;
	text-shadow:none;
	margin:0px;
	padding:0px;
}
.texto_proyectos p{
	font-family: Arial, Helvetica, sans-serif, Antipasto;
	font-size: 12px;
	color: #333;
	text-shadow:none;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.texto_proyectos b{
	float:right;
	margin-top:20px;
	font-size: 14px;
}

#bloque-img-mapa{
	width:auto;
	height:auto;
	float:left;
	padding:10px;
	border: thin solid #666666;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align:center;
	border-radius:15px;
}
.clear {
	margin:0px;
	padding:0px;
	clear:both;
}

#chat {
	float:right;
	height: 61px;
	width: 177px;
	position: fixed;
	bottom:65px;
	right:0px;
}
.vermas1 {
	background-image: url(../imagenes/vermas.png);
	height: 20px;
	width: 98px;
	float: right;
	background-position: 0px 0px;
	margin-top:0px;
	margin-right: 47px;
}

.vermas1:hover {
	background-image: url(../imagenes/vermas.png);
	height: 20px;
	width: 98px;
	float: right;
	background-position: 0px -20px;
}

.vermasOfertas {
	background-image: url(../imagenes/vermas.png);
	height: 20px;
	width: 98px;
	float: right;
	background-position: 0px 0px;
	margin-top:0px;
	margin-right: 70px;
}

.vermasOfertas:hover {
	background-image: url(../imagenes/vermas.png);
	height: 20px;
	width: 98px;
	float: right;
	background-position: 0px -20px;
}

.verMas2 {
	background: rgb(119,119,119); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(119,119,119,1) 0%, rgba(68,68,68,1) 49%, rgba(85,85,85,1) 50%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(49%,rgba(68,68,68,1)), color-stop(50%,rgba(85,85,85,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(68,68,68,1) 49%,rgba(85,85,85,1) 50%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(68,68,68,1) 49%,rgba(85,85,85,1) 50%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(68,68,68,1) 49%,rgba(85,85,85,1) 50%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(119,119,119,1) 0%,rgba(68,68,68,1) 49%,rgba(85,85,85,1) 50%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	padding: 5px 10px;
	margin: 10px auto 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.verMas2:hover {
	background: #FF0000;
}