/* GENERAL ----------------------------*/
.header{display:inline-block;
          padding:5px 5px;
          text-align:center;
          width:100%;
          font-size: 1.0em;
          }
    .logo{float:left;}

 .header b {font-size:1.8em;
                 width:100%;
                 text-align:center;}

img{
	max-width: 100%;
	height: auto;
}

div.p {background-color:#c80000;text-align: center;}
div.p a{color:white; padding:0.8%}
div.p a:hover {color: orange;}

div.c{text-align:center;}

div.img {
    margin: 0px; padding: 10px;
    border: 1px solid #ccc;
    float: left;
    width: 320px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: 200px;
}

div.desc {
    padding: 2px;
    text-align: left;
}

a{
/*	color: #orange;             */
	 padding: 0em; line-height: 2; width:100%; text-decoration: underline}
a:hover {color:  #bD6644;}

h1{
	margin-top: 0.5em; margin-bottom: 0em;
	font-size: 2em;
	line-height: 1;
}
h2{	font-size: 1.4em;
	margin-top: 0.3em;
	margin-bottom: .5em;
	line-height: 1.2;}

 h3{font-size: 1.2em;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	line-height: 1;
}

p{
	margin-top: 0;
	margin-bottom: 1em;	
}

/* TEMPLATE ----------------------------*/

html{
	font-size:100%;
	color: #424242; 
}


body{
/*	background: #FBFAF5; */
	max-width: 68em;
	padding: 0 1%;
	margin: 0 auto;
	line-height: 1.4;
	font-family: "lft-etica", sans-serif;	
/*	font-family: "adelle", georgia, serif;*/
}
.img-cont{
	text-align: center;
}

}




