/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/

/* ==== CLASES GENERALES ==== */


/* ============================ */
/* ==== CLASES ESPECÍFICAS ==== */



#tagCloud
{
	width:100%;
	margin-bottom:10px;
	text-align:justify;
}

#tagCloud A
{
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	font-family:Trebuchet MS, Verdana, Arial;
	text-transform:lowercase;
}

#tagCloud A.weight1
{
	color: #df058c;
	font-size: 16pt;
	font-weight:bolder;
}
#tagCloud A.weight2
{
	color: #df058c; 
	font-size:13pt;
	font-weight:bolder;
}
#tagCloud A.weight3
{
	color: #df058c;
	font-size: 10pt;
	font-weight:bolder;
}
#tagCloud A.weight4
{
	color: #df058c;
	font-size: 8pt;
}
#tagCloud A.weight5
{
	color: #df058c;
	font-size: 7pt;
}

.listadoComentarios ul
{
	list-style-type: none;
}

.listadoComentarios li
{
	display:block;
	margin:0 0 0 0;
	clear:both;
}

.listadoComentarios li.mensaje
{
	display:table;
	border-width:1px;
	border-color:#666;
	border-style:solid;
	width:100%;
	margin-top:10px;

}

.listadoComentarios li.mensaje img
{
	display:block;
	float:left;
	margin-top:5px;
	margin-left:5px;
	
}

.listadoComentarios li.mensaje p
{
	display:block;
	float:left;
	width:85%;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
}

.listadoComentarios li.mensaje cite.dest
{
	background-color:#ffffc2;
}

.listadoComentarios li.datos
{
	clear:none;
	display:block;
	float:right;
}

.listadoComentarios li.datos p
{
	float:right;
	font-weight: bold;
	font-family: arial,serif;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: normal;
	color: #555555;

}

.listadoComentarios li.datos img
{
	float:right;
	margin-top:6px;
}

.mensaje {
	margin-top: 30px;	
}

.listadoComentarios li.datos p label
{
	font-size: 11px;
	color: #000000;
	font-size: 140%;
}

.votos
{

}

.votos input
{
	display:block;
	float:left;
}

.votos label
{
	display:block;
	float:left;
	color:#0c2269;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: normal;
}

.votos label.sumaPar
{
	font-size: 110%;
	color: #ffffff;
	background-color: #cfcfcf;
	margin-top:-3px;
	height:20px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:-1px;
	margin-left:5px;
	margin-right:5px;
}

.votos label.sumaFavor
{
	font-size: 110%;
	color: #ffffff;
	background-color: #008000;
	margin-top:-3px;
	height:20px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:-1px;
	margin-left:5px;
	margin-right:5px;
}

.votos label.sumaContra
{
	font-size: 110%;
	color: #ffffff;
	background-color: #990000;
	margin-top:-3px;
	height:20px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:-1px;
	margin-left:5px;
	margin-right:5px;
}

.listadoComentarios label.titulo
{
	font-size: 190%;
	font-weight: normal;
	display: block;
	margin-top:10px;
}

.formularioComentarios {
	color: #000000;
	background-color: #f3f3f3;
	height:280px;
	margin-top: 40px;
	margin-bottom: 20px;
	border: 1px solid #e2e2e2;
}

.formularioComentarios ul
{
	display:block;
	float:left;
	list-style:none;
}

.formularioComentarios input
{
	margin-bottom:10px;
}

.formularioComentarios label
{
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: normal;
	display: block;
	font-weight: bold;

}

.formularioComentarios label.titulo
{
	font-weight: normal;
	color: #333333;
	font-size: 160%;
	margin-left:20px;
	margin-top:10px;
}

label.noticiaTitulo
{
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 200%;
}

/* ============================ */

a.NoticiaListadoTitulo  
{
	font-weight: normal;
	color: #0c2269;
	font-size: 160%;
}

a.NoticiaListadoTitulo:hover  
{
	color: #b00640;
}

label.ListadoAutor
{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	color: #555555;
	margin-right: 5px;
}

label.ListadoFuente
{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	color: #555555;
	margin-right: 5px;
}

label.ListadoFuenteURL
{
	font-weight: bold;
}

label.NoticiaListadoFecha
{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	color: #555555;
}

label.numeroComentarios
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	color:#0c2269;	
}

label.noticiaAutorFecha 
{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	color: #555555;
}

.clase_filtrado {
	background-color: #D24DA0;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
}

.error
{
	color:#ff0000;
}

.NoticiaListadoTexto  {
	line-height: 20px;
}

.NoticiaListadoTexto a {
	text-decoration: none;
	color: #df068c;
}


.NoticiaDetalleTexto  {
	line-height: 20px;
}


.derecha10 {
	margin-right: 10px;	
}

.NoticiaDetalleTexto a {
	text-decoration: none;
	color: #df068c;
}

.NoticiaListadoResumen  {
	font-weight: bold;	
	line-height: 20px;
}

.NoticiaDetalleResumen  {
	font-weight: bold;	
	line-height: 20px;
}

.comentarios_texto {
	border: 1px solid #e2e2e2;
	padding: 5px;
}

.comentarios_barra_puntuacion {
	background-color: #e2e2e2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 20px;
}

.comentarios_barra_inicio {
	background-image: url(/DesktopModules/Gizer.Noticias2/comentarios_fondo.gif);
	background-repeat: repeat-x;
	height: 10px;
}


.comentarios_barra_titulo {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-left-color: #e2e2e2;
	background-color: #f3f3f3;
	padding-right: 10px;
	padding-left: 10px;
}

.comentario_numero {
	color: #7f7f7f;
	font-size: 200%;
	font-weight: bold;
}

.comentarios_global {
	margin-bottom: 25px;	
}

.boton_votar {
	margin-left: 10px;
	margin-right: 5px;
}

.numero_de_comentarios {
	font-size: 200%;	
}

.tipo_botones {
	border: 1px solid #666;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EFEFEF;
}

.tabla_comentarios th {
		background-color: #EFEFEF;
}

.comentario_inadecuado {
	border: 1px dashed #CCC;
	margin-top: 20px;
	clear: both;
	background-color: #FFDFDF;
	padding: 5px;
}
