/* CSS Document */
.font_contenido {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.nota {
  color:#333333;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;  
  line-height:12px;
}
.postsLists
{
  color: #CCCCCC;
  float:left; 
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 12px;
  font-weight: bold;
  margin:0 3px;
  text-decoration: none;  
  text-align: justify;
  width: 500px;
}
.postItemFemenino 
{
  background-image: url(../img/femenino.png);
  background-repeat: no-repeat;
  background-position: left top;
  float:left;
}

.postItemMasculino
{
  background-image: url(../img/masculino.png);
  background-repeat: no-repeat;
  background-position: left top;
  float:left;
}

.postItemEdad
{
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  float:left; 
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;  
  text-align: left;
  width: 50px;
}

.postItemFecha
{
  color: #CCCCCC;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  height:20px;
  vertical-align:top;
}

.postItemId
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  float:left; 
  font-size: 12px;
  text-decoration: none;  
  text-align: left;
  width: 80px;  
}

.postItemTexto
{
  color: #333333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.postItemCalifica
{
	/*background-image:url(../../img/califica.gif);
	background-repeat: no-repeat;
  	background-position: left top;*/
	/*width:114px;*/
	width:auto;
  	float:left;
	margin:20px -355px;
}
.postItemVotante
{
	width:auto;
  	float:left;
/*	margin:0px -355px;*/
}
.postItemEstrellas
{
	float:left;
	margin:20px 129px;
	width:105px;
}
.postItemCalificacion
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	float:left;
  	font-size: 10px;
  	margin:80px 50px;
}

.clear
{
  display:block;
}

.postItemCierre
{
  background-image:url(../img/linea.jpg);
  background-repeat:no-repeat;
  float:left;
  background-position: left center;
  width:500px;
  height:25px;
}

.linkAccion 
{
  color: #333333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  float:left; 
  font-size: 10px;
  text-decoration: none;   
}


.opciones
{
  background-color: transparent;
  color:#6699FF;
  text-decoration: none; 
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
}
.opciones A:link
{
  background-color: transparent;
  color:#6699FF;
  text-decoration: none; 
}
.opciones A:visited
{
  background-color: transparent;
  color:#6699FF;
  text-decoration: none; 
}
.opciones A:active
{
  background-color: transparent;
  color:#6699FF;
  text-decoration: none;  
}
.opciones A:hover   
{
  background-color: #F1F1F1;
  color: #6699FF;
  text-decoration:underline; 
}
.fondo
{
  background-image:url(../img/fondo.jpg);
  background-repeat:repeat-y;
  background-position:left;
  background-color:#FFFFFF;
}
.fondoderecha
{
  background-image:url(../img/fondoderecha.jpg);
  background-repeat:repeat-y;
  background-position:right;
  background-color:#F5F5F5;
  border-left-color:#DADADA;
  border-left-style:solid;
  border-left-width:1px;
}

.tituloPrincipal
{
  color:#000000;
  background-color:#8B3A39;
  font-family:Arial, Helvetica, sans-serif;
  font-size:24px;
  height:80px;
  line-height:1px;
}
.tituloPrincipal strong
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.tituloSecundario
{
  color:#000000;
  background-color:#8B3A39;
  font-family:Arial, Helvetica, sans-serif;
  font-size:19px;
  height:88px;
  line-height:1px;
}
.tituloSecundario strong
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:22px;
}