body{

  /*background-color: #5F9EA0;*/
  
   background: url(../images/fondo.jpg) no-repeat center center fixed;
	/*background: url(../images/cedae.png);*/
   /* background: url(../images/fondo.jpg);*/
}


#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/ceda2.png);
	border-radius: 15px;
	background-size: 880px 180px;
	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;
}*/


#TextTop{
	h1 {
    color: white;
    text-align: center;
}
p {
    font-family: verdana;
    font-size: 10px;
}
	border-radius: 3px;
	/*border: 1px solid #000000;*/
	margin: 10px;	
	float: left;
}


#text_left1{
	background: url(../images/padres.png);
	background-size: 278px auto;
    width: 278px;
	height: 660px;
	border-radius: 10px;
	/*border: 1px solid #000000;*/
	margin: 10px;	
	float: left;
}

#text_center{
	background: url(../images/niños.png);
	background-size: 278px auto;
	width: 278px;
	height: 660px;
	border-radius: 10px;
	/*border: 1px solid #000000;*/
	margin: 10px;	
	float: left;
}

#text_right{
	background: url(../images/jovenes.png);
	background-size: 278px auto;
	width: 278px;
	height: 660px;
	border-radius: 10px;
	/*border: 1px solid #000000;*/
	margin: 10px;	
	float: left;
}

#text_left2{
	background: url(../images/emprendedores.png);
	background-size: 420px 560px;
	width: 420px;
	height: 750px;
	border-radius: 10px;
	/*border: 1px solid #000000;*/
	margin: 10px;	
	float: left;
}

#text_right2{
	background: url(../images/bedge_grunge.png);
	background-size: 430px 560px;
	width: 430px;
	height: 750px;
	border-radius: 10px;
	/*border: 1px solid #000000;*/
	margin: 10px;	
	float: left;
}



.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: 23px;
	text-align: justify;
	/*text-shadow: 0px 0px 20px rgba(0,0,0,0.3);*/
	color: #800000;
	/*text-shadow: 0 0 3px #FF0000;*/
	
}
h2{
	text-decoration: blink;
	font-family: sans-serif;	
	font-size: 15px;
	text-align: justify;
}
h3{
	font-family: helvetica, sans-serif, fantasy;	
	font-size: 15px;
	text-align: right;
}

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

