@import url('reset.css');

/* General Demo Style */

/* ORIGINAL body{
	background:#e4ebe9 url(../images/pattern.png) repeat top left; 
	color:#000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
} */

body{
	color:#000;
	background:transparent;
}
a{color:#ffffff;text-decoration:none;}
a:hover{text-decoration: none;color:#e9e869;}

a.amarillo{color:#ffffff;text-decoration:none;}
a:amarillo:hover{text-decoration: none;color:#e9e869;}

a.ana{color: #F60;text-decoration:none;}
a:ana:hover{text-decoration: none;color:#F60;}

.menuHome{
	font-family:  "Century Gothic",Verdana, Arial, sans-serif;
     color:#ffffff;
	font-size:13px;
	text-align:center;
	text-shadow: 3px 3px 5px black;
}

