@charset "utf-8";
/* CSS Document */

/* overwriting styles.css */
.guanyadors #content
{
	
}
.ganadores #content
{
	height:auto;
	width:69.5em;
	background-image: url(../img/fotos/guanyadors.jpg);
	background-position:top right;
}

.black
{
	font-weight:bold;
	color:Black;	
}

#content
{
	height:auto;
	width:69.5em;
	background-image: url(../img/fotos/guanyadors.jpg);
	background-position:top right;
}

#content .text 
{
	width:37em;
}


/* relatos.html */
DIV.cerc_titol {
	font-size: .9em;
	line-height: 1.4em;
}
 
INPUT#search_str {
	width: 15.5em;
	height: 1.3em !important;
	font-size: 1em !important;
}
SELECT#search_type {
	width: 10em;
}
#relatos_result_body {
	width: 44.5em;
	padding-left: .7em;
	background: url(../img/relatos/table_body_bg.gif) no-repeat;
}
TABLE#relatos_results {
	width: 43.2em;
	margin: 0 auto;
}
	TABLE#relatos_results TH {
		padding: .1em 0 .8em 0;
		font-size: 1.0em;
	}
	TABLE#relatos_results TD {
		height: 2.4em;
		font-size: 1.1em;
		text-align: center;
	}
		TABLE#relatos_results TD A {
			color: #000000;
		}
		IMG.relatos_comments {
			vertical-align: middle;
		}
#relatos_result_foot {
	width: 45.5em;
	background: url(../img/relatos/table_foot_bg.gif) repeat-y;
	text-align: center;
}
	#relatos_result_foot A {
		color:#304475;
	}
	
/* relato.html */
#tornar {
	padding-top: 1em;
	font-size: 1.2em;
	float: right;
}
#relat_info {
	padding-bottom: .5em;
	background: url(../img/relatos/relat_info.gif) repeat-y;
}
	#relat_info DIV {
		float: left;
	}
	#relat_info_author {
		width: 20.5em;
	}
	#relat_info_date {
		width: 6.1em;
		font-size: .9em;
		text-align: center;
	}
	#relat_info_stars {
		width: 4.7em;
		margin-top: -.4em;
		padding: .3em 0 0 .3em;
		text-align: center;
	}
		#client_rating {
			height: 18px;
			font-size: .9em;
		}
		#relat_info_stars INPUT {
			height: 19px;
			width: 3em;
		}
	#relat_info_comments {
		font-size: .9em;
		width: 4.9em;
		text-align: center;
	}
#relat_text {
	font-size: .9em;
	line-height: 1.4em;
}
	#relat_text P {
		margin: 0 0 .6em 0;
	}
	#relat_text INPUT {
		font-size: 1.1em !important;
	}
H2 {
	font-size: 1.8em;
	font-weight: normal;
	color:#304475;
	margin: 0em;
}
DIV.comment {
	margin-left: 2em;
	padding: 1em 0 1em 0;
	border-bottom: solid 1px #DBDBDB;
}
	DIV.comment_author {
		padding-bottom: .8em;
	}
	DIV.comment_text {
		font-size: .9em;
		line-height: 1.5em;
	}
	DIV.comment_date {
		padding-top: .3em;
		text-align: right;
	}