@charset "utf-8";
/* CSS Document */

.campo_comentar {
	width: 97%;
	border: 2px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 7px;
}
.comentario_text {
	float: left;
	width: 520px;
}
.foto_comentario {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 10px;
}
.icono_facebook {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.boton_registro {
	display: block;
	float: left;
	margin-left: 10px;
}
.boton_registro a {
	display: block;
	float: left;
	background-color: #D22113;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}
.boton_registro a:hover {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	
}
.comentar {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: 1px solid #D20605;
}
.comentario {
	float: left;
	width: 96%;
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D20605;
}
.comentario h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e66943;
	margin: 0px;
	font-weight: bold;
	float: left;
	padding-right: 10px;
	text-decoration: none;
	line-height: 1em;
	border: none;	
}
.comentario h4 a {
	color: #D20605;
	text-decoration: none;
}
.comentario h4 a:hover {
	color: #F00;
	text-decoration: none;
}
.comentario h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 0px;
	font-weight: normal;
	float: left;
	padding-right: 10px;
}
.comentario p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0em;
	line-height: 1.3em;
}
.comentario p a {
	color: #FF6600;
	text-decoration: underline;
}
.comentario p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.votacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: auto;
	text-align: left;
	background-color: #F7F7F7;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 5px;
	display: inline;
}
.votacion a {
	color: #D20605;
	text-decoration: none;
	display: inline;
}
.votacion a:hover {
	color: #F00;
	text-decoration: none;
}
.votacion h4 {
	display: inline;
}
.ico_vota {
	padding-left: 5px;
	padding-right: 3px;
}

