html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 0px;
	color: #777;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer{
	background:#fff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 0 40px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url(../images/menu.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 1px;
	left: 3px;
	color:#7dba00;
	background-color: #FFFFFF;
}
.content
{
	padding: 0% 0% 0% 0%;
}
.contentLOGO
{
	padding: 0% 10% 4% 0%;
}
.contentSOCIAL
{
	vertical-align:middle;
	text-align:center;
	padding-top: 5%;
	padding-bottom:5%;

}
.LOGO{
	width: 200px;
	height: 70px;
}
.franja
{
	height: 100%;
	color:#FFF;
	background-color: #7dba00;
	margin-top:0px;
	line-height: 22px;
	padding-top:10px;
	padding-bottom:5%;
}
#foto{
	/*background-color:#F00;*/
	height:100%;
	line-height: 0px;
}

.txtTITOL{
	font-family: Arial, Helvetica, Verdana;
	font-size: 18px;
	font-weight:bold;
	text-align:justify;
	color: #FFF;
}
.txtSECCIONS{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	text-align:justify;
	line-height:18px;
	color: #FFF;
	margin-bottom:2px;
}
.txtFORM{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	text-align: center;
	line-height:7px;
	color: #FFF;
	padding-bottom:20px;
	padding-top:30px;
}
.tablaTXT{
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
}

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

.LOGO{
	width: 50%;
	height: 50%;
}
.contentLOGO
{
	padding: 0% 6% 4% 0%;
}
}
