@CHARSET "ISO-8859-1";
/***************************************************************************
ESTILOS GENERALES PARA TODO EL SITIO WEB
***************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #000;
	background-color:#94ddec;
}
.clear{
	clear:both
}
input, select, textarea{
	border: 1px solid #000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color:#000;
}
input, select{
	height:18px;
	width:100px;
}
textarea{
	height:60px;
	width:200px;
}
.submit{
	background:url(../images/buscadorBtn.png) repeat-x;
	height:19px;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	}
a{
	color:#e9060a;
}
/***************************************************************************
ESTILOS PARA LAYOUT
***************************************************************************/

div#global {
	width: 1000px;
	margin: 0px auto;
	background-color:#FFFFFF;
}
div#cabecera {
	width: 1000px;
	height:257px;
	background:url(../images/fondoCabecera.png) no-repeat;
}

/*div#login {
	width: 315px;
}*/

div#registro {
	width: 315px;
}

div#contenedor  {
	width: 1000px;
	background-color:#efead3;
}
div#colIzq {
	width: 180px;
	float: left;
}
div#contenido {
	width: 640px;
	float: left;
}
div#colDer {
	width: 180px;
	float: left;
}
div#pie {
	width: 1000px;
	clear:both;
	background-color:#fff;
	border-top: 1px solid #ec7a70;
}
/***************************************************************************
ESTILOS PARA LAYOUT - CABECERA
***************************************************************************/
#logotipo{
	width:500px;
	float:left;
}
#registro a{
	color:#e8060a;
	font: normal normal 16px Arial, Verdana, Helvetica;
	padding-left:160px;
}
#datosusuario{
	text-align:right;
	padding-top:10px;
}
#datosusuario a {
	padding-right:0px;
	color:#e8060a;
}

/***************************************************************************
ESTILOS PARA LAYOUT - PIE
***************************************************************************/
#logotipos{
	background:url(../images/logosPie.png) no-repeat;
	width:450px;
	height:60px;
	float:left;
}
#menuInf{
	float:right;
	text-align:right;
	width:530px;
	font: normal normal 12px Arial, Verdana, Helvetica;
	padding:5px 5px 0px 0px;
	text-transform:uppercase;
}

#menuInf ul li{
	display:inline;
	padding:5px 0px;
}

#menuInf ul li a{
	font: normal normal 11px Arial, Verdana, Helvetica;
	text-decoration:none;
	color:#000;
}
/***************************************************************************
ESTILOS PARA LAYOUT - COLIZQ
***************************************************************************/
.tituloizq{
	font: normal normal 14px Arial, Verdana, Helvetica;
	text-transform:uppercase;
	padding-top:10px;
}

.tituloizq span{ 
	color:#e8060a;
	font-size:12px;
	margin-right:5px;
}

#pedirfavor{
		width:170px;
		height:60px;
		margin:0px;
		padding:0px 5px;
}
#ofrecerfavor{
		width:170px;
		height:65px;
		margin:0px;
		padding:0px 5px;
}

#buscador{
	margin: 0px 5px 0px 5px;
	padding: 15px 5px 0px 5px;
	background:url(../images/buscadorSup.png) no-repeat;
	height:110px;
}
#buscador span{
	display:block;
	font: normal normal 12px Arial, Verdana, Helvetica;
	text-transform:uppercase;
	color:#000;
	width:160px;
	text-align:center;
	margin:2px 0px;
}
#buscador span input, #buscador span select {
	width:140px;
}
#buscador span input.submit{
	width:63px;
}

#menuizq ul{
	margin:0px;
	padding:0px 0px 0px 5px;
}

#menuizq ul li{
	list-style:none;
	background:url(../images/menuIzqOff.png) no-repeat;
	width:163px;
	height:25px;
	margin: 1px 0px 1px 0px;
	padding: 5px 0px 0px 7px;
	font-size:12px;
	color:#f5dc56;
}
#menuizq ul li.actual{
	background:url(../images/menuIzqOn.png) no-repeat;
}
#menuizq ul li a{
	font: normal normal 14px Arial, Verdana, Helvetica;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:1px 0px 0px 0px;
}

