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

body {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	}

a {
	color:#FF0000;
}

#About {
	width:920px;
	margin-top:10px;
	padding:10px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color:#CCC;
	font-size:12px;
	background-color:#101415;
	border:solid 1px #192021;
	}
	
#Noticias {
	float:left;
	width:450px;
	margin-top:10px;
	padding:10px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color:#CCC;
	font-size:12px;
	background-color:#101415;
	border:solid 1px #192021;
	}
	
#Calendario {
	float:right;
	width:440px;
	margin-top:10px;
	padding:10px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color:#CCC;
	font-size:12px;
	background-color:#101415;
	border:solid 1px #192021;
	}
	
#Menu {
	width:920px;
	margin-top:10px;
	padding:10px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color:#CCC;
	font-size:12px;
	background-color:#101415;
	border:solid 1px #192021;
	}

#Flash {
	background-color:#101415;
}

.contact {
	text-align:center;
	}
	
.image {
	float:right;
	padding:10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	content:".";
	display:block;
	visibility:hidden;
}

