body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#412200;
}

h1,h2,h3,h4,h5, p {
	margin:0;
	padding:0;
}

img,table {border:0 none;}

#main {
	width:980px;
	padding-top:40px;
	margin:0 auto;
}
#top {
	height:60px;
	margin-bottom:10px;
}

.nav {
	margin:0px;
	padding:0px;
	list-style:none;
}

.nav li {
	float:left;
	text-align:center;
	margin:26px 0px 0px 38px;
}


#main_logo {
	width:300px;
	float:left;
	cursor:pointer;
}

a{
	color:#E25B2B;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}



#footer {
	text-align:center;
	font-size:11px;
	color:#AD9C34;
}

#content {
	font-size:12px;
	margin-top:40px;
}
#content h1 {
	margin-bottom:20px;
	margin-left:10px;
}
#content p{
	margin-bottom:16px;
	line-height:14.4px;
}

.texto {
	margin-left:15px;
	line-height:150%;
	text-align:justify;
}
.texto_izquierda {
	width:410px;
	float:left;
	margin-left:7px;
}
.image_derecha{
	width:459px;
	height:306px;
	float:left;
	margin-left:75px;
}
.image_derecha img{
	display:block;
	position:absolute;
} 


#collections {
	background-image:url(../images/gui/background.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:280px;
}


#collections div {
	width:155px;
	margin-top:60px;
	margin-left:72px;
	float:left;
}

h2, h3 {
	font-size:12px;
}

h3 {
	font-weight:normal;
	margin-bottom:15px;
}


#contact {
	width:400px;
	height:450px;
	border:solid #DFDAB3 12px;
	padding:25px;
	padding-top:90px;
	background-image:url(../images/gui/backgrond_contact.png);
	background-position:center top;
	background-repeat:no-repeat;
}


.row {
	margin-bottom:20px;
}

.lbl {
	text-align:right;
	width:120px;
	float:left;
}

.inp {
	width:220px;
	float:left;
	margin-left:8px;
}

.inp input, .inp textarea {
	width:220px;
	border:1px solid #412200;
}
.inp textarea {
	height:120px;
}
#send {
	width:60px;
	text-align:right;
	color:#412200 !important;
	cursor:pointer;
	background-color:#FFFFFF;
	border:0px none;
	margin-left:auto;
	display:block;
}
h4 {
	font-size:16px;
	margin-bottom:15px;
	text-align:center;
}
.error {
	color:#FF0000;
	font-weight:bold;
}


select.alone {
	width:220px;
}


.contact_frame {
	height:600px;
}
