/* CSS Document */
body {
	font: 17px Arial, Helvetica, sans-serif;
	background-image: url(imagenes/bg2.gif);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	}
a:link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	}
a:hover {
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	}
a:visited {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	}
#container {
	width: 995px;
	background-color:#C6C5BD;
	border:2px solid #00557d;
	margin: auto;
	}
#banner {
	background-image: url(imagenes/banner.gif);
	height: 250px;
	padding: 0 10px 0 20px;
	}
#links {
	float: left;
	width: 270px;
	margin-top: 5px;
	margin-left:5px;
	background-color:#C6C5BD;
	padding: 2px 2px;
	}
#Content {
	width: 680px;
	background-color:#ffffff;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	padding:0px;
	float:right;
	}
#footer {
	background: #00557d;
	clear:both;
	text-align:center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
#mainmovie {
	width:680px;
	height:250px;
	background-color:#fff;
	margin-top: 0px;
	float:right;
	clear: both;
	}

#pageheader {
	width:680px;
	height:85px;
	margin-top: 0px;
	float:right;
	clear: both;
	}
#pagetext {
	width:650px;
	float:right;
	clear: both;
	background-color:#ffffff;
	margin-right:15px;
	margin-bottom:5px;
	}	
#evento {
	width:335px;
	float:right;
	margin-top:15px;
	margin-bottom:20px;
	}
#video {
	width:342px;
	margin-top:15px;
	float:left;
	position: static;
	margin-bottom:20px;
	}
#misionvision {
	width: 718px;
	height: 140px;
	border: 1px solid #F63;
	background-image: url(imagenes/contentbg.gif);
	background-repeat:repeat-x;
	}
