/** GENERAL ************************************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;	
}

HTML {
	background: #484848;
}

BODY {
	width: 896px;
	margin: 30px auto;
	font-size: 13px;
	line-height: 1.4em;
	font-family: Helvetica, Arial, Sans-Serif;
	background: #F5F5F5 url(http://www.uff.cat/wp-content/themes/uff/img/f_web.png) top center repeat-y;
	border: 2px solid #F5F5F5;
	color: #333;
}

A {
	color: #82AB31;
	text-decoration: none;
	font-weight:bold;
}

A:hover {
	color: #404D46;
	font-weight:bold;
}

H3 {
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	font-size: 14px;
	border-bottom: 1px solid #BAC4BF;
	color: #8B8B8C;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

H3 SPAN {
	color: #8B8B8C;
}

.limpiar_i {
	clear: left;
}

.limpiar_d {
	clear: right;
}

/* Textos en Ingles */
.ingles {
	color: #6E7F76;
	font-style: italic;
}
.lateralingles {
	color: #6E7F76;
	font-style: italic;
	line-height: 1.2em;
}



/** CABECERA ***********************************************/

#cabecera {
	position: relative;
	background: url(http://www.uff.cat/wp-content/themes/uff/img/f_cabecera.png) top center no-repeat;
	border-top: 1px solid #BAC4BF;
	padding: 60px;
}

#cabecera H2 {
	position: absolute;
	text-align: right;
	top: 70px;
	right: 60px;
	font-size: 1.4em;
	color: #83AB31;
}

#cabecera H2 SPAN {
	font-size: 0.9em;
	color: #7D9187;
}

#cabecera H2 A {
	color: #7D9187;
}

#cabecera H2 A:hover {
	color: #83AB31;
}

#cabecera H2 IMG {
	margin: 3px 0px;
}



/** LATERAL ************************************************/

#lateral {
	position: relative;
	float: right;
	width: 277px;
	margin: 0px 60px 0px 65px;
}
*:first-child+html #lateral { margin: 0px 30px 0px 0px; } /* IE7 */
* html #lateral { margin: 0px 30px 0px 0px; } /* IE6 */

#lateral .caja {
	margin-bottom: 60px;
}
.nom {
	color: #404D46;
	font-size: 1.1em;
	font-weight:bold;
}

/* Descripción */
#descripcion P.lateralingles {
	margin-top: 1em;
	margin-bottom: 0.7em;
	line-height: 1.4em;
}
#descripcion P.nom {
	margin-bottom: 0.7em;
}


/* Tienda */
#tienda H3 A {
	float: right;
	font-size: 0.8em;
	color: #7D9187;
	text-transform: none;
	padding-top: 3px;
}

#tienda H3 A:hover {
	color: #83AB31;
}

/* Categorías */
#categorias LI {
	font-size: 1.1em;
	margin-bottom: 4px;
	font-weight: bold;
}

#categorias A {
	color: #404D46;
}

#categorias LI A:hover {
	color: #82AB31;
}

#categorias A SPAN {
	color: #7D9187;
	font-size: 0.8em;
}

#categorias A:hover SPAN {
	color: #ABBF83;
}

/* Buscador */	
#buscador INPUT#s {
	width: 224px;
	margin: 0px;
	padding-left: 7px;
}

#buscador INPUT.boton {
	margin: 0px 0px 0px 5px;
	font-size: 1.3em;
}



/** CONTENIDO  *********************************************/

#contenido {
	margin-left: 60px;
	width: 434px;
}

.bloque {
	margin-bottom: 60px;
}



/** PIE ****************************************************/

#pie {
	clear: both;
	height: 137px;
	padding: 60px;
	background: #D2D8D5;
	border: 1px solid #BAC4BF;
}

#taller {
	width: 434px;
}

#taller H3 {
	border: 0px;
	margin-bottom: 5px;
	padding-top: 15px;
}

#taller P {
	color: #82958C;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#taller P IMG {
	padding: 3px 0px;
}

#taller A {
	font-size: 1.2em;
	color: #525E57;
}

#taller A:hover {
	color: #82AB31;
}

#taller IMG.foto {
	float: left;
	padding: 5px;
	background: #FFF;
	margin-right: 25px;
	border: 1px solid #BAC4BF;
}

#agradecimientos {
	float: right;
	width: 277px;
	text-align: right;
	color: #525E57;
}

#agradecimientos P {
	margin: 15px 0px 10px;
}