/***************************************************************************
ESTILOS PARA LAYOUT - CONTENIDO
***************************************************************************/

#tituloContenido{
	font: normal bold 14px Arial, Verdana, Helvetica;
	text-transform:uppercase;
	padding-top:10px;
}
#tituloContenido SPAN{
	color:#E8060A;
	padding-right:10px;
	text-transform: lowercase;
}
/***************************************************************************
ESTILOS PARA LAYOUT - COLDER
***************************************************************************/
.tituloder{
	font: normal normal 14px Arial, Verdana, Helvetica;
	text-transform:uppercase;
	padding-bottom:10px;
}

.tituloder span{ 
	color:#e8060a;
	font-size:12px;
	margin-right:5px;
}

#menuusuario {
	background:url(../images/fondoMenuUsuariosInf.png) no-repeat;
	background-position:0px 100%;
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 10px 0px;
	_height:120px;
	*height:120px;
}

#menuusuario ul{
	background:url(../images/fondoMenuUsuarios.png) no-repeat;
	margin:0px;
	padding:0px;
}

#menuusuario ul li{
	list-style:none;
	padding: 2px 0px;
	font: normal normal 14px Arial, Verdana, Helvetica;
	text-transform:uppercase;
}

#menuusuario ul li span{
	color:#FFF;
	padding:0px 15px 0px 8px;
}
#menuusuario ul li a{
	color:#2f2f2f;
	text-decoration:none;
}
#menuusuario ul li a.cerrar{
	margin-left: 35px;
	font-size:12px;
}

#saldo{
	margin: 0px 5px 0px 5px;
	background:url(../images/fondoSaldo.png) no-repeat;
	height:125px;
	width:170px;
}
#saldo .titulo{
	font: normal bold 13px Arial, Verdana, Helvetica;
	color:#fff;
	text-transform:uppercase;
	width:100px;
	text-align:center;
	height:31px;
}
#saldo .valor{
	font: normal bold 13px Arial, Verdana, Helvetica;
	color:#2f2f2f;
	text-transform:uppercase;
	width:100px;
	text-align:center;
	height:23px;
	padding-top:7px;	
}

#publicidad{
	/*border: 1px solid #8b8888;*/
	text-align: center;
}

/***************************************************************************
ESTILOS GENERALES PARA FORMULARIOS
***************************************************************************/

.filaFormulario {
	clear: both;
}

.filaFormulario span img {
	padding-top: 4px;
}

.filaFormulario label {
	width: 150px;
	text-align: right;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.filaFormulario label span {
	color: #f00;
	font-weight: bold;
}

.filaFormulario input {
	width: 150px;
	float: left;
}

.filaFormulario input, .filaFormulario select, .filaFormulario textarea, .filaFormulario img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.filaFormulario .btn_cal {
	background: url(../imagenes/calendar.png);
	width: 23px;
	height: 23px;
}

/***************************************************************************
ESTILOS PARA FORMULARIO DE LOGIN EN COLUMNA DERECHA
***************************************************************************/
#login {
	float:right;
	margin: 10px 5px 0 0;
	*margin: 10px 0;
}
#form .filaFormulario {
	clear: both;
}

#form .recuperar {
	text-align: center;
}

#form .recuperar a{
	font: normal normal 12px Arial, Verdana, Helvetica;
	color:#000;
	text-decoration:none;
}
#form .filaFormulario label {
	width: 60px;
	text-align: left;
	margin: 2px 10px 2px 0px;
	*margin: 2px 0;
	float:left;
	font-size: 12px;
}
#form .filaFormulario input {
	width: 100px;
	margin: 2px 0px;
	float:right;
}

