/*#banner{
	background-color:green;
	width: 100%; height: 100%;
	text-align: center;
}
*/
body{
	background: rgb(74,81,85);
	/*background: url(../images/cedae.png);*/
    background: url(../images/fondo.jpg) no-repeat center center fixed;
     /*background-repeat: no-repeat;*/
		
}

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


}
#cabecera{
	background: url(../images/ceda2.png);
	border-radius: 15px;
	background-size: 880px 180px;
	height: 150px;
	/*border: 1px solid #000000;*/
	margin: 10px;
	}
#cabecera2{
	border-radius: 15px;
	background-size: 880px 180px;
	height: 150px;
	border: 5px 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;		
	}
	
	form{
		margin: 100px;
	}

	#img{
		float: left;
		text-align: center;
		/*margin: 100px;*/
	}
	#img2{
		float: right;
		text-align: center;		
		/*margin: 100px;*/
	}
	#img3{
		float: right;
		text-align: center;		
		/*margin: 100px;*/
	}

	#logoface{
		margin: 50px;
	}

	#logoface2{
		margin: 50px;
	}



#columnaderecha3{
	/*background:url(../images/Imagen1.jpg);*/
	/*background-size: 50px 20px;*/
	width: 100px;
	height: 100px;
	border: 1px ;
	margin: 100px; 	
	float: right;
}



.clear{
	clear: both;
}

#pie{
	/*background: url(../images/footer.png);
	background-size: 920px 80px;
	/*height: 80px;
	border: 1px solid #000000;*/
	/*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: 10px;
	text-align: justify;
	/*text-shadow: 0px 0px 20px rgba(0,0,0,0.5);*/
	color: #800000;
	text-shadow: 0 0 3px #FF0000;
}
h4{
	text-decoration: blink;
	font-style: normal;
	font-family: sans-serif;	
	font-size: 10px;
	text-align: justify;
}
h3{
	font-family: helvetica, sans-serif, fantasy;	
	font-size: 10px;
	text-align: right;
}

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

}
 
 