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

#menucabecera {
	background-color: rgba(255,255,255, .87);
	}

#ligthbox {
	background-image:url(../image/legal-fondo3.jpg);
	background-repeat:no-repeat;
	background-size: 100% auto;
	top:0px;
	}

#imagencabecera {
	width:100%;
	}

#oficina {
	width:90%;
	max-width:1300px;
	padding-bottom:15px;
	margin:auto;
	}

h1 {
	font-family:"Peugeot-Light-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:54px;
	margin-top:-30px;
	margin-bottom:35px;
	font-weight:100;
	color:#7e7e7e;
	text-decoration:none;
	}

h3 {
	font-family:"Peugeot-Light-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	margin-top:opx;
	margin-bottom:opx;
	padding-top:opx;
	padding-bottom:opx;
	padding:opx;
	text-decoration:none;
	font-weight:100;
	text-align:left;
	}

.textoaviso {
	font-family:"Peugeot-Light-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:justify;
	margin-top:-12px;
	margin-bottom:-8px;
	padding-top:opx;
	padding-bottom:opx;
	padding:opx;
	font-weight:100;
	text-decoration:none;
	line-height:1.2;
	}

.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:1000px) {
	#oficina {
		padding-top:14px;
		}
	}

@media screen and (max-width:800px) {
	#oficina {
		padding-top:20px;
		}
	}

@media screen and (max-width:600px) {
	
	#ligthbox {
		margin-top:52px;
		}
	#oficina {
		padding-top:26px;
		}
	h1 {
		font-size:44px;
		}
	h3 {
		font-size:21px;
		}
	.textoaviso {
		font-size:14px;
		}
	}

@media screen and (max-width:500px) {
	#oficina {
		padding-top:34px;
		}
	}