* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
body {background-color:#fff;
 font-family: 'Arial', sans-serif; /* Cambia 'Arial' por la fuente que prefieras */
}
 

.contenedor {
	
	background-color:#D6350D;
	text-align:center;
}


.mi-imagen1 {
   width: 50%;
    
}
	
.mi-imagen2,.mi-imagen3,.mi-imagen4,.mi-imagen5,.mi-imagen6 {
   width: 5%;
   margin:5em 0.2em;
  border: solid 1px white;
   border-radius: 50%; /* Agrega esquinas redondeadas al botón */
}


.mi-imagen2:hover,.mi-imagen3:hover,.mi-imagen4:hover,.mi-imagen5:hover ,.mi-imagen6:hover {
   width: 10%;
  border-radius: 50%; /* Agrega esquinas redondeadas al botón */
}


.titulo-sitio {
    font-size: 2em; /* Cambia el tamaño del texto según tus preferencias */
    margin: 1em;
}

.boton-enlace {
    display: inline-block;
    padding: 10px 20px;
	margin-left:2em;
    font-size: 16px;
    text-decoration: none;
    background-color: #4CAF50; /* Cambia el color de fondo del botón según tus preferencias */
    color: #fff; /* Cambia el color del texto del botón según tus preferencias */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
    transition: background-color 0.3s ease; /* Agrega una transición suave al color de fondo */
}

.boton-enlace:hover {
    background-color: #45a049; /* Cambia el color de fondo al pasar el ratón sobre el botón */
}


#descripcion{
	
	
	top:2em;
	padding:1em;
	width:100%;
	height:12em;
	font-size: 1em;
	font-family: Arial;
	
	}

#descripcion {text-align: justify ;}


.mi-footer {
   background-color: #333; /* Cambia el color de fondo del footer según tus preferencias */
    color: #fff; /* Cambia el color del texto del footer según tus preferencias */
    text-align:center;
    
	padding: 1em 1em;
	bottom: 0;
    width: 100%;
	
}



.mi-pie1 {
	position:relative;
	display:inline-block;
	width:20em;
	height:6em;
	top:-0.65em;
	margin: 1em 0em;
	padding: 1em 2em;
	border: solid 1px white;
	z-index:10
}

.mi-pie2 {
	position:relative;
	display:inline-block;
	width:20em;
	height:6em;
	top:0.5em;
	margin: 1em 0em;
	padding: 1em 2em;
	border: solid 1px white;
	z-index:2
}

.mi-pie3 {
	position:relative;
	display:inline-block;
	width:20em;
	height:6em;
	top:0.5em;
	margin: 1em 0em;
	padding: 1em 2em;
	border: solid 1px white;
	z-index:1
}
