@charset "utf-8";
* {
	margin: 0px;
	
		.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}
	
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}
	
}
body {
	background-color: #0c1b2e;
}


/* CSS Document */

#contenedor {
	width: 1000px;
	height: 660px;
	background-color: #0c1b2e;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#cabezal {
	height: 160px;
	width: 1000px;
}
#info {
	height: 450px;
	width: 645px;
	float: right;
	border: 1px solid #41556d;
}
#menu {
	height: 450px;
	width: 350px;
}

#pie {
	height: 50px;
	width: 1000px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-indent: 60px;
}
#texto {
	background-image: url(img/fondoinfo.jpg);
	background-repeat:    repeat-y;
	background-position: left top;
	width: 600px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
#texto img {
	margin: 10px;
	border: 5px solid #607F79;
}
#foro {
	height: auto;
	width: 1000px;
	border: 1px solid #41556d;
}
#video {
	margin-right: auto;
	margin-left: auto;
	height: 750px;
	width: 900px;
	border: 1px solid #41556d;
}

#mapa {
	height: auto;
	width: 645px;
	margin-right: auto;
	margin-left: auto;
}
