*{
	margin-left:auto;
	margin-right:auto;
	max-width:1080px;
}

body{
	
}

picture{
	
	border-bottom: solid 1px;
	color: black;
}

nav{
	height:60px;
	
}

nav ul{
 list-style: none; /* Se elimina la viñeta */
 display: block;
 }
 
nav ul li{
 float: left; /* Se alinean los botones */
 margin: 15px 20px; /* Distancia de separación entre botones */
}

nav ul li a, nav ul li a:link{
 text-decoration: none; /* Se quita el hipervínculo */
 font-family: Raleway;
 font-size: 18px; /* Tamaño del texto del menú */
 color: gray; /* Color del texto */
 padding: 3px 10px; /* Ancho y alto de los botones */
 cursor: pointer;

}

#celdas{
	/*width:1080px;*/
	height:auto;
	display:inline-flex;
	margin-bottom:30px;
	
}
#celda1{
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	box-shadow:3px 3px 4px gray;
}

#lineabase{
	text-align: center;
	border-bottom: solid 1px; color:black;
}

h1{
	font:20px Poppins, sans-serif;
	color:#FF6633;
	float:left;
	text-shadow: 2px 2px 3px gray;
	padding-left:10px;
}

h2{
	font: 16px poppins, sans-serif;
	color:gray;
	float:left;
	padding-left:20px;
}

h3{
	float:left;
	margin-right: 10px;
	font: bold italic 70px century gothic, sans-serif;
	color:#FF6633;
	text-shadow: 4px 4px 6px gray;
	line-height:.9;
	word-wrap:break-word;
}

p{
	font: 14px poppins, sans-serif; color:black;
	margin-left:10px;
	word-wrap:break-word;
	text-align:justify;
	/*overflow:none;*/
}
h4{
	font: bold 22px century gothic, sans-serif; color:#0099FF;
	text-align:left;
	text-shadow: 2px 2px 4px gray;
	word-wrap:break-word;
}

h5{
	font-family: Raleway, sans-serif;
	color:gray;
	font-size: 32px;
	text-align: center;
	
	
}

h6{
	font-family: bold Montserrat, sans-serif;
	color:black;
	font-size: 32px;
	text-shadow: 2px 2px 2px gray; 
	text-align: center;
}

.foto{
	/*clear: left;*/
	border: solid 1px; color:white;
	float: right;
	margin-left: 20px;
}

article{
	text-align:justify;
	word-wrap:break-word;
	border-bottom: solid 1px;
	border-bottom-color: gray;
}

#container{
	float:left;
	margin-top:25px;
	border-bottom: solid 1px; color:gray;
	height:auto;
	display:flex;
}

#col1{
	float: left;
    padding-left: 10px;
	padding-right:10px;
	width:350px;
    height:auto;
	font: bold 14px century gothic, sans-serif; color:gray;
	text-align: left;	
	
}

#pie{
	float:left;	
	width:350px;
	font: bold 14px century gothic, sans-serif; color:gray;
	text-align: left;
	word-wrap:break-word;
	padding-left:10px;
	height:auto;
}

#col3{
	float:left;
	font: bold 14px century gothic, sans-serif; color:gray;
	text-align: left;
	width:320px;
	height:auto;
	padding-left:10px;
	word-wrap:break-word;
}
	
#invitacion{
	clear: both;
	width:1080px;
	border-bottom: solid 1px; color:gray;
	margin-left:0px;
	text-align:center;
}

#base{
		padding-top: 50px;
		
}
