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

.inicio{
	background-color: #DAF7FF;
	color:#3F5259;
}



#int_inicio{
	background: url("../images/fondo_inicio.png") repeat-y;
	height:600px;
} 
.makt_off{
	background: url("../images/fondo_mark.png") repeat-x;
	height:600px;
	color:#fff;
	line-height:130%;
} 

#middle_markt{
	background: url("../images/trian_markt.png") no-repeat;
	width: 40px;
	height: 20px;
	margin: 0 auto;
}
.tecnologia{
	background: url("../images/fondo_tecnologia_detras.png") repeat-x;
	line-height:120%;
}

#tecn_izq{
	width:270px;
	height:600px;
	float:left;
	background: url("../images/fondo_tecnologia.png") repeat-x;
}

#tecn_der{
	width:690px;
	float: left;
	background: url("../images/fondo_tecnologia_degrado2.png") no-repeat;
}
#middle_tec{
	background: url("../images/trian_tecnologia.png") no-repeat;
	width: 40px;
	height: 20px;
	margin: 0 auto;
}

#middle_fragancia{
	background: url("../images/triangulito_s1.png") no-repeat;
	width: 40px;
	height: 20px;
	margin: 0 auto;
}

#middle_contacta{
	background: url("../images/triangulo_evento_s1.png") no-repeat;
	width: 40px;
	height: 20px;
	margin: 0 auto;
}
#middle_eventos{
	background: url("../images/trian_contacta.png") no-repeat;
	width: 40px;
	height: 20px;
	margin: 0 auto;
}
.fragancia{
	background: url("../images/fondo_fragancias.png") repeat-x;
	height:600px;
	line-height:120%;
} 



.contacta{
	background: url("../images/fondo_contacto.png") repeat;
	height:600px;
	color:#fff;
	line-height:140%;
	}
	
.eventos{
	background: url("../images/textura_eventos.png") repeat;
	color:#000;
	line-height:140%;
	}

.seccion{
	
	width:960px;
	margin:0 auto;
	}
	
	
.menu_button{
	cursor:pointer;
	margin-top:300px;
	text-align:center;
	text-decoration:underline;
	font-size:32px;
	font-weight:700;}
	
.areatexto{
	width:260px;
	height:17;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #7D8791;
	font-size: 12px;
	color: #575b5f;
}	

.facebook{
	position:right;
	margin-top:-50px;
    margin-left:330px;
	background: url("../images/iconos.png") 0px 0px no-repeat;
	width:50px; 
	height:50px;
	
}

.facebook:active{
	background: url("../images/iconos.png") 0px -50px no-repeat;
}
.facebook:hover{
	background: url("../images/iconos.png") 0px -50px no-repeat;
}
.twitter{
	
    margin-left:280px;
	background: url("../images/iconos.png") -50px 0px no-repeat;
	width:50px; 
	height:50px;
	margin-top:70px;
}

.twitter:hover{
	background: url("../images/iconos.png") -50px -50px no-repeat;
}
.twitter:active{
	background: url("../images/iconos.png") -50px -50px no-repeat;
}

.titulo{
	color: #81785B;
	font-weight: bold;
	font: helvetica;
	font-size: 14px;
}



