/************ 
//--------------------------------
// GENERAL
//-------------------------------
************/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #FFFFFF; 
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 80px;
	background: 
    url('images/fondo_nuevo.jpg') center center fixed; /* Ruta de tu tercera imagen */
	
	
	
	
	
}

h1 {
	font-size: 2.3em;
  line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
}

img {
	max-width: 100%;
	height: auto;
}


/************ 
//-------------------------------
// CABECERA
//-------------------------------
************/
#main-header {
	background: #3e9099;
	color: blue;
	height: 80px;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	 /* Añade bordes y sombra */
    border: 1px solid #778899; /* Cambia el color y grosor del borde según tus preferencias */
    box-shadow: 0 0 20px rgba(0, 0, 0, 10); /* Cambia el color y opacidad de la sombra según tus preferencias */
}	
	#main-header a {
		color: white;
	}
	

/*
 * Logo
 */
#logo-header {
	float: left;
	padding: 15px 0 0 15px;
	text-decoration: none;
}
	
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: bold;
		font-size: 1em;
		color: #999;
		
	}
	
	#formulario {
		z-index: 1;
	}
/*
 * Navegación
 */
 
 
 
 
nav {
	float: right;
	 z-index: 2;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 80px;
		}
			
			nav ul li a {
				display: block;
				padding: 0 10px;
				text-decoration: none;
			}
			
				
				
	



/************ 
//------------------------------
// CONTENIDO
//------------------------------
************/
#main-content {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	
}

	#main-content header,
	#main-content .content {
		padding: 40px;
	}
	


/************
//-----------------------------
// PIE PÁGINA
//-----------------------------
************/
#main-footer {
    background: #3e9099;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    font-weight: bold;

    /* Añade bordes y sombra */
    border: 1px solid #778899; /* Cambia el color y grosor del borde según tus preferencias */
    box-shadow: 0 0 20px rgba(0, 0, 0, 10); /* Cambia el color y opacidad de la sombra según tus preferencias */
}

#main-footer p {
    margin: 0;
}
