@charset "utf-8";

@import url("header.css");
@import url("color.css"); 
@import url("fuentes.css");
@import url("forms.css");
@import url("layout.css");
@import url("boutique.css");


BODY { 
	background: #FFFFFF;
	color: #333333;
	font: 09pt/12pt Tahoma, Arial, Helvetica, Verdana, Geneva, sans-serif; 
	margin : 0px 0px 0px 0px;
	overflow-y:scroll;
	.overflow-y:hidden;
	text-align: center;
}

a {
	color: #D3980C;
	text-decoration: none;
	}
	
a:hover {
	color: #D3980C;
	text-decoration: underline;
	}

a img {
	border:none;
	}

