/* CSS Document */

	
	{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
body {
	font-family: Verdana;
	text-align:center;
	
 }


h1 {
 	float: center;
	text-align:center;
 }
 
 
#banner {
	margin-top: 0;
	position:relative;
	background-image: url(images/nuevo/barra-vertical.jpg);
	height: 120px;
	}
	
#banner img {
	width: 100%;
	height:100%;
	max-width: 863px;
	max-height: 120px;	
		}
	
	
	
#banner1 {
	position:relative;
	height: 200px;
	background-color: #FFFFFF;
	}
	
#banner1 .contenedor{
	display: flex	;
	justify-content: center;
	width: auto;
	height:auto
	background-color: #FFFFFF;
	} 
		
#banner1 img {
	width: 100%;
	height:100%;
	max-width: 520px;
	max-height: 194px;
		}	
		
		
		
	
#banner2 {
	position:relative;
	background-image: url(images/nuevo/barra-horizontal.jpg);
	height: 20px;
	}
			
#banner2 img {
	width: 100%;
	height:100%;
	max-height: 20px;
	}	
	
	
		
#buscador {
	position:relative;
	height: 270px;
	background-color: #FFFFFF;
	}
	
#buscador .contenedor{
    display: flex	;
	justify-content: center;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	} 	
	
#buscador img {
	width: 100%;
	height:100%;
	max-width: 330px;
	max-height: 250px;
	}	
	
	

#espaciador {
	position:relative;
	background-image:  url(images/nuevo/barra-horizontal.jpg);
	height: 27px;
		}	
		
#espaciador .contenedor{
	position:relative;
	height: 27px;
	background-image:  url(images/nuevo/barra-horizontal.jpg);
	}	
	
#espaciador .image{
	position:relative;
	height: 27px;
	background-image:  url(images/nuevo/barra-horizontal.jpg);
	}		
	
			
	
#datos .contenedor{
	display: flex	;
	justify-content: center;
	width: 100%;
	max-width: 800px;
	margin:auto;

	background-color: #FFFFFF;
	} 	
	
#datos article{	
	text-align:left;
	margin:auto;
		}
	
#datos img{	
	width: 100%;
	height: 100%;
	max-height:285px;
	max-width:215px;
	}
	
#otros {
	position:relative;
	height: 135px;
	background-color: #FFFFFF;
	}
		
#otros .contenedor{
	display: flex	;
	justify-content: center;
	width: auto;
	background-color: #FFFFFF;
	} 	
	
	
	
#otros article{	
	text-align:center;
		}
	
#otros img{	
	width: 100%;
	height: 100%;
	max-height:100px;
	max-width:112px;
	}	
	
	
#articulos {
	background-color: #FFFFFF;
	}
		
#articulos .contenedor{
	display: flex	;
	justify-content: center;
    flex-wrap: wrap;
	background-color: #FFFFFF;
	margin:auto;
	} 	
	
#articulos  img {
	width: 100%;
	height:100%;
	max-width: 412px;
	max-height: 93px;
	}	


	
#contacto {
	background-color: #FFFFFF;
	} 		 

#contacto .contenedor{
	display: flex	;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	margin:auto;
	} 	
	
#contacto img{	
	width: 100%;
	max-width:135px;
	max-height:168px;
	margin: 25px;
	}	

	
	
#footer {
	width: 100%;
	height: 60px;
	background-image: url(images/nuevo/barra-vertical.jpg);
}	
	
#footer .contenedor{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:auto;
	} 		
 
 @media (min-width:1024px) {
.contenedor{
 		width: 600px;
		justify-content: center;
		}
}	

 @media (min-width:480px) {
.contenedor {
 		width: 90%;
		margin: center;
	}
}
	
	
