@charset "utf-8";
/* CSS Document */

body{
	color: #CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#003;
	}
#pantalla{ 
	width:100%; 
	height:auto; 
	position:relative; 
	float:left; 
	text-align:center; 
	}
#marco_centro{ 
	width:960px; 
	height:auto; 
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left; 
	}
#marco{ 
	width:100%; 
	height:auto; 
	position:relative; 
	float:left; 
	} 
#header{ 
	width:100%; 
	height: 100px; 
	position: relative; 
	float: left;
	} 
#nav{ 
	width: 100%; 
	height: 30px; 
	position: relative; 
	float: left;
	}  
#content{ 
	width: 100%; 
	height: auto; 
	min-height: 300px; 
	position: relative; 
	float:left;
	text-align:center;
	margin-top:50px;
	}  
#footer{ 
	width: 100%; 
	height: 30px; 
	position: relative; 
	float: left;
	}
	a{
		color: #fff;
		font-weight: bold;
	}