@charset "UTF-8";
/*
   chi_siamo.css
   herostore
   
   Created by Michael Ballanti on 2015-03-09.
   Copyright 2015 Michael Ballanti. All rights reserved.
*/
#container_content {
    background: #F1F3F2;
}
.fascia_top {
    background: #f5f5f5;
    padding: 15px 0px;
    border-bottom: solid 1px #502b27;
}
.cont_fascia_top {
    color: #502b27;
    font-size: 19px;
    text-transform: uppercase;
    width: 980px; 
    margin: auto;
}
#contChiSiamo {
    width: 980px;
    font-size: 14px;
    margin: 25px auto;
}
#blocco_sx {
	display: inline-block;
	width: 50%;
}
#blocco_sx img {
	width: 100%;
}
#blocco_dx {
	display: inline-block;
	width: 49%;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}
@media screen and (min-width: 1280px) { 
    .cont_fascia_top {
        font-size: 24px;
        width: 1185px;
    }
    #contChiSiamo {
        width: 1185px;
        font-size: 18px;
    }
}