@charset "utf-8";
/* CSS Document */

.caja_tips{
	margin:0 auto;
	float:right;
	width: 320px;
	border: 1px solid #666;

}
.titulo1_tips{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #666;
	font-style: italic;
	padding-bottom:8px;
	padding-top:8px;
	padding-right:8px;
	padding-left:10px;
	font-weight: bold;
}
.titulo2_tips{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #999;
	font-style: normal;
	letter-spacing:3px;
	font-weight: normal;
}

.linea_gris_tips{
	margin:8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;	
}
.texto_tips{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888;
	margin-left:12px;
	margin-right:12px;

}
	/*Seccion Novedades*/
.texto_tips_nov{
	margin:0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin-left:20px;
	margin-right:10px;
	margin-top:18px;
	margin-bottom:16px;
	width:500px;

}
	/*subseccion de tips*/
.titulo1_tips_seccion{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #666;
	font-style: italic;
	font-weight: bold;
	margin:0 auto;
}
.titulo2_tips_seccion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #999;
	font-style: normal;
	letter-spacing:3px;
	font-weight: normal;
}
.linea_gris_tips_seccion{
	margin-top:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	width:100px;
}