/* Fecha */
#contenido .fecha {
	font-size: 0.8em;
	color: #7D9187;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}

/* Titulares */
#contenido H3 IMG {
	margin: 0px;
	padding: 0px;
}

#contenido H3 A {
	float: right;
	font-size: 0.8em;
	color: #7D9187;
	text-transform: none;
	padding: 3px 17px 0px 0px;
	background: url(http://www.uff.cat/wp-content/themes/uff/img/b_rss.png) right 2px no-repeat;
}

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

#contenido H4 {
	color: #404D46;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	font-family: Arial, "Myriad pro", Arial, sans-serif;
}

#contenido H4 A {
	color: #404D46;
}

#contenido H4 A:hover {
	color: #82AB31;
}

#contenido H4 A SPAN {
	color: #7D9187;
	font-size: 0.7em;
}

#contenido H4 A:hover SPAN {
	color: #ABBF83;
}

/* Párrafos */
#contenido P {
	margin-bottom: 0.7em;
}

/* Listas */
#contenido OL, #contenido UL {
	margin: 0.7em 0px 0.7em 30px;
}

#contenido OL LI {
	list-style: decimal;
}

#contenido UL LI {
	list-style: disc;
}

/* Citas */
#contenido BLOCKQUOTE {
	margin: 0px 0px 15px;
	padding: 3px 15px 0px;
	border-left: 3px solid #B4CF7F;
	border-right: 3px solid #B4CF7F;
	font-style: italic;
}

/* Imágenes */
#contenido IMG {
	border: 1px solid #BAC4BF;
	padding: 2px;
	margin: 0.5em 0em;
}

#contenido IMG.izquierda {
	float: left;
	margin-right: 20px;
}

#contenido IMG.derecha {
	float: right;
	margin-left: 20px;
}

#contenido A:hover IMG {
	border: 1px solid #555;
}

/* Textos en Ingles */
#contenido .ingles {
	clear: left;
}

/* Pie del post */
#contenido .pie {
	background: #E9EBEA;
	padding: 4px 6px 3px;
	margin-top: 1em;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}

#contenido .pie SPAN {
	color: #ABBF83;
}

#contenido .pie A:hover SPAN {
	color: #7D9187;
}

/* Paginación */
#paginacion {
	width: 100%;
	border-collapse: 0px;
	border-spacing: 0px;
	margin-bottom: 60px;
	font-weight: bold;
}

#paginacion TD {
	padding-top: 0.6em;
	border-top: 1px solid #BAC4BF;
}

#paginacion SPAN {
	color: #ABBF83;
}

#paginacion A:hover SPAN {
	color: #7D9187;
}

#paginacion TD.nuevo {
	text-align: left;
}

#paginacion TD.anterior {
	text-align: right;
}

/* Comentarios */
UL#comentarios {
	margin: 0px 0px 50px 0px;
	color: #6E7F76;
}

UL#comentarios LI {
	list-style: none;
	padding: 10px 0px;
}

H3.primero {
	margin-top: 0px;
}

UL#comentarios DIV.ficha {
	float: left;
	width: 75px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: right;
	margin-right: 12px;
	color: #888;
}

UL#comentarios DIV.ficha IMG.avatar {
	width: 42px;
	height: 42px;
	margin: 2px 0px 0px;
	padding: 3px;
	border: 1px solid #E8E9EB;
}

UL#comentarios DIV.ficha DIV.datos_com {
	font-size: 0.9em;
	margin-right: 4px;
}

UL#comentarios DIV.ficha .autor {
	margin: 7px 0px 4px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

UL#comentarios DIV.texto {
	margin-left: 95px;
}

UL#comentarios LI.admin DIV.texto, UL#comentarios DIV.ficha .autor A {
	color: #333;
}

UL#comentarios DIV.ficha .autor A:hover {
	color: #82AB31;
}

/* Formulario de Comentarios */
DIV#opina FORM {
	text-align: right;
}

INPUT, TEXTAREA {
	margin: 0px 0px 6px;
	padding: 8px 7px 5px 95px;
	font-size: 1.1em;
	font-family: "Myriad Pro", Arial, sans-serif;
	width: 330px;
	border: 1px solid #BAC4BF;
	color: #333;
	background: #E9EBEA;
}

INPUT:hover, TEXTAREA:hover {
	border: 1px solid #9CB76F;
	background: #DAE7C4;
}

INPUT:focus, TEXTAREA:focus {
	border: 1px solid #9CB76F;
	background: #DAE7C4;
}

INPUT.boton {
	width: auto;
	margin: 0px;
	padding: 6px 9px 4px;
	border: 0px;
	background: #82AB31;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}

INPUT.boton:hover {
	background: #7D9187;
}

INPUT#author, SPAN.your-name INPUT {
	background: #E9EBEA url(http://www.uff.cat/wp-content/themes/uff/img/form_nombre.gif) 8px 12px no-repeat;
}

INPUT#author:hover, INPUT#author:focus, SPAN.your-name INPUT:hover, SPAN.your-name INPUT:focus {
	background: #DAE7C4 url(http://www.uff.cat/wp-content/themes/uff/img/form_nombre_over.gif) 8px 12px no-repeat;
}

INPUT#email, SPAN.your-email INPUT {
	background: #E9EBEA url(http://www.uff.cat/wp-content/themes/uff/img/form_email.gif) 8px 12px no-repeat;
}

INPUT#email:hover, INPUT#email:focus, SPAN.your-email INPUT:hover, SPAN.your-email INPUT:focus {
	background: #DAE7C4 url(http://www.uff.cat/wp-content/themes/uff/img/form_email_over.gif) 8px 12px no-repeat;
}

INPUT#url {
	background: #E9EBEA url(http://www.uff.cat/wp-content/themes/uff/img/form_web.gif) 8px 12px no-repeat;
}

INPUT#url:hover, INPUT#url:focus {
	background: #DAE7C4 url(http://www.uff.cat/wp-content/themes/uff/img/form_web_over.gif) 8px 12px no-repeat;
}

TEXTAREA#comment, SPAN.your-message TEXTAREA {
	background: #E9EBEA url(http://www.uff.cat/wp-content/themes/uff/img/form_comentario.gif) 8px 12px no-repeat;
}

TEXTAREA#comment:hover, TEXTAREA#comment:focus, SPAN.your-message TEXTAREA:hover, SPAN.your-message TEXTAREA:focus {
	background: #DAE7C4 url(http://www.uff.cat/wp-content/themes/uff/img/form_comentario_over.gif) 8px 12px no-repeat;
}


/* Resultados de la búsqueda */
DIV.resultados H2 {
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	font-size: 1.1em;
	border-bottom: 1px solid #BAC4BF;
}

DIV.resultados H2 SPAN {
	color: #83AB31;
}

DIV.resultados .bloque {
	margin-bottom: 15px;
}

/* Error */
DIV#error {
	margin: 30px 60px 60px;
	text-align: center;
}

DIV#error H2 {
	font-size: 4.2em;
	margin-bottom: 20px;
}

DIV#error P {
	font-size: 2.2em;
	line-height: 1.3em;
}

DIV#error P SPAN {
	color: #7D9187;
}

DIV#error A {
	display: block;
	width: 90px;
	margin: 30px auto 0px;
	padding: 6px 9px 4px;
	background: #82AB31;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
}

DIV#error A:hover {
	background: #7D9187;
}