body{
	background:#EDEDED;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#555;
	margin:10px auto;
}
a{
	color:#333;
}
a:hover{
	color:#000;
}
a img{
	border:0;
}
/* --------------------
	CONTAINER
----------------------- */
#container{
	position:relative;
	width:960px;
	margin:0 auto;
}
/* --------------------
	HEADER
----------------------- */
#header{
	position:relative;
	height:135px;
	background:url(header-bg.gif) no-repeat;
}
#header h1 a{
	position:absolute;
	width:200px;
	height:80px;
	top:40px;
	left:25px;
	background:url(motta-design-logo.gif) no-repeat;
	text-indent:-9999px;
}
#header h1 a:hover{
	background:url(motta-design-logo-hover.gif) no-repeat;
}
/* --------------------
	SLIDESHOW > Header
----------------------- */
.slideshow-header {
	position:absolute;
	width:695px;
	height:120px;
	overflow:hidden;
	top:15px;
	right:15px;
	display:block;
	float:left;
}
.slideshow-header ul.ppt{
	position:relative;
}
.slideshow-header ul.ppt li{
	position:absolute;
	top:0;
	left:0;
}
/* --------------------
	MENU
----------------------- */
#menu{
	position:absolute;
	top:135px;
	cursor:default;
	width:100%;
	height:50px;
	font:bold 14px/14px Arial, Helvetica, sans-serif;
	background: #FFF url(menu-bg.gif) repeat-y;
}
#menu ul{
	margin:0 0 0 345px;
}
#menu ul li{
	display:inline;
	float:left;
}
#menu ul li a{
	display:block;
	width:130px;
	height:20px;
	margin:0 10px 0 0;
	padding:5px 0 0 0;
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	background:#EDEDED url(menu-btn-bg.gif) no-repeat 0 0;
	text-align:center;
}
#menu ul li a:hover{
	color:#FFF;
	background:#999 url(menu-btn-bg.gif) no-repeat 0 -30px;
}
#menu ul li a.actual{
	background:#FFC01F url(menu-btn-bg.gif) no-repeat 0 -60px;
}
/* --------------------
	FOOTER
----------------------- */
#footer{
	position:relative;
	height:40px;
}
#footer p {
	font-size:11px;
	line-height:15px;
	color:#666;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#222;
	text-decoration:underline;
}
#footer .copy {
	position:absolute;
	left:365px;
	top:10px;
}
#footer .design {
	position:absolute;
	right:15px;
	top:10px;
	text-align:right;
	color:#999;
}
/* --------------------
	CENTER
----------------------- */
#center{
	position:relative;
	width:930px;
	min-height:300px;
	margin:50px 0 0 0;
	padding:0 15px 30px;
	background:#FFF url(center-bg.gif) no-repeat center bottom;
}
#center .info{
	float:left;
	width:560px;
	margin:0 0 0 330px;
	padding:20px 20px 0;
	background: url(center-info-bg.gif) no-repeat;
}
#center .img{
	position:absolute;
	left:20px;
	bottom:20px;
}
/* --------------------
	CENTER > Titulos
----------------------- */
#center h2{
	font-size:22px;
	line-height:18px;
	margin-bottom:18px;
	font-weight:normal;
	color:#666;
}
#center h3{
	font-size:16px;
	line-height:18px;
	margin-bottom:9px;
	color:#E6A700;
}
#center h4{
	font-size:14px;
	line-height:18px;
	margin-bottom:9px;
	color:#999;
}
#center p{
	margin:0 0 18px 0;
}
#center blockquote{
	font-size:14px;
	line-height:20px;
}
/* --------------------
	GALERIA
----------------------- */
ul.productos{
	margin:9px 0 27px;
	float:left;
}
ul.productos li {
	float:left;
	width:75px;
	height:55px;
	margin: 0 15px 15px 0;
}
/* --------------------
	VARIOS
----------------------- */
hr{
	display: none;
}
.hr{
	width: 100%;
	border-bottom: 1px solid #CCC;
	clear: both;
	margin: 10px 0;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	height:0;
}
.nmt{
	margin-top:0!important;
}
.nmb{
	margin-bottom:0!important;
}

/* --------------------
	FORMS
----------------------- */
.col-1, .col-2{
	width:280px;
	float:left;
}
#f label{
	font-size:11px;
	line-height:18px;
	color:#888;
	padding:0 0 5px 2px;
}
#f input, #f textarea, #f select{
	width:263px;
	border:1px solid #CCC;
	background:#FFF;
	color:#222;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	outline:none;
}
#f textarea{
	height:134px;
	resize:none;
}
#f .shrt{
	width:60px;
}
#f .btn{
	border:1px solid #BED63A;
	background:#BED63A;
	color:#111;
	padding:3px;
	font-size:11px;
	font-weight:bold;
	width:100px;
}
#f input:focus, #f textarea:focus{
	border: 1px solid #FFC01F;
	background:#FFFFFF;
	color:#222;
}
