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


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding-bottom:25px;
}

.color-nlrim{background-color:#FBE2BA;}
.color-nlauto{background-color:#d6d7e8}

.conten-nls{
	margin:auto;
	border-radius:0 0 5px 5px;
	width:100%;
	height:auto;
	max-width:730px;
	background-color:#fff;
	overflow:hidden;
	box-shadow:1px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 2px 10px rgba(0,0,0,0.5);
}
.info-nls {
	padding-top:15%;
	margin:auto;
	width:90%;
	height:auto;
	max-width:650px;
	overflow:hidden;
}

.img-head-nlrim{
	background-image:url(../news/sameimages/head-nlrim.jpg);
	background-repeat:no-repeat;
	background-size:100%;}

.img-head-nlauto{
	background-image:url(../news/sameimages/head-nlauto.jpg);
	background-repeat:no-repeat;
	background-size:100%;}
	
.logo-nls {
	float:right;
	width:auto;
	height:auto;
	max-height:100px;
	max-width:210px;
	margin-bottom:10px;
}	

.empresa-nls {
	max-width:50%;
	width:auto;
	background-color:#991219;
	color:#FFFFFF;
	padding:4px 8px;
	font-size:16px;
	font-weight:bold;
}

.producto-nls {
	font-size:22px;
	font-weight:bold;
}

.tel-nls {
	font-size:16px;
	font-weight:bold;
}

.cuadro-botones {
	width:90%;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:15px 0;
	max-width:650px;
}
.boton {
	float:left;
	width:100px;
	height:auto;
	margin-right:6px;
	padding:8px 2px;
	background-color:#991219;
	border-radius:6px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.boton:hover {background-color:#1200FF;}
.boton a {text-decoration:none;}

.imagenC15, .imagenC20, .imagenC25, .imagenC30, .imagenC35, .imagenC40, .imagenC45, .imagenC50, .imagenC55, .imagenC60 {height:auto; max-width:650px; float:right; margin:0 0 15px 15px; clear:right;}

.imagenC15 {width:15%;}
.imagenC20 {width:20%;}
.imagenC25 {width:25%;}
.imagenC30 {width:30%;}
.imagenC35 {width:35%;}
.imagenC40 {width:40%;}
.imagenC45 {width:45%;}
.imagenC50 {width:50%;}
.imagenC55 {width:55%;}
.imagenC60 {width:60%;}
.imagenC100 {width:100%; height:auto; max-width:650px; float:none; margin:3px 0;}


@media only screen and (max-width: 450px) {
	
.conten-nls{
	margin:0;
	border-radius:0;
}

.logo-nls {
	float:none;
	clear:right;
	width:100%;
}

.conten-nls .empresa-nls, .producto-nls {float:left; width:100%; margin:5px 0; max-width:100%;}

.imagenC40, .imagenC45, .imagenC50, .imagenC55, .imagenC60 {
	width:100%;
	height:auto;
	max-width:100%;
	float:none;
	margin:auto;
}

.imagenC15, .imagenC20, .imagenC25, .imagenC30, .imagenC35 {
	width:60%;
	height:auto;
	float:right;
	margin:auto;
	margin:0 0 5px 5px;
}
}