/***************************************************************************
ESTILOS PARA FORMULARIO DE REGISTRO / MODIFICACION DE DATOS
***************************************************************************/
#sexo, #provincia, #poblacion, #estado_civil{
	width:150px;
	height:22px;
}
#dia_nacimiento{
	width:40px;
	height:22px;
}
#mes_nacimiento{
	width:100px;
	height:22px;
}
#anno_nacimiento{
	width:60px;
	height:22px;
}

/***************************************************************************
ESTILOS PARA FORMULARIO DE REGISTRO / MODIFICACION DE DATOS
***************************************************************************/
#categoria, #horas_estimadas{
	width:150px;
	height:22px;
}

/***************************************************************************
ESTILOS PARA SECCIONES DE CONTENIDO DE TEXTO
***************************************************************************/

#textoContenido{
	font: normal normal 12px Arial, Verdana, Helvetica;
	text-align:justify;
	padding: 0 10px;
}
#textoContenido ol{
	padding-top:15px;
	width: 610px;
	padding-left: 10px;
}
#textoContenido ol li{
	padding-top:10px;
}

#textoContenido ol li p{
	padding:5px;
}

/***************************************************************************
ESTILOS PARA SECCION CONTACTAR
***************************************************************************/

#nombreAsociacion{
	font: normal bold 14px Arial, Verdana, Helvetica;
	width:610px;
	text-align:center;
	color:#E61E25;
	padding:15px 0px;
}

#datosContacto, #formDatosContacto{
	font: normal normal 14px Arial, Verdana, Helvetica;
	text-align:justify;
	float:left;
	width:300px;
	margin:0px 5px;
	background-color:#E6E2D2;
}
#datosContacto div, #formDatosContacto div{
	padding:5px 2px;
}
.tituloContacto{
	font-size:16px;
	font-weight:bold;
}
#datosContacto span{
	font-weight:bold;
	padding-right:3px;
}
#formDatosContacto label{
	width:95px;
	float:left;
	font-weight:bold;
}

#formDatosContacto input, #formDatosContacto textarea{
	width:190px;
}
/***************************************************************************
ESTILOS PARA SECCION MODIFICAR FAVOR
***************************************************************************/

#modificar_favor {
	display: none;
}

.fieldset {
	border: 1px solid #000;
	padding: 0;
	width: 610px;
}

select#favores {
	width: 150px;
}

#columnaIzq, #columnaDer {
	float: left;
}

#columnaDer {
	margin-left: 50px;
	*margin-left: 30px;
	width: 160px;
	*width: 170px;
}

#imagen {
	margin-top: 10px;
	width: 150px;
	text-align: center;
	float: left;
}

#imagen_subida {
	margin-top: 20px;
	width: 150px;
	height: 100px;
	text-align: center;
}

#imagen_subida img {
	border: 1px solid #000;
}

/***************************************************************************
ESTILOS PARA SECCION LISTAR FAVORES
***************************************************************************/

ul#listadoFavores{
	font: normal normal 12px Arial, Verdana, Helvetica;
	text-align:justify;
	width:620px;
	margin:0px;
	padding:0px;
}

ul#listadoFavores li{
	list-style:none;
	margin:0px 0px;
	background:url(../images/contenedorSup.png) no-repeat;
}

/*Cabecera favor*/
li.ofrecer .cabeceraFavor .tituloFavor a{
	color:#68b1d1;
}

li.pedir .cabeceraFavor .tituloFavor a{
	color:#f0a509;
}

span#nom_usuario a {
	color: #000;
	text-decoration: none;
}
.tituloFavor{
	font: normal bold 16px Arial, Verdana, Helvetica;
	float:left;
	padding:10px 10px 0px 10px;
	width:350px;

}
.tituloFavor span{
	font: normal normal 12px Arial, Verdana, Helvetica;
	margin-left:5px;
}
.vecesFavor{
	font: normal normal 11px Arial, Verdana, Helvetica;
	float:right;
	margin-right:0px;
	width:125px;
	padding:15px 0px 0px 0px;
	}

