/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}



input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;} 

/* _______________________________________________________*/


body{
	background-color: #9c3;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #990066;
	text-decoration: underline;
}

label{
	display: block;
	font-weight: bold;
}

input, textarea, button{
	border: 1px solid #906;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: top;
}
input, textarea{
	width: 220px;
}

input:focus, textarea:focus{
	border: 1px solid #770044;
	background-color: #eee;
}

button, .submit {
	background-color: #ff3;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 15px;
	cursor: pointer;
	width: auto;
}

button:hover, .submit:hover {
	color: #ff3;
	background-color: #906;
}

p{
	margin: 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h3{
	margin: 0px;
}

#header-vieiros, #pe{
        height: 30px;
        background-color: #558f3f;
}

#general{
            width: 950px;
			margin: 20px auto 0px;
			background: url(imx/bottom_estrelas.png) no-repeat bottom left;
			
}

#header-apologhit{
            width: 255px;
            float: left;
			height: 1200px;
			font-size: 14px;
}

#header-apologhit h1{
	margin-top: 0px;
}

#corpo{
            width: 680px;
            float: right;
			margin-top: 10px; 
}

.ghit{
	float:left;
	height:230px;
	margin:5px 12px 10px 0px;
	width:120px;
	overflow: hidden;
}

.ghit .portada{
	width: 100px;
	height: 100px;
}

.ficha .portada{
	float:left;
	height:135px;
	margin:4px 10px 10px 0px;
	vertical-align:baseline;
	width:135px;
}
.autor{
	color: #93246b;
}

.titulo{
	color: #ff3;
	text-decoration: none;
}

.ficha .titulo{
	font-size: 21px;
	font-weight: normal;	
}

.ficha .autor{
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}
.info-ghit .autor a{
	color: #ff3;
}

.info-ghit .titulo, .info-ghit .titulo a{
	color: #000;
	text-decoration: none;
	margin: 0px;
}

.participacion{
	margin-top: 10px;
}

.participacion, .participacion a{
	color: #fff;
	text-decoration: none;
}

.comentarios, .votacions{
	padding-left: 20px;
	margin-right: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	overflow: hidden;
}
.comentarios{
	background: url(imx/ico_comentarios.png) no-repeat left;	
}
.votacions{
	background: url(imx/ico_votos.png) no-repeat left;
}

#descarga {
	height: 25px;
	float: right;
}

#votos {
	text-align: center;
}

#form-votos{
	display: inline;
}

.boton{
	height: 35px;
	margin-top: 10px;
}

.rss{
	margin: 10px 0px;
}
.rss, .rss a{
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.rss img{
	vertical-align: middle;
	margin-bottom: 2px;
}

.bloque{
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#titulo-comentarios{
	color: #906;
	border-bottom: 1px solid #906;
	font-weight: normal;
}

.comentario p{
	color: #fff;
	overflow: hidden;
}

.comentario .data{
	font-weight: bold;
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.comentario{
	border-bottom: 1px solid #906;
	margin: 10px 0px;
	overflow: hidden;
	width: 580px;
}

.titulo-nova, .titulo-nova a{
	color: #ff3;
	text-decoration: none;
	margin-bottom: 7px;
}

.titulo-nova a:hover{
	text-decoration: underline;
}

#bloque-comentarios{
	margin-top: 20px;
}
