@charset "utf-8";
.home_txt_bienvenidos {
	background-image: url(../img/fondo_bienvenidos.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 321px;
	width: 416px;
	left: 17px;
	top: 19px;
	padding-left: 40px;
	padding-right: 20px;
}
.home_titulo {
	font-size: 28px;
	color: #caaa07;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.home_container_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ae6b1c;
	text-align: justify;
	position: absolute;
	height: 191px;
	width: 408px;
	left: 48px;
	top: 59px;
}
.home_titulo_bienvenidos {
	background-image: url(../img/bienvenidos.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 35px;
	width: 182px;
	left: 40px;
	top: 10px;
}
.home_container_servicios {
	background-image: url(../img/fondo_home2.png);
	background-repeat: repeat-y;
	position: absolute;
	height: 471px;
	width: 338px;
	top: 19px;
	right: 0px;
}
.home_container_servicios_separador {
	background-image: url(../img/separador_home_servicios.png);
	background-repeat: no-repeat;
	position: relative;
	height: 49px;
	width: 338px;
	top: 3px;
	right: 0px;
	background-position: bottom;
}
.home_container_servicios_titulo {
	position: relative;
	height: 24px;
	width: 200px;
	top: -10px;
	left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ae6b1c;
	clear: right;
	margin-bottom: 5px;
	font-weight: normal;
}
.home_container_servicios_texto {
	position: relative;
	height: 20px;
	width: 280px;
	top: 0px;
	left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ae6b1c;
	background-image: url(../img/visto.png);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 20px;
	clear: left;
	padding-top: 10px;
}
.home_container_servicios_texto:hover{
	color:#633;
	cursor:pointer;
}
.home_container_servicios_separador2 {
	position: absolute;
	height: 5px;
	width: 277px;
	top: 0px;
	left: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #ae6b1c;
	background-image: url(../img/separacion2.png);
	background-repeat: no-repeat;
}
.home_container_servicios_imagen {
	float: left;
	height: 93px;
	width: 123px;
	position: relative;
	left: 30px;
	top: 0px;
	margin-right: 30px;
}
.home_container_servicios_borde {
	height: 93px;
	width: 123px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../img/borde_imagen_home.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.home_container_receta {
	background-image: url(../img/fondo_home3.png);
	background-repeat: repeat-y;
	position: absolute;
	height: 145px;
	width: 459px;
	left: 33px;
	bottom: 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ae6b1c;
}
.home_container_receta_imagen {
	position: absolute;
	height: 112px;
	width: 137px;
	left: 5px;
	top: 8px;
}
.home_container_receta_imagen_borde {
	position: absolute;
	height: 112px;
	width: 137px;
	left: 0px;
	top: 0px;
	background-image: url(../img/borde_imagen_home2.png);
	background-repeat: no-repeat;
	z-index: 5;
}
.home_container_receta_texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	position: absolute;
	height: 112px;
	width: 303px;
	top: 5px;
	right: 5px;
	padding-right: 3px;
}
.home_container_servicios_btn_comenzar {
	position: absolute;
	height: 33px;
	width: 120px;
	right: 27px;
	bottom: -13px;
	background-image: url(../img/btn_comenzar.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ae6b1c;
	font-weight: bold;
	cursor: pointer;
}
.home_boton_cotizanos {
	position: absolute;
	height: 51px;
	width: 157px;
	background-image: url(../img/cotizanos_2.png);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #caaa07;
	text-align: center;
	z-index:15;
	padding-top:15px;
	right: 23px;
	bottom: -20px;
	cursor: pointer;
}