.favoritoFavor{
	float:right;
	background:url(../images/iconoFavoritos.png) no-repeat 0% 93%;
	width:115px;
	text-align:right;
	height:20px;
	font: normal normal 11px Arial, Verdana, Helvetica;
	padding:15px 10px 0px 0px;
	}	
.favoritoFavor a {	
	color:#3b3b3b;
}
/* Contenido Favor*/	
.contenidoFavor{
	clear:both;
	padding:10px 0px;
}	
.contenidoFavor .colIzq{
	float:left;
	padding-left:10px
}
.imagenFavor{
	width:100px;
	height:100px;
}

.imagenofrecer{
	width:100px;
	height:100px;
	text-align: center;
	/*background-color:#68b1d1;
	border: 1px solid #68b1d1;*/
}

.imagenpedir{
	width:100px;
	height:100px;
	text-align: center;
	/*background-color:#f0a509;
	border: 1px solid #f0a509;*/
}

.contenidoFavor .colCentro{
	float:left;
	width:367px;
	padding:0px 10px;
	background-color:#e6e2d2;
	min-height:100px;
}

.contenidoFavor .colCentro2 {
	float: left;
	width: 580px;
	padding: 5px 10px;
	background-color: #e6e2d2;
	min-height: 50px;
	margin-left: 10px;
}

.contenidoFavor .colDer{
	float:right;
	width:110px;
	text-align:right;
	padding-right:10px
}
.contenidoFavor .colDer span.votos{
	font-weight:bold;
	display:block;
	clear:both;
}
.contenidoFavor .colDer span.numVotosPos{
	background-color:#abb31f;
	display:block;
	height:26px;
	width:30px;
	float:right;
	text-align:center;
	color:#FFF;
	font: normal bold 17px Arial, Verdana, Helvetica;
	padding-top:4px;
}
.contenidoFavor .colDer span.numVotosNeg{
	background-color:#bf0d11;
	display:block;
	height:26px;
	width:30px;
	float:right;
	text-align:center;
	color:#FFF;
	font: normal bold 17px Arial, Verdana, Helvetica;
	padding-top:4px;
}
/* Contenido Favor*/	
.etiquetasFavor {
	clear:both;
	padding:10px 0px 10px 15px;
	background:url(../images/contenedorInf.png) no-repeat 0% 100%;
	
}
.etiquetasFavor span{
	font-weight:bold;
}

/***************************************************************************
ESTILOS PARA SECCION VER FAVOR
***************************************************************************/

/*Cabecera favor*/
.contenidoSupVerFavor {
	background:url(../images/contenedorSup.png) no-repeat;
}

.tituloVerFavor {
	font: normal bold 16px Arial, Verdana, Helvetica;
	text-transform: uppercase;
	float:left;
	padding:10px 10px 0px 10px;
	width:350px;
}

.cabeceraVerFavor .pedir {
	color: #f0a509;
}

.cabeceraVerFavor .ofrecer {
	color: #68b1d1;
}

.vecesFavor{
	font: normal normal 11px Arial, Verdana, Helvetica;
	float:right;
	margin-right:0px;
	width:125px;
	padding:15px 0px 0px 0px;
}

.favoritoFavor{
	float:right;
	background:url(../images/iconoFavoritos.png) no-repeat 0% 93%;
	width:115px;
	text-align:right;
	height:20px;
	font: normal normal 11px Arial, Verdana, Helvetica;
	padding:15px 10px 0px 0px;
}

.favoritoFavor a {	
	color:#3b3b3b;
}

/* Contenido Favor*/	
.contenidoVerFavor{
	clear:both;
	padding:10px 0px;
}

.contenidoVerFavor .colIzq{
	float:left;
	padding-left:10px
}

.contenidoVerFavor .colIzq span.votos{
	width: 75px;
	font-weight:bold;
	display:block;
	float: left;
	text-align:center;
	margin: 8px 0;
}

.contenidoVerFavor .colIzq span.numVotosPos{
	background-color:#abb31f;
	display:block;
	height:26px;
	width:30px;
	float:left;
	text-align:center;
	color:#FFF;
	font: normal bold 17px Arial, Verdana, Helvetica;
	padding-top:4px;
	margin: 8px 2px 8px 0;
}

