#banner{
	background-color:red;
	width: 100%; height: 100%;
	text-align: center;
}

body{
  background: url(../images/fondo.jpg) no-repeat center center fixed;
}

#principal{
	width: 900px;
	border: 1px solid #FFFAFA;
	border-radius: 15px;
	margin:  20px auto;
	background: #FFFAFA;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.9);

}
#cabecera{
	background: url(../images/logocedae_2.png);
	border-radius: 15px;
	background-size: 880px 150px;
	height: 150px;
	/*border: 1px solid #000000;*/
	margin: 10px;

}

	
	nav{
		align-content: center;
		background: #1E90FF;
		padding: 05px 160px;
	}
	
	header nav a{		
		display: inline-block;
		color: #fff;
		text-decoration: none;
		padding: 10px 5px;
		line-height: normal;
		font-size: 16px;
		font-weight: bold;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease;
	}
	header nav a:hover{
		
		background: #f56f3a;
		border-radius: 50px;		
	}
	
/*
#menu{
	background: url(../images/nav.png);
	background-size: 40px auto;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #70b6f2;
	margin: 10px;
	font-weight: bold;
	font-size: 16px;
	
}
#menu li{
	display: inline;	
	cursor: pointer;
	font-style: normal;
	color: #FFFFF0;
	border-color: #000;
	padding: 6px 50px;
}*/
/*
#columnaizquierda{
	width: 640px;	
	/*border: 1px solid #000000;*/
/*	margin: 10px;	
	float: left;
}


#espacio{
	height: 100px;
}*/
/*
#columnaderecha{
	/*background: url(../images/imagenforo.png);
	background-size: 180px auto;*/
/*	width: 200px;
/*	height: 160px;
	/*border: 1px solid #000000;*/
/*	margin: 10px;	
	float: right;
}

#columnaderecha2{
	/*background:url(../images/400509186725030.1317.1350743889.png);
	background-size: 200px 160px;*/
/*	width: 200px;
	height: 160px;
	/*border: 1px solid #000000;*/
/*	margin: 10px;	
/*	float: right;
}*/
.clear{
	clear: both;
}

#pie{
	background: url(../images/footer.png);
	background-size: 920px 80px;	
	margin: 10px;
	border-radius: 10px;
	font-size: small;
}

#f_foot{
	text-align: center;
	color:#FFFFF0; 
}



/*h1{
	text-decoration: blink;
	font-family: helvetica, sans-serif, fantasy;	
	font-size: 25px;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	color: #800000;
	text-shadow: 0 0 3px #FF0000;
}*/
/*h3{
	text-decoration: blink;
	font-family: helvetica, sans-serif, fantasy;	
	font-size: 17px;
	text-align: justify-all;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	color: #800000;
	text-shadow: 0 0 3px #FF0000;
}
h4{
	text-decoration: blink;
	font-family: sans-serif;	
	font-size: 22px;
	text-align: center;
}*/

a{
	color: #FFFFF0;
	text-decoration: blink;
}


