body {
    background-image: url();
    margin: 0;
    
}


/*.contenedor{
	
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}*/
form {
    width: 380px;
    margin: auto;
    background: rgba(0,0,0,0.4);
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 7px;
}


h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 22px;
    margin-bottom: 20px;
	padding-top: 10px;
    font-family: roboto_slab_regular;
}

input, textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    font-family: roboto_slab_regular;
    
}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton{
    width: 100px;
    background: #31384a;
    color: #fff;
    padding: 10px;
    font-family: roboto_slab_regular;
    border-radius: 10px;

        
}

#boton:hover{
    cursor: pointer;
    
}

@media (max-width:700px){
	
	body{
        padding-top: 110px;
    }
	
	
    form{
        width: 100%;
    }
    
    .cont2{
    width: 100%;
    height: 540px;
    background: white;
    padding: 5px;
    float: left;
    box-sizing: border-box;
    }
    
    .cont3 {
    width: 100%;
    height: 430px;
    background: #fff;
    padding: 10px 5px;
    float: left;
    box-sizing: border-box;
    font-family: roboto_slab_regular;
    text-align: justify;
    color: rgba(6,6,6,0.6);
    }
    

    .cont3 .img2 {
    width: 100%;
    height: 150px;
    display: block;
    margin-left: auto;

    }
    aside .img1{
    width: 100%;
    height: 120px;
    padding-bottom: 20px;

    }
	
	.cont3 .img1 {
    width: 100%;
    height: 150px;
    display: block;
    margin-left: auto;

    }
	
	.lg{
		text-align: left;
		
	}
    
	header nav ul li a {
    color: white;
    display: block;
    text-decoration: none;
    padding: 10px;         
    padding-bottom: 8px;
    font-size: 14.5px;
	margin: auto;

}
	.itemr {
	color: white;
	background: darkblue;
	padding: 10px;

	}
}

    
    
    