.contenidoVerFavor .colIzq span.numVotosNeg{
	background-color:#bf0d11;
	display:block;
	height:26px;
	width:30px;
	float:left;
	text-align:center;
	color:#FFF;
	font: normal bold 17px Arial, Verdana, Helvetica;
	padding-top:4px;
	margin: 8px 0;
}

.contenidoVerFavor .colIzq div.datosFavor {
	border-top: 1px solid #b9b5a5;
	border-bottom: 1px solid #b9b5a5;
	clear: both;
	width: 210px;
	padding: 5px 0;
}

.contenidoVerFavor .colIzq div.datosFavor ul {
	padding-left: 18px;
	margin: 0;
	color: #e8060a;
}

.contenidoVerFavor .colIzq div.datosFavor ul li {
	line-height: 18px;
}

.contenidoVerFavor .colIzq div.datosFavor ul li span {
	color: #000;
}

.contenidoVerFavor .colIzq div.videoFavor {
	padding: 10px 0 0 20px;
}

.imagenVerFavor{
	width:210px;
	height:150px;
}

.imagenVerofrecer{
	width:210px;
	height:150px;
	text-align: center;
}

.imagenVerofrecer {
	border: 1px solid #68b1d1;
}

.imagenVerpedir{
	width:210px;
	height:150px;
	text-align: center;
}

.imagenVerpedir img {
	border: 1px solid #f0a509;
}

.contenidoVerFavor .colDer {
	float:right;
	width:370px;
	padding: 10px;
	margin-right: 2px;
}

.contenidoVerFavor .colDer .descripcionVerFavor {
	background-color: #e6e2d2;
	text-align:justify;
	margin-bottom: 10px;
}

.btn_favor {
	background:url(../images/menuIzqOff.png) no-repeat;
	width:170px;
	height:25px;
	float:left;
	margin: 1px 15px 1px 0px;
	padding: 5px 0px 0px 0px;
	font-size:12px;
	color:#f5dc56;
	text-align: center;
}

.btn_favor:hover {
	background:url(../images/menuIzqOn.png) no-repeat;
}

.btn_favor a{
	font: normal normal 14px Arial, Verdana, Helvetica;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:1px 0px 0px 0px;
}

.contenidoInfVerFavor {
	background:url(../images/contenedorInf.png) no-repeat 0% 100%;
	height: 59px;
}

ul.listadoComentarios {
	font: normal normal 12px Arial, Verdana, Helvetica;
	text-align:justify;
	width:620px;
	margin:0px;
	padding:0px;
}

ul.listadoComentarios li {
	list-style:none;
	margin:0px 0px;
	background:url(../images/contenedorSup.png) no-repeat;
}

ul.listadoComentarios li div.cabeceraComentario {
	padding: 10px;
}

ul.listadoComentarios li div.cabeceraComentario div.usuarioComentario {
	float: left;
}

ul.listadoComentarios li div.cabeceraComentario div.votoPositivo {
	background-color: #ABB31F;
	float: right;
	margin-right: 10px;
	color: #fff;
	width: 15px;
	text-align: center;
}

ul.listadoComentarios li div.cabeceraComentario div.votoNegativo {
	background-color: #BF0D11;
	float: right;
	margin-right: 10px;
	color: #fff;
	width: 15px;
	text-align: center;
}

ul.listadoComentarios li div.contenidoComentario {
	text-align:justify;
	background-color: #e6e2d2;
	padding: 10px;
	margin: 2px;
}

ul.listadoComentarios li div.infComentario {
	background: url(../images/contenedorInf.png) no-repeat 0% 100%;
	height: 19px;
}

/***************************************************************************
ESTILOS PARA ETIQUETAS SECCION MIS SOLICITUDES Y MI BUZON
***************************************************************************/

#tabs {
	width: 611px;
}

#tabs div {
	float: left;
}

