@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;
	font-family:  Verdana, Arial, sans-serif;
	font-size:12px;
    background:#fff url(../images/backHome.jpg) no-repeat center center;
	
}

a{color:#ffffff;text-decoration:none;}

a.amarillo2{
	  text-decoration:none;
	 font-family: "Gerogia", Times, serif, Arial;
	color: #e9e869;
    font-size:30px;
	text-align: left;
	
	}

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

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


a.negrolink{color:#000000;text-decoration:none;}
a:negrolink :hover{text-decoration:none;color:#ffffff; }


a.go{color:#e9e869;text-decoration:none;}

.clr{
	clear:both;
}
h1, h5{
	margin:5px;
	font-size:34px;
	color:#ffcc00;
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
}

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

h2{
	margin:1px;
	font-size:12px;
	color:#fff;
	font-family: verdana, sans-serif;
	text-align:center;
}

h1 span, h5{
	font-size:10px;
	display:block;
	color:#ffffff;
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
