/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #A38C77;
	background-image: url(img/estructura/background.gif);
	background-position: top;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, table.tot {
	height: 100%;
	overflow-y: auto;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.centered {
	width: 880px;
	height: 640px;
	/*border: 1px solid #AAAAAA;*/
}

img {
	border: 0px;
	vertical-align: middle;
}

/* home */

img.logo {
	position: absolute;
}

div.mosaic {
	position: absolute;
	margin-top: 180px;	
	margin-left: 170px;
	width: 700px;
}

div.mosaic div.img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	width: 165px;
	height: 165px;
}

div.nota {
	position: absolute;
	margin-top: 615px;
}

div.botons {
	position: absolute;
	margin-top: 530px;
}

div.botons div, div.botons img {
	position: absolute;
}

div.botons img.img1 {
	margin-left: 635px;
}

div.botons img.img2 {
	margin-left: 773px;
	margin-top: 10px;
}

div.botons div {
	margin-left: 750px;
	font-size: 25px;
}

/* detall producte */

div.detall {
	position: absolute;
	width: 870px;
	height: 325px;
	background-color: #CEC3B3;
	margin-top: 140px;
}

div.detall img.imgbig {
	position: absolute;
}

#pmedidas {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 860px;
	height: 10px;
	text-align: right;
}

div.detall h2 {
	position: absolute;
	margin-left: 425px;
	margin-top: 70px;
	font-weight: normal;
	font-size: 18px;
}

div.detall div.text {
	position: absolute;
	margin-left: 425px;
	margin-top: 100px;
	text-align: justify;
	width: 400px;
}

div.coleccion div.botons {
	margin-top: 600px;
}

div.botons img.img3 {
	margin-left: 680px;
	margin-top: 10px;
}

div.detall table {
	position: absolute;
	width: 90px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 326px;
	margin-top: 1px;
}

div.detall table td, div.detall table tr  {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.detall table img {
	margin-bottom: 1px;
	cursor: pointer;
}

/* contacto */

div.contacto div.info {
	position: absolute;
	width: 180px;
	margin-top: 130px;
	margin-left: 170px;
}

div.contacto div.form {
	position: absolute;
	padding: 10px;
	width: 240px;
	margin-left: 500px;
}

div.contacto div.form input.text, div.contacto div.form textarea {
	width: 100%;
	border: 2px solid #a39280;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}

div.contacto div.form textarea {
	height: 208px;
}

div.contacto div.form div {
	text-align: right;
}

div.contacto div.form input.submit {
	background-color: #a39280;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px;
	margin-right: -9px;
}

div.contacto div.botons div {
	margin-left: 747px;
}

div.botons img.img4 {
	margin-left: 765px;
}

div.contacto span.error {
	color: #de3333; 
	margin-right: 10px;
}

div.contacto p.ok {
	margin-top: 130px;
}

/* legal */

div.legal {
	margin: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #CEC3B3;
}

div.legal h1 {
	font-size: 16px;
	margin: 0px;
}

div.legal h2 {
	font-size: 14px;
	margin: 0px;
	margin-top: 20px;
}

div.legal ul {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 15px;
}

