body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/fondo_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
h2 {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}
h3 {
	font-size: 22px;
	color: #339;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	line-height: 0.5em;
}
h4 {
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	font-weight: normal;
	line-height: 0.5em;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #339;
}
a:hover, a:active {
	color: #333;
}

#wrap {
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
/*---------------------------------------------------------------------------
ENCABEZADO - menu
---------------------------------------------------------------------------*/
#menu {
	text-align: center;
	height: 30px;
	padding-top: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	display: inline;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3A37A6;
	border-left-color: #3A37A6;
	margin-right: -4px;
}
#menu a:link, #menu a:visited {

}
#menu a:hover, #menu a:active {
	background-color: #3A37A6;
}
.active {
	background-color: #3A37A6;
}
/*---------------------------------------------------------------------------
ENCABEZADO - logo
---------------------------------------------------------------------------*/
#logo {
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 310px;
}
#logo h1 {
	background-image: url(../images/logo_webboutique.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 75px;
	width: 376px;
}
#contenido {
	height: 300px;


}

/*---------------------------------------------------------------------------
PIE
---------------------------------------------------------------------------*/
#pie {
	background-color: #333333;
	margin-top: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #339;
	text-align: center;
	height: 140px;
	padding-top: 20px;
	color: #A8A8E1;
	font-size: 12px;
	letter-spacing: 0.1em;
	clear: both;
	float: none;
	width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
#pie #pie-pie {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#pie #pie1 {
	float: left;
	width: 150px;
}
#pie #pie2 {
	float: right;
	width: 840px;
}

#pie a {
	color: #6969CD;
	text-decoration: none;
}
#pie #w3c {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}

#pie_left {
	float: left;
	width: 190px;
	text-align: right;
}
#pie_right {
	float: right;
	width: 190px;
	text-align: left;
}

/*---------------------------------------------------------------------------
IMAGENES
---------------------------------------------------------------------------*/

.derimg {
	float: right;
	margin: 10px;
}
.izimg {
	margin: 10px;
	float: left;
}
.cenimag {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/*---------------------------------------------------------------------------
ESTILOS
---------------------------------------------------------------------------*/
.texto1 {
	font-size: 20px;
	line-height: 20px;
}
.texto_just {
	text-align: justify;
}
.texto_dest {
	line-height: 1.6em;
	font-weight: normal;
}
.texto_dest1 {
	font-size: 13px;
	font-style: italic;
	color: #339;
	text-align: center;
}

.texto_ch {
	font-size: 11px;
}
.aviso_titulo {
	font-size: 22px;
	color: #339;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}
.aviso_txt {
	float: left;
	width: 350px;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}

.aviso_imag {
	float: right;
	width: 320px;
	padding-top: 30px;
}

/*---------------------------------------------------------------------------
BOTON MAS INFO
---------------------------------------------------------------------------*/
#boton {
	margin-top: 30px;

}
#boton ul {
	margin: 0px;
	padding: 0px;
}
#boton li {
	list-style-type: none;
	display: inline;
}
#boton li a {height:26px; text-indent:-9999px; float:right;}
#boton li a.boton1 {width:133px; background-image: url(../images/boton1.jpg); background-repeat: no-repeat;	
}
#boton li a:hover {background-position:0 -26px;}

