/*  ============================
HOME - home.css

resset.css: Resset de los estilos para todos los navegadores
layout.css: Todo lo relacionado con posicionamiento, esquema del diseño, etc. Exclusivamente.
color.css: Colores de fondo e imágenes. En el caso de los background también sus repeticiones. Bordes de elementos, estilos de borde.
fuentes.css: Tipo de fuente o tipografía, adornos de fuente (negrita, cursiva, subrayado). Ancho de líneas, espaciado, tamaño de fuente.
forms.css: TODOS los estilos de formularios y elementos de interacción.

===============================*/

/* === Comun == */
body{
	background-image: url("../img/comun/background.gif");
	background-repeat:repeat-x;
	background-color:#a8a09c;
}
.clear{
	clear:both;
}
a.link-brown:link,a.link-brown:visited{
	color:#493F33;
	text-decoration:none;
	
}
a.link-black:link,a.link-black:visited{
	color:#000;
	text-decoration:none;

}
ol{
	list-style-position:outside;
	margin-left:20px;
	text-align:justify;
	width:620px;
}
ol{list-style-type:decimal;}
ol li{
	margin-bottom:20px;
}
ol.dot-ol{list-style-type:disc;}
ol.circle-ol{list-style-type:circle;}
ol.circle-ol li{margin-bottom:5px;}
/* === Base == */
.header, .home, .wrapper, .content{
	width:938px;
}
.wrapper{
	/*
	background-color:white;
	*/
	height:682px;
	left:50%;
	margin-left:-469px;
	position:absolute;
	top:10px;
}
.error { background-color:#e00202; }

/* === Menu == */
ul.menu li{
 float:left;
 padding-right:10px;
 padding-left:10px;
 border-right:1px solid #81725e;
}

ul.menu li.last{
	border:none;
}
#menu{
	height:30px;
	margin-left:310px;
	padding-top:16px;
}

/* === Footer == */
#direccio{
	height:29px;
	padding-top:19px;
	text-align:center;
}

/* === Avis Legal == */
#avis-legal{
	height:29px;
	padding-top:10px;
	text-align:center;
}
.legal-separator{
	color:#807a73;
	padding:0 10px;
}

/* === Formularios == */
input, textarea{
	border:1px solid #bdb5ab;
	margin-bottom:5px;
	width:190px;
}

label{
	display:block;
	float:left;
	margin-right:10px;
	text-align:right;
	width:30%;
}

input.form-send{
	background-color:#fff;
	font-size:18px;
	border:none;
	float:right;
}



