/* COMPONENTES GENERALES */
*{
margin:0px;
padding:0px;
}
a:active, a:link, a:visited{
text-decoration: none;
}
p{
	color: #FFF;
}
h2{
	color: #FCC834;
}
body{
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #A02C32;
}
#menus{
	margin: 10px;
}
#return:hover{
	color: #FCC834;
}
img{border: 0 none;}
html{
width:100%;
height:100%;
}
/* ID'S */
#center{
	height: 30px;
	width: 230px;
	float: left;
	margin:0 auto;
}
#facebook1{
	float: left;
}
#facebook2{
	float: right;
}
#goa1{
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}
#goa2{
	height: auto;
	width: auto;
	float: right;
	text-align: center;
}
#mainWrapper{
	margin: 0 auto;
}
#main{
	height: auto;
	width: 669px;
	position: relative;
	margin:40px auto;
	clear: both;
	z-index: 7;
}
#menus h1, #menus h2, #menus h3{
	color: #FCC834;
}
#menu{
	height: 50px;
	width: 300px;
	margin:0 auto;
	text-align: center;
}
#menu a{
	font-family: Helvetica, Arial;
	font-size: 18px;
	color: #FFFFFF;
}
#menu a:hover{
	color: #FCC834
}
#menuLeft{
	margin:0 auto;
	float: left;
}
#menuRight{
	margin:0 auto;
	float: right;
}
#Logo{
	height: 376px;
	width: 269px;
	background-image: url('../images/interface/home/goalogo.png');
}
#return{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	behavior: url(ie-css3.htc);
	color: #FFF;
	font-size: 22px;
	float: right;
	margin: 15px 25px 25px 20px;
}
#tarjetas{
	height: 120px;
	width: 669px;
	margin:0 auto;
	text-align: center;
	float: left;
	z-index: 7;
}
#tarjetas img{
	margin: 10px 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);

}
#proyector{
	font-size: 12px;
	height: 50px;
	text-decoration: none;
	color: #FFF;
}
/* CLASES */
.carrousselLeft{
	height: 860px;
	width: 150px;
	left: 0;
	top: 0;
	position: fixed !important;
}
.carrousselRight{
	height: 860px;
	width: 150px;
	right: 0 !important;
	top: 0;
	position: fixed !important;
}
.carrousselLeft img, .carrousselRight img{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	behavior: url(ie-css3.htc);
}