/*#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/logocedae_2.png);
	border-radius: 15px;
	background-size: 880px 150px;
	height: 150px;
	/*border: 1px solid #000000;*/
	margin: 10px;
	background-repeat: no-repeat;
	}
#cabecera2{
	border-radius: 15px;
	background-size: 880px 180px;
	height: 150px;
	border: 5px solid #000000;
	margin: 10px;
}


	header 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;		
	}

	}
#vid{
    	display:block;
        position:absolute;
        left:200px;
        top:140px;
        border: 2px solid red;
        border-radius: 20px; 
}

	

#columnaizquierda{
	width: 640px;		
	margin: 10px;	
	float: left;
	text-align: justify;
}

#co{
	text-align: right;
}


#espacio{
	height: 65px;
}

#columnaderecha{	
	
	width: 200px;
	height: 160px;
	/*border: 1px solid #000000;*/
	margin: 10px;	
	float: right;
	
}

#espacio2{
	height: 100px;
}
#columnaderecha2{
	/*background-size: 200px 160px;
	width: 200px;
	height: 160px;*/
	border: 1px ;
	margin: 10px; 	
	float: right;

}
#columnaderecha3{
	background:url(../images/leoyclara.jpg);
	background-size: 200px 160px;
	width: 200px;
	height: 115px;
	border: 1px ;
	margin: 10px; 	
	float: right;
}
#columnaderecha4{
	background:url(../images/conferencia.jpg);
	background-size: 200px 160px;
	width: 200px;
	height: 100px;
	border: 1px ;
	margin: 10px; 	
	float: right;
}
#columnaderecha5{
	background:url(../images/coachingvida.png);
	background-size: 200px 160px;
	width: 200px;
	height: 160px;
	border: 1px ;
	margin: 10px; 	
	float: right;
}

#video{
    padding-top:10px;
}


.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;
}

.appWhatsapp {
    position: fixed;
    right: 26px;
    bottom: 100px;
    width: 60px;
    z-index: 1000;
}

.appWhatsapp img{
    width: 100%;
    height: auto;
}

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: 8px;
	text-align: right;
	font-style: normal;
}

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

}
 
 