.total_comentarios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	margin: 3px;
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align: middle;
	top: 10px;
}
.titulo_comentarios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 3px;
	padding: 7px 2px 2px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../imagenesiface/fondo_linea_nuevo_coment.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	font-weight: 600;
}
.titulo_comentario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 15px 3px 3px;
	padding: 8px 2px 5px 40px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../imagenesiface/fondo_opinion.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	font-weight: bold;
}
.texto_comentario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
	text-decoration: none;
	margin: 2px;
	padding: 5px;
}
.caja_comentario {
	background-color: #DDDEC7;
	margin: 0px;
	padding: 2px;
	border: 1px solid #003366;
	overflow: auto;
}
.boton_enviar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	background-color: #660000;
	text-align: center;
	margin: 5px;
}
.titulo_campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #003366;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
}

.caja_opinion_foro
{
-webkit-border-radius:10px;
	border-radius:10px;
-moz-border-radius:10px;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 10px;
	border: 1px solid #999999;
}