
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
    background: #f2f2f2;
    font-size: 1em;
    line-height: 1.5em;
}

h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
    
		
}

p {
    margin:0.5em 0.5em 0.5em 0.5em;
   
}

img {
    max-width: 100%;
    height: auto;
}
#logo {
	height:73px;
	width:74px;
	float: left;
	padding:4px 10px 2px 10px;
	margin-left: 10px;
}

#logomenu {
	
	margin-top:18px;
	
	width: 38px;
    height: auto;
    margin-left: 30%;
}

#main-header {
	background: WHITE;
	color: white;
	height: 80px;
	box-shadow: 2px 2px 10px #666;
	

	margin:auto; /* Centramos los elementos */
	 /* overflow:hidden;Eliminamos errores de float */
}	
	#main-header a {
		color: #004399;
	}
 
 #main-footer {
	background: #e6f4fa;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}
	#main-footer p {
		margin: 0;
	}
	
	#main-footer a {
		color: #004399;
	}
/*
 * Logo
 */
#logo-header {
	float: left;
	padding: 28px 25px 25px 0px;
	text-decoration: none;
}
	#logo-header:hover {
		color: #0b76a6;
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 0.8em;
		color: #999;
	}
	
 
/*
 * Navegación
 */

				
#main-header {
	background: WHITE;
	color: BLACK;
	height: 80px;
	
	width: 130%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
	box-shadow: 2px 2px 10px #666;
}

/*
 * menuuu laterallll
 
 
 */
 #menu2 ul{
 margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
    margin-left: 35px;
 
 
 }
 
 #menu2 ul li {
    display: inline-block;
    line-height: 48px;
 }
 
 #menu2 ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

 #menu2 ul li a {
    padding: 40PX 25PX 25PX 25PX;
    text-decoration: none;
}
 
  .menu_bar {
	display:none;
	
}


	    #menu{
	display:none;
}
@media screen and (max-width:800px ) {

		    #menu2{
	display:none;
}
 
	#menu{
	display:inline;
}
#menu ul li {
    background-color:#ffffff;
}

#menu ul {
    list-style:none;
    margin:0;
    padding:0;
}

#menu ul a {
    display:block;
    color:white;
    text-decoration:none;
    font-weight:400;
    font-size:15px;
    padding:10px;
    font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  text-transform:uppercase;
	  letter-spacing:1px;
}

#menu ul li {
    position:relative;
    float:left;
    margin:0;
    padding-right:60px;
}

#menu ul li:hover {
    background:white;
}

#menu ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    padding:0;
}

#menu ul ul li {
    float:none;
    width:150px
}

#menu ul ul a {
    line-height:120%;
    padding:10px 15px;
}

#menu ul li:hover > ul {
    display:block;
}
#cerrarmenu:hover{
	display:none;
}
}

/*
formulario
*/
.lista1 {
     display:inline;
     padding-left:3px;
     padding-right:3px;
     float:right;
     width:34%;
		height:100%;
		margin-top:18px;
}
.nom{
	float:right;
	
}
.label{
	float:right;
	
}
 /*Poner un overflow auto en la caja exterior es el método 1 para expandor la caja exterior hasta abajo. funcionará en la mayoría de navegadores.*/
/*  overflow: auto;*/ /*Poner un overflow auto en la caja exterior es el método 1 para expandor la caja exterior hasta abajo. funcionará en la mayoría de navegadores.*/
/*  overflow: auto;*/
.ext {
  width: auto;
  background-color: black;
  box-shadow: 10px 5px 5px black;
  
  padding: 10px;
  height: auto;
  /*Poner un overflow auto en la caja exterior es el método 1 para expandor la caja exterior hasta abajo. funcionará en la mayoría de navegadores.*/
/*  overflow: auto;*/
}

.int {
  width: 264px;
  background-color: white;
   box-shadow: 4px 5px 14px black;
 border-radius: 12px;
  overflow: hidden;
  /*comenta o descomenta las propiedades overflow*/
  /* overflow: visible;*/
    margin-left: 17px;
 margin-top: 84px;
 margin-bottom: 30px;
  padding: 10px;
  float: left;
  height: auto;
}

.imgs {
  width: 250px;
  height: 200px;
}

.ext {
  clear: both;
}
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    box-shadow: 0px -5px 15px gray;
    padding: 7px;
    text-align: center;
    z-index: 99;
}
/*#clear{clear:both;}*/