
/* CSS Document */

#contenedor_grande_oferta {
	 width: 990px;
	 height: 711px;
	 margin: 0 auto;
	 text-align: center;
}

#contenedor_left_oferta {
	float: left;
	width: 9px;
	margin-left: 5px;
	height: 567px;
	display: block;
	background-image:url(../images/background_left.png);
	background-repeat:repeat-y;
}

#contenedor_right_oferta {
	float: left;
	width: 12px;
	height: 567px;
	display: block;
	background-image:url(../images/background_right.png);
	background-repeat:repeat-y;
}

#contenedor_contenido_oferta {
	float: left;
	width: 960px;
	height: 567px;
	display: block;
	text-align:left;
	background-image:url(../images/background_center.jpg);
	background-repeat:repeat-x;
}

#contenedor_principal_oferta {
	float: left;
	display: block;
	width: 964px;
	height: 544px;
	background-image:url(../images/background_ofertas.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	margin-left: 3px;
	text-align: left;
}

#titulo_contenedor_principal_oferta {
	display: block;
	clear: both;
	margin-left: 27px;
	margin-top: 3px;
	font-family: Arial;
	color: #095832;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
}

#contenedor_a_medida_oferta {
	float: left;
	display: block;
	width: 360px;
	height: 437px;
	background-image:url(../images/background_ofertas_a_medida.png);
	background-repeat: no-repeat;
	margin-top: 43px;
	margin-left: 27px;
}

#titulo_a_medida_oferta {
	display: block;
	margin-left: 15px;
	margin-top: 20px;
	width: 326px;
	font-family: Arial;
	color: #095832;
	font-size: 22px;
	font-weight: bold;
}

#texto_a_medida_oferta {
	display: block;
	margin-left: 15px;
	margin-top: 14px;
	width: 326px;
	height: 103;
	font-family: Arial;
	color: black;
	font-size: 17px;
	text-align: left;
}

#texto_oferta {
	display: block;
	float: left;
	margin-left: 50px;
	margin-top: 48px;
	width: 326px;
	font-family: Arial;
	color: #095832;
	font-size: 22px;
	font-weight: bold;
}

#contenedor_menu_oferta {
	float: left;
	display: block;
	width: 473px;
	height: 363px;
	background-image:url(../images/background_ofertas_menu.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 35px;
}

.contenendor_menu_enlace_oferta {
	float: left;
	display: block;
	width: 363px;
	height: 42px;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	padding-top: 18px;
	text-align: right;
}

.contenendor_menu_enlace_oferta a{
	text-decoration: none;
}

.contenendor_menu_enlace_oferta a:hover{
	text-decoration: underline;
}



