@charset "utf-8";
/* CSS Document */

body{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

a:hover{
	color:#ff9834;
}

a:link{
	color:#0F0;
}

a:visited{
	color:#0F0;
}

a:active{
	color:#0F0;
}

h1{
	font-size:18px;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#FFB169;
}

h3{
	font-size:12px;
	font-weight:bold;
}

/*clases de texto*/

.copy{
	color:#FFF;
	font-size:11px;	
	font-family:Verdana, Geneva, sans-serif;
	text-indent:10px;
}

.fecha{
	color:#31cb31;
	font-size:11px;	
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
}



