@charset "utf-8";
/* CSS Document */

.campo_comentar {
	width: 97%;
	border: 1px solid #09C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 2px;
	padding-bottom: 2px;
}
.comentario_text {
	float: left;
	width: 520px;
}
.foto_comentario {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 10px;
}
.icono_facebook {
	position: absolute;
	right: -2px;
	bottom: -2px;
}
.boton_registro {
	background-image: url(../img/comentario/boton_registrese.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 90px;
	float: left;
}
.boton_registro:hover {
	background-image: url(../img/comentario/boton_registrese.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	display: block;
	height: 30px;
	width: 90px;
	float: left;
}
.comentar {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #005AAB;
	border-bottom-color: #005AAB;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comentario {
	float: left;
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 5px;
	background-color: #FAF9F8;
	padding-top: 3px;
	padding-left:10px;
	position:relative;
}
.comentario h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e66943;
	margin: 0px;
	font-weight: bold;
	float: left;
	padding-right: 10px;
	text-transform:none;
}
.comentario h4 a {
	color: #005AAB;
	text-decoration: none;
}
.comentario h4 a:hover {
	color: #005AAB;
	text-decoration: underline;
}
.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: 11px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0em;
	line-height: 1.3em;
	width:500px;
}
.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: #0099CC;
	text-decoration: none;
	display: inline;
}
.votacion a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.votacion h4 {
	display: inline;
}
.ico_vota {
	padding-left: 5px;
	padding-right: 3px;
}
.comentario_votacion {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #E66943;
	font-weight: normal;
	float:left;
}
.titulo_comentarios
{
    color: #005AAB;
    font-family: 'ErasMdBTMedium',sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 0;
}