#tabs div.unsel {
	border-bottom: 1px solid #706F6F;
}

#tabs div.sel {
	border-bottom: 1px solid #E6E2D2;
}

#tabs div#resto_tabs {
	border-bottom: 1px solid #706F6F;
	height: 21px;
	width: 398px;
	*width: 389px;
}

#tabs div div.Izq {
	background: url(../images/bordes2.png) no-repeat 0 0;
	width: 20px;
	height: 21px;
}

#tabs div span {
	float: left;
	border-top: 1px solid #706F6F;
	height: 20px;
	padding: 0 10px;
}

#tabs div div.Der {
	background: url(../images/bordes2.png) no-repeat -20px 0;
	width: 20px;
	height: 21px;
}

#tabs div.sel div.Izq {
	background: url(../images/bordes.png) no-repeat 0 0;
	width: 20px;
	height: 21px;
}

#tabs div.sel span {
	float: left;
	background-color: #E6E2D2;
	height: 20px;
}

#tabs div.sel div.Der {
	background: url(../images/bordes.png) no-repeat -20px 0;
	width: 20px;
	height: 21px;
}

#tabs #tab_rec div.Der {
	display: none;
}

#tabs #tab_rec.sel div.Der {
	display: inline;
	background: url(../images/bordes3.png) no-repeat -20px 0;
}

#tabs #tab_env div.Izq {
	display: none;
}

#tabs #tab_env.sel div.Izq {
	display: inline;
	background: url(../images/bordes3.png) no-repeat 0 0;
}

/***************************************************************************
ESTILOS PARA SECCION MI BUZON Y MIS SOLICITUDES
***************************************************************************/

div#listadoMensajes, div#listadoTrueques {
	background-color: #E6E2D2;
	border-left: 1px solid #706F6F;
	width: 620px;
	*width: 610px;
}

ul.cabeceraMensajes, ul.cabeceraTrueques {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.cabeceraMensajes li div.Der, ul.cabeceraTrueques li div.Der {
	background: #EFEAD3 url(../images/bordes.png) no-repeat -25px 0;
	float: left;
	height: 20px;
	width: 15px;
}

div#infListadoMensajes, div#infListadoTrueques {
	clear: both;
	height: 20px;
}

div#infListadoMensajes div.centro, div#infListadoTrueques div.centro {
	float: left;
	background-color: #E6E2D2;
	border-bottom: 1px solid #706F6F;
	width: 580px;
	*width: 570px;
	height: 20px;
}

div#infListadoMensajes div.Izq, div#infListadoTrueques div.Izq {
	background: url(../images/bordes.png) no-repeat 0 -19px;
	float: left;
	height: 22px;
	width: 20px;
}

div#infListadoMensajes div.Der, div#infListadoTrueques div.Der {
	background: url(../images/bordes.png) no-repeat -20px -19px;
	float: left;
	height: 22px;
	width: 20px;
}

.no_leido {
	font-weight: bold;
}

leido {
	font-weight: normal;
}

ul#mensRecibidos, ul#mensEnviados, ul#favRecibidos, ul#favEnviados {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

ul#mensRecibidos li, ul#mensEnviados li, ul#favRecibidos li, ul#favEnviados li {
	border-right: 1px solid #706F6F;
	margin-left: 10px;
	width: 608px;
	*width: 598px;
}

#mensEnviados, #favEnviados {
	display: none;
}

.opcionesMens, .opcionesFavs {
	display: block;
	float: right;
	margin-right: 20px;
}

.opcionesMens span, .opcionesFavs span {
	margin: 5px;
}

.opcionesMens span a, .opcionesFavs span a {
	color: #86B645;
}

.oculto {
	display: none;
}

.lineaLista {
	height: 1px;
	border-bottom: 2px solid #706F6F;
	width: 599px;
	*width: 589px;
}

.visible {
	display: block;
}

/**************************************************
	ESTILOS CAMPOS MI BUZON
**************************************************/

