@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: Eurostile;
	src: url(eurosti.ttf);
}
@font-face
{
	font-family: Eurostile_Bold;
	src: url(13881_EurostileBold.ttf);
}

body{
	margin:0;
	padding:0;
	background:url(layout/bg_body.png);
	font-family: Eurostile, sans-serif, Geneva, Arial, Helvetica;
}

img{
	border:none;
	width:100%;
	height:100%;
}
#gallery img{
	width:auto;
	height:auto;
}

.horario{
	color:#81cc29;
	margin-top: 10px;
}

.horario a.download{
	text-decoration:none;
	font-weight:bold;
	color:#81cc29;
}
.horario a.download:hover{
	text-decoration: underline;
}

.title{
	color:#b6074c;
}

h4.horario,
h2.horario{
	font-size:1em;
}
h1.horario,{
	font-size:1.2em;
}
h2.horario span{
	font-size:0.8em;
}

.sombra{
	box-shadow:2px 2px 10px #333333;
}

#site_wrapper{
	margin:auto;
	width:941px;
	padding:0;
}


#logo{
	margin:0;
	padding:0;
	background:#FFFFFF;
	box-shadow:2px 2px 10px #333333;
	width:941px;
	height: 80px;
	margin-top:15px
}

#content{
	background:#FFFFFF;
	margin:15px 0 15px 0;
/*	padding: 10px;*/
	box-shadow:2px 2px 10px #333333;
	height:605px;
}

#main_content{
	width:660px;
	float:left;
	text-align:center;
	vertical-align:middle;
	padding:0;
	margin:0;
}
#main_content div.main_content_wrapper{
	text-align:justify;
}

#main_content h1.title{
	color:#b6074c;
	font-size:1.4em;
}

#main_content h2.title{
	color:#b6074c;
	font-size:1.1em;
}


#menus{
	width:171px;
	float:right;
	padding:0;
	margin:0;
	text-align:center;
}

a #boxes{
	text-decoration:none;
}
#boxes{
}

.box{
	width:300px;
	height:200px;
	float:left;
	box-shadow:2px 2px 10px #333333;
	font-size:0.9em;
}

.boxred{
	background: url(layout/bg_box_red.png);
	margin-right:20px;
}
.boxred a{
	color:#FFFFFF;
	text-decoration:none;
}
.boxred a:hover{
	text-decoration: underline;
}
.noticias .info { margin: 2px 0 2px 10px;}
.noticias .info span {font-weight: bold;}
.noticias .info a{ color:#000000; text-decoration:none;}
.noticias .info a:hover{text-decoration: underline;}




.boxgreen{
	background: url(layout/bg_box_green.png);
	margin-right:20px;
	color:#FFFFFF;
	font-weight:bold;
}

.boxwhite{
	background:#ffffff;
	color:#666666;
	font-weight:bold;
}


#footer{
	margin-top: 15px;
	height: 70px;
	background: url(layout/bg_footer.png);
}




.clear{
	clear:both;
}