		*{
		margin: 0;
		padding: 0;
	}



header.lcpixel{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	background-color: black;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(../img/headerbg.jpg);
	 background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}

nav.lcpixel{
	width: 100%;
	height: auto;
	min-height: 50px;
	position: relative;
	float: left;
	background-color: grey;

}

.div_container{
	width: 100%;
	height: auto;
	min-height: 100px;
	float: left;
	position: relative;
}

.slidecontainer{
	width: 100%;
	height: auto;
	min-height: 50px;
    margin: 0 auto;
    position: relative;

   
}

.logo{
	width: 400px;
	height: auto;
	position: relative;
  	background-repeat: no-repeat;
  	background-size: contain;
  	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.logowhite{
	display: none;
}

img{
	width: 100%;
	height: auto;
}


.fb_count {
  width: 95px;
  height: 95px;
  position: absolute;
  right: 10px;
  margin-top: -100px;
  background-color: #fff;
}

article{
	 font-family: 'allerregular';
	width: 90%;
	max-width: 975px;
	margin: 0 auto;
	position: relative;
}

h1.titulo{
	 font-family: 'allerbold_italic';
	text-align: center;
	font-size: 40px;
	padding-top: 15px;
	color: #444242;
	margin-top: -14px;
}
h2.subtitulo{
	font-family: 'aller_lightitalic';
	text-align: center;
	font-size: 30px;
	color: #444242;
}

h3.subtitulo{
font-family: 'allerregular';
text-align: left;
font-size: 25px;
color: #062f4f;	
}

p.texto{
	font-family: 'allerregular';
	padding: 10px;
	color: #444242;
	font-size: 18px;
	line-height: 18px;
	text-align: justify;
}

ul.ul{
		font-family: 'allerregular';
	padding: 10px;
	color: #444242;
	font-size: 18px;
	line-height: 18px;


}

.img_portada{
	width: 100%;
	max-width: 1375px;
	height: auto;
	min-height: 50px;
	background-color: grey;
	position: relative;
	margin: 0 auto;
}

	#footercontainer{
				font-family: 'allerregular';
					text-align: center;
					color: #fff;
					width: 100%;
					height: auto;
					background-color: #b0000c;
					float: left;
					padding: 5px;
					font-size: 15px;
					line-height: 15px;
							}

				.liga{
  				color: red;
					}

				.liga:hover{
 				color: #787875;
						}

				a{
 				 text-decoration: none;
					}

				#footer_lcpixel{
					font-family: 'Monda', sans-serif;
					font-size: 14px;
					text-align: center;
					color: #fff;
					width: 100%;
					height: auto;
					background-color: black;
					float: left;
					padding: 5px;
					
				}

	a.urlfooter{
		text-decoration: none;
		color: #fff;
		font-size: 17px;
	}	

	a.mailfooter{
		text-decoration: none;
		color: #fff;
	}		

@media only screen and (max-width:768px) {
	.logo {
	width: 300px;
	height: auto;
	margin-left: 5px;
	}	

	.logowhite{
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
}

	nav.lcpixel{
	width: 100%;
	min-height: 0px;
}
	}
