@charset "utf-8";

body{
	background-image: url(img/bg2.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
a{
	color: #99bb2c;
	text-decoration: none;
}
a:hover{
	color: #EA1C72;
	text-decoration: underline;
}
a img{
	border: 0px;
}
#main{
	/*background-image: url(img/main_bg.gif);*/
	width: 1000px;
	height: 750px;
	margin: auto;
	position: relative;
}
#mainswf{
	width: 1000px;
	height: 750px;
	margin: auto;
	position: absolute;
}
#logo{
	position:absolute;
	top: 17px;
	left: 143px;
	width:140px;
	height:211px;
}
#menubar{
	background-image:url(img/menu_bg.gif);
	width:362px;
	height: 53px;
	position: absolute;
	top: 70px;
	right: 111px;
	padding-top: 44px;
	padding-right: 10px
}
#menubar img{
	margin-right: 3px;
}
#welcome{
	position: absolute;
	width: 590px;
	height: 302px;
	top: 182px;
	right: 110px;
}
#contact{
	position: absolute;
	width: 630px;
	height: 405px;
	top: 187px;
	right: 90px;
}
#noventa{
	position: absolute;
	width: 203px;
	height: 83px;
	top: 601px;
	right: 115px;
}
#aboutus{
	position: absolute;
	width: 600px;
	overflow: auto;
	padding: 15px;
	top: 195px;
	text-align: justify; 
	right: 84px;
	font-size: 14px;
	font-weight: 100;
}
#modelo{
	position: absolute;
	/*background-image: url(img/modelo.gif);*/
	width: 275px;
	height: 450px;
	top: 194px;
	left: 19px;
}
#accesos{
	position: absolute;
	width: 664px;
	height: 171px;
	top: 497px;
	left: 248px;
}
#categorias{
	top: 197px;
	left: 289px;
	width: 600px;
	height: 28px;
	padding-top: 10px;
	position: absolute;
}
#categorias_holder{
	top: 197px;
	left: 289px;
	width: 600px;
	height: 28px;
	position: absolute;
}
#galeria_holder{
	width: 650px;
	height: 395px;
	position: absolute;
	top: 259px;
	background-image: url(img/hr.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	right: 75px;
}
#galeria{
	width: 650px;
	height: 350px;
	position: absolute;
	top: 288px;
	right: 75px;
}
#footer{
	width: 574px;
	height: 40px;
	text-align:center;
	margin: auto;
	font-size: 10px;
}
#footer a{
	text-decoration: underline;
	color: #333333;
}
li.menu{
	list-style: none;
	float: left;
}
