*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	
}

body {
    font-family: 'Roboto', sans-serif;
}

header{
	max-width: 100%;
	text-align: center;
}

header img{
	padding: 1em;
}

header nav ul{
	margin: 0;
	padding-bottom: 1em;
}
	
header nav ul li{
	display:block;
	padding-top: 1em;
	padding-bottom: 0,5em;
	list-style-type: none;

}

header nav ul li a{
	display: block;
    font-size: 11px;
    text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}

.tienesub {	
	position: relative;
}


.sublista {
    display: none;
    position: absolute;
    padding-top: 0px;
    margin-left: 17px;
    width: 100%;
    text-align: left;
    border: 1px solid black;
    padding-bottom: 0px;
    border-bottom: none;
    background: white;
}

	
.tienesub:hover .sublista {
	display: block;
}

header nav ul.sublista li {
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #dedede;
    width: 100%;
    padding: 10px;
}

.sublista li:hover {
	
	
}


#novedades h1{
   background-color:#137281;
   width: 100%;
   text-align: left;
   padding-top: 30px;
   padding-left: 20px;
    padding-bottom: 5px;
    height: 80px;
    font-size: 20px;
	color: white;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
    
}

#novedades{

    margin 0 auto;
	max-width: 100%;
   
	
}

figure figurecaption img{
	position: relative;
	max-width: 90%;
}


figure img {
	width: 100%;
	
}

figure h2{
	font-size: 1rem;
	color: white;
    text-shadow:  3px 3px 3px black;
	position: absolute;
	margin-top: -4em;
	margin-left: 4%;
    text-align: left;
	
}

footer {
	background: black;
    
	
}

footer p {
	font-size: 0.8em;
	color: white;
	font-style: italic;
	padding: 1em;
	margin: 1em;
	padding-bottom: 1em;
	text-align: center;
}

.footer-logos{
	text-align: center;
	word-spacing: 3em;
	
}

footer img{
	max-width: 70%;	
	margin: -0.5em;
	padding-top: 2em;
	
}






@media screen and (min-width: 500px) {

header{
		
	}
	
header img{
	margin-top: 1em;
	padding: 1em;
	float: left;
	clear: both;
}

header nav ul{

	padding-top: 3em;


	}	
	
header nav ul li{
	display:block;
	padding-top: 1em;
	padding-bottom: 0,5em;
	list-style-type: none;
	
}

header nav ul li a{
	display: block;
    font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	padding-right: 4em;
}


.sublista {
	display: block;
}	
	
	
	
	
	
@media screen and (min-width: 800px) {
	
	header{
		height: 15em;
	}

	header img{
		margin-left: 5em;
		float: left;
		width: 200px;
	}

	
	header nav ul{
		margin-top: 7em;
		width: 65%;
		text-align: right;
		float: right;
		
		
		}
	
	header nav ul li{

		display: inline-block;
				
	}
		
	header nav ul li a{
		text-decoration: none;
		font-size: 11px;
		margin-left: 1em;
		padding-right: 2em;
		
	}
    
     figure{
        display: inline-block;
        width: 45%;    
    }
    
    
	figure img{
		position: relative;
		width: 100%;
		

	}

	figure img {
		width: 90%;

	}
    
     figure h2{
	font-size: 1rem;
	color: white;
    text-shadow:  3px 3px 3px black;
	position: absolute;
	margin-top: -3em;
	margin-left: 3%;
    text-align: left;
    }
   
    
    
#novedades {
    width:76%;
    text-align:left;
    margin-left: 11%
    }
    
#novedades h1{
    margin-bottom: 10px;
    font-size: 34px;
    max-width: 100%;
}
    
figure img{
    width: 100%;
    margin-left: 25px;
    

    
    
    



    
    
    
    
      
    