@charset "UTF-8";
body {
	margin-top: 0px;
	background-image: url(../pics/fondo_body.jpg);
	background-repeat: repeat-x;
}

#contenedor {
	margin: auto;
	width: 903px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#core {
	float: left;
	width: 900px;
	margin-top: 10px;
}
.slideshow {
	float: left;
	height: 314px;
	width: 632px;
}
.logo {
	float: left;
	height: 314px;
	width: 268px;
}
#contenido {
	float: left;
	width: 900px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer {
	line-height: 50px;
	color: #FFF;
	background-image: url(../pics/footer.jpg);
	float: left;
	height: 50px;
	width: 885px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#bloque_1 {
	float: left;
	width: 284px;
	height: 210px;
}
.titulo {
	float: left;
	width: 284px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
	font-size: 14px;
	padding-bottom: 2px;
}
.txt_bloque_home {
	float: left;
	width: 284px;
	font-size: 11px;
	height: 60px;
	padding-bottom: 5px;
}
.img_bloque_home {
	float: left;
	height: 115px;
	width: 284px;
}
.header {
	float: left;
	width: 900px;
	height: 157px;
	margin-top: 15px;
}
.img_seccion {
	float: left;
	width: 284px;
}
#bloque_texto {
	float: left;
	width: 284px;
	padding-left: 24px;
}
.txt {
	float: left;
	width: 284px;
	text-align: justify;
}
.texto_doble {
	float: left;
	width: 592px;
	padding-left: 24px;
	padding-bottom: 10px;
}

.texto_doble_2 {
	float: left;
	width: 592px;
	padding-left: 24px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 15px;
}
.txt_2 {
	float: left;
	width: 592px;
	text-align: justify;
	padding-bottom: 5px;
}
#bloque_texto ul li {
	line-height: 22px;
	list-style-image: url(../pics/bullets.jpg);
	list-style-type: none;
}
#derecha {
	float: left;
	width: 616px;
}
#galerias {
	float: left;
	width: 592px;
	padding-left: 24px;
}
.fotos {
	float: left;
	height: 279px;
}
#img_galeria {
	float: left;
	height: 279px;
	width: 419px;
}
.imgs_chicas {
	float: left;
	height: 160px;
	width: 154px;
	padding-left: 6px;
}
.thumbs {
	float: left;
	height: 50px;
	width: 71px;
	padding-bottom: 5px;
}
.thumbs_2 {
	float: left;
	height: 50px;
	width: 71px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#btn_galeria {
	float: right;
	width: 150px;
	padding-top: 130px;
}
.ver_galeria {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}
.icono {
	float: left;
	height: 30px;
	width: 26px;
}
.ver_galeria a {
	color: #F00;
	text-decoration: none;
}
.ver_galeria a:hover {
	text-decoration: underline;
}
#formulario {
	float: left;
	width: 580px;
}
#nombre {
	float: left;
	height: 20px;
	width: 278px;
	border: 1px solid #F00;
}
#empresa {
	float: left;
	height: 20px;
	width: 278px;
	border: 1px solid #F00;
}
#telefono {
	float: left;
	height: 20px;
	width: 278px;
	border: 1px solid #F00;
}
#email {
	float: left;
	height: 20px;
	width: 278px;
	border: 1px solid #F00;
}
#mensaje {
	float: left;
	height: 164px;
	width: 278px;
	border: 1px solid #F00;
}
#btn {
	height: 17px;
	width: 66px;
	background-image: url(../pics/btn_form.jpg);
	margin: 0px;
	padding: 0px;
	border:none;
	cursor:pointer;
}
#btn:hover {
	background-image: url(../pics/btn_form_hover.jpg);
}
