body {
	/*overflow:hidden;*/ 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
	min-height:600px;
	background: #a3c333;
}

#bgimg {
	position:absolute;
	z-index: -1;
	min-height:800px;
}


/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#logo {
	width:100%;
	top: 50px;
	text-align:center;
	padding:10px 0;
}

	

.esquerdo {
	/*background-color:#FFFFFF;*/
	text-align: center;
	margin-left:5px;
}

.conteudo_esquerdo{
	background:#FFFFFF;
	margin-top: -10px;
	min-height:800px;
}

.direito {
	/*background-color:#FFFFFF;*/	
	text-align: center;
	height: 100%;
	background:#FFFFFF;
	margin-top:-7px;
}

.conteudo_direito{
	background:#FFFFFF;
	color:#FFFFFF;
	
}



.topomenu{
	background:url('../img/topomenu.png') no-repeat;
	width:100%;
	z-index:99;
	
}

.menu{
	margin:0 auto; 
	padding:0; 
	 
	width:100%; 
	display:block;
	padding-top:6%;
	/*background:url('../img/topMenuImages.png') repeat-x;*/
}

.menu li{
	padding:0; 
	margin:0; 
	list-style:none; 
	display:inline;
}

.menu li a{
	float:left;
	padding-left:15px; 
	display:block; 
	color:rgb(252,109,0); 
	text-decoration:none; 
	font-family: 'ReklameScriptRegularDEMORg';
	font-size:25px; 
	cursor:pointer; 
	padding-top: 3px;
	
}

.menu li a span{
	/*line-height:32px;*/ 
	float:left; 
	display:block; 
	padding-right:15px; 

}

.menu li a:hover{
	background-position:0px -60px; 
	color:rgb(255,255,255);
	background:#9f1f63;
	}

.menu li a:hover span{
	background-position:100% -60px;
}

.menu li a.active, .menu li a.active:hover{
	color: #FFFFFF;
	font-family: 'ReklameScriptRegularDEMORg';
	font-size:25px;     
	background: #f26522;
    border-width: 3px;
    border-color: #9f1f63;
    border-style: solid;
}


.topo_direito{
	 background: none repeat scroll 0 0 #F26522;
    border-color: #9F1F63;
    border-style: solid;
    border-width: 3px;
    color: #FFFFFF;
    font-family: 'ReklameScriptRegularDEMORg';
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding: 15px 0px 15px 0px;
}

.relogio{
	background:#a2b937;
	width:100%;
	height:100%;
}
.horario{
	background:#792454;
	width:100%;
	height:100%;
}
.fotos{
	background:#FFFFFF;
	width:100%;
	height:100%;
	color:#333;
	
}
.footer{
	text-align:center;
}

.footer a{
	text-decoration:none;
	color:#FFFFFF;
}


/* --- CONTACTO --- */

#contacto{
 	display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 175px;
    width: 80%;
    left: 0px;
}

#data{
float:left;
padding-right: 40px;
}
#formulario{
	color:#333333;
	float:left;
}
#data span {
color:rgb(252,109,0);
float:left;
clear:both;
padding-right: 5px;
}

#data a {
color:#D1F900;

}