@charset "UTF-8";
/* CSS Document */

#napa2 {
		display:none;
		}

#ligthbox {
	background-image:url(../image/contable_1.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	}

#entrada {
	width:80%;
	max-width:1100px;
	margin:auto;
	text-align:justify;
	margin-bottom:55px;
	}

#contenidos {
	width:90%;
	max-width:1250px;
/*	background-color:#EEE2E2;*/
	margin:auto;
	}

#publicidad {
	width:100%;
	max-width:780px;
	margin:auto;
	margin-top:-6px;
	margin-bottom:35px;
	}

#publici_2_2 {
	display:none;
	}

h1 {
	font-family:"Peugeot-Light-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#3e3e3e;
	text-align:left;
	}

h2 {
	font-family:"Peugeot-Light-Italic-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:22px;
	color:#006633;
	text-align:left;
	}

h3 {
	font-family:"Peugeot-Light-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	color:#8e8e8e;
	line-height:1.6;
	}

p {
	font-family:"Peugeot-Light-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:15px;
/*	text-indent:20px;*/
	line-height:1.5;
	color:#575756;
	text-align:justify;
	margin-bottom:26px;
	}

.subtitulo1 {
	font-family:"Peugeot-Light-Italic-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:22px;
	line-height:1.6;
	}

.destacado {
	font-family:"Peugeot-Normal-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:19px;
	color:#006633;
	}

@media screen and (max-width:600px) {
	
	#ligthbox {
		background-image:url(../image/contable_2.jpg);
		}
	#napa {
		display:none;
		}
	
	#napa2 {
		display:block;
		}
	
	#publicidad {
		display:none;
		}
	
	#publici_2_2 {
		display:block;
		width:90%;
		margin:auto;
		margin-top:0px;
		margin-bottom:42px;
		}
	
	}




