/* Tabla para horoscops en el detalle  width determina el ancho de la tabla*/
.tabla_horoscopos_detalle
	{width:740px;}


/* clases de capas utilizadas en fotos divertidas: height determina la altura en pixels, margin el espacio por fuera del elemento, float hace que se posicione a la izquierda en este caso, border crea un borde en este csao 1 px solido y color tal*/
/* text align determina el texto centrado en este caso, padding es el espacio del borde hacia dentro */
.cajas_simples_altura_80
	{float:left;  height:114px; width:114px; border:1px solid #ECEAF7; margin:8px; text-align:center; padding:5px;}

.cajas_simples_altura_100
	{float:left; height:150px; width:140px; border:1px solid #ECEAF7; margin:8px; text-align:center; padding:5px;}
	
.cajas_simples_fotos_divertidas
	{float:left; border:1px solid #ECEAF7; margin:5px; margin-left:60px; text-align:center; padding:15px; padding-top:15px; margin-bottom:15px;}

.cajas_grafologia
	{float:left; border:0px solid #ECEAF7; margin:5px; margin-left:5px; text-align:center; padding-right:15px; padding-bottom:10px;}
	
.cajas_simples_animaciones_humor
	{border:0px solid #ECEAF7; margin:5px; text-align:center; padding:5px;}
	
.cajas_simples_fotos_horoscopo
	{float:center; border:0px solid #ECEAF7; margin:5px; text-align:center; padding:5px;}
	
.tabla_estrecha_sms
	{float:left; width:300px; margin:12px;}	
	
.tabla_ancho_336_navidad
	{float:left; width:670px; margin:10px; border:1px solid #d0d0d0; padding:25px;}
	
.centrar_addthis 
    {float:right; width:635px;}
	
.centrar_addthis_2 
    {float:right; width:230px;}

.enlace_azul_negrita
    {color:#3f4d5f; font-weight:bold; text-decoration:underline;}
	
.enlace_azul_negrita:hover
	{color:#333333; font-weight:bold; text-decoration:underline;}
	
.enlace_negro
    {color:#333333; font-weight:bold; text-decoration:underline;}
	
.enlace_negro:hover
	{color:#333333; font-weight:bold; text-decoration:underline;}

.caja_humor
	{float:left; width:700px; margin-left:15px; margin-bottom:15px}
.caja_humor_texto
	{float:left; width:400px; text-align:justify;}
.caja_humor_imagen
	{float:right; width:280px; margin-top:-10px; margin-bottom:15px; margin-left:15px;}

