@charset "utf-8";
/* CSS Stylesheet ZANA Cosmetics */

body,html,ul,li{
	margin: 0;
	padding: 0;
}

body{

}

div.outer{
background: #0a6694;
}

a{
	color: inherit;
}

div.container{
	padding: 60px 20px;
	max-width: 960px;
	margin: 0 auto;
	font-size: 23px;
	text-align: center;
	color: #0a6694;
	font-family: 'Lato', serif;
}

h3{
font-size: 30px;
}

div.outer div.container{
color: #fff !important;
}

img.logo{
	padding: 40px 0 30px;
	margin: 20px 0;
	max-height: 200px;
	max-width: 80%;
}

img.foto{
	margin: 20px 0;
	max-height: 200px;
	max-width: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border: 3px solid #fff;
}

table{
	display: inline-block;
	text-align: left;
}

iframe{
	display: inline-block;
	margin: 30px 0 10px 0;
	border: 0;
}

@media only screen and (max-width : 600px) {

img.logo{
margin: 10px 0 0 0;
}

	div.container{
	font-size: 16px
	}
	
	h3{
		font-size: 18px;
	}

}