div.cabTituloMens {
	float: left;
	width: 170px;
	margin-left: 20px;
	_margin-left: 10px;
}

div.cabUsuarioMens {
	float: left;
	width: 100px;
}

div.cabFechaMens {
	float: left;
	width: 84px;
	*width: 74px;
}

div.cabFavorMens {
	float: left;
	width: 170px;
}

div.cabAmpliarMens {
	float: left;
	width: 60px;
}

div.tituloMens {
	float: left;
	width: 170px;
	margin-left: 10px;
	_margin-left: 6px;
}

div.usuarioMens {
	float: left;
	width: 100px;
}

div.fechaMens {
	float: left;
	width: 84px;
	*width: 74px;
}

div.favorMens {
	float: left;
	width: 170px;
}

div.ampliarMens {
	float: left;
	width: 60px;
}

/**************************************************
	ESTILOS CAMPOS MIS SOLICITUDES
**************************************************/

div.cabTituloTrue {
	float: left;
	width: 174px;
	margin-left: 20px;
	_margin-left: 10px;
}

div.cabEstadoTrue {
	float: left;
	width: 80px;
}

div.cabFechaIniTrue {
	float: left;
	width: 85px;
	*width: 84px;
}

div.cabFechaFinTrue {
	float: left;
	width: 85px;
}

div.cabHorasTrue {
	float: left;
	width: 50px;
}

div.cabOpcionesTrue {
	float: left;
	width: 110px;
	*width: 101px;
}

div.tituloTrue {
	float: left;
	width: 174px;
	margin-left: 10px;
}

div.estadoTrue {
	float: left;
	width: 80px;
}

div.fechaIniTrue {
	float: left;
	width: 85px;
}

div.fechaFinTrue {
	float: left;
	width: 85px;
}

div.horasTrue {
	float: left;
	width: 50px;
}

div.opcionesTrue {
	float: left;
	width: 118px;
	*width: 101px;
}

/*****************************************************
	ESTILOS PARA PERFIL DE USUARIO
*****************************************************/

div#perfilUsuario {
	margin-top: 10px;
}

div#perfilUsuario div.lineaPerfil {
	margin: 5px;
}

div#perfilUsuario div.lineaPerfil span {
	float: left;
	width: 300px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

ul.listadoFavoresUsuario {
	list-style: none;
}

ul.listadoFavoresUsuario li {
	margin: 5px;
}

ul.listadoFavoresUsuario li a {
	float: left;
	width: 400px;
	font-weight: bold;
}

ul.listadoFavoresUsuario li a.pedir {
	color: #f0a509;
}

ul.listadoFavoresUsuario li a.ofrecer {
	color: #68b1d1;
}

ul.listadoFavoresUsuario li span {
	color: #fff;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	margin: 0 5px;
}

ul.listadoFavoresUsuario li span#votos_pos {
	background-color: #ABB31F;
}

ul.listadoFavoresUsuario li span#votos_neg {
	background-color: #BF0D11;
}

/*************************************************
	ESTILOS RESULTADOS 
*************************************************/

div.frm_ko {
	background-color: #FFE1E1;
	border: 1px solid #ff0000;
	padding-top: 10px;
}

div.frm_ok {
	background-color: #98D99F;
	border: 1px solid #118e1d;
	padding-top: 10px;
}

div.frm_ko p, div.frm_ok p {
	font-weight: bold;
	margin-left: 15px;
	text-transform: uppercase;
}

div.frm_ko p, div.frm_ko p a#titResultados {
	color: #ff0000;
}

div.frm_ok p, div.frm_ok p a#titResultados {
	color: #118e1d;
}

div.frm_ko ul.error {
	margin: 10px 30px;
}

span.aviso {
	margin: 10px;
	display: block;
}

div.paginacion {
	text-align: center;
}

div.avisoImagen {
	float: left;
	width: 10px;
	margin-top: 10px;
}

#menuusuario ul li span.aviso_nuevos {
	color: #667F3D;
	font-weight: bold;
}