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


body {
	background-color:#d6d7e8;
	text-align:center;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

.nlauto-contenedor {width:1145; margin:auto;}

.col2 {width:740px; margin:0; padding:0; overflow:hidden; float:left;}
.col1 {width:370px; margin:0; padding:0; overflow:hidden; float:left;}
.nlauto-framenotas, .nlauto-framearticulos, .nlauto-logo {
	-webkit-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;
	-ms-transition:all 1.5s ease;
}
.nlauto-cabecero {width:1140px; margin:auto;}
.nlauto-logo {
	float:left;
	width:596px;
	height:231px;
	background-size:100%;
	background-repeat:no-repeat;
}
.nlauto-banners {
	width:544px;
	float:left;
	margin:auto;
	margin-top:46px;
}
.nlauto-framearticulos {
	width:1110px;
	margin:auto;
	overflow:hidden;
	margin-top:15px;
}
.nlauto-articulo {
	width:524px;
	margin:0 15px;
	float:left;
	height:auto;
}
.nlauto-art-info {
	padding:15px;
	background-color:#000000;
	overflow:hidden;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
}
.nlauto-art-titulo {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}
.nlauto-art-info a {color:#FFDD00;}
.nlauto-art-img {
	width:250px;
	height:150px;
	float:right;
	padding-left:7px;
	border:none;	
}
.nlauto-art-sombra {
	width:350px;
	height:29px;
	margin:auto;
	background-image:url(https://www.redrim.com.mx:8443/news/sameimages/sombra-division_NLs.png);
	background-size:100%;
	background-repeat:no-repeat;
}
.nlauto-framenotas {
	width:1110px;
	overflow:hidden;
	height:auto;
	margin:auto;
	margin-top:15px;
}
.nlauto-nota {
	float:left;
	margin:0 15px;
	width:340px;
	height:291px;
	overflow:hidden;
}
.nlauto-nota-titulo {
	width:320px;
	height:50px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	background-color:#7c8497;
	border-radius:0 10px 0 0;
	padding:0 10px;
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
}
.nlauto-nota-descripcion {
	height:135px;
	text-align:left;
	background-color:#FFFFFF;
}
.nlauto-nota-img {
	width:135px;
	height:135px;
	float:left;
	display:block;
	border:none;
}
.nlauto-nota-txt {
	width:185px;
	float:left;
	padding:10px;
	font-size:13px;
	max-height:135px;
	overflow:hidden;
}
.nlauto-nota-datos {
	height:47px;
	background-color:#000000;
	border-radius:0 0 0 10px;
}
.nlauto-nota-empresa {
	width:219px;
	height:47px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	color:#FFFFFF;
	padding:0 10px;
	font: bold 12px Tahoma, Geneva, sans-serif; 
	line-height:1;
}
.nlauto-nota-logo {
	width:101px;
	height:47px;
	float:right;
	border:none;
	display:block;
}
.nlauto-nota-contacto {
	width: -moz-fit-content;
  	width: -webkit-fit-content;
  	width: fit-content;
	margin:auto;
	height:30px;
	margin-top:4px;
	background-color:#10388e;
	border-radius:7px;
}
.boton-contacto {
	width:85px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	float:left;
	vertical-align:middle;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	border-right: solid 1px #D6D7E8;
}
.boton-contacto a {text-decoration:none; color:#FFFFFF;}
.boton-contacto:hover {
	background-color:#0A255E;
}
.nlauto-nota-sombra {
	width:237px;
	height:17px;
	margin:auto;
	background-image:url(https://www.redrim.com.mx:8443/news/sameimages/sombra-division_NLs.png);
	background-size:100%;
}
.nlauto-display {
	float:left;
	margin:0 15px;
	width:340px;
	height:582px;
	overflow:hidden;
}
.nlauto-display-imagen {
	width:340px;
	height:523px;
	overflow:hidden;
}
.nlauto-display-imagen img {
	width:100%;
	height:auto;
	display:block;
	border:none;
}

@media only screen and (max-width: 1100px) {
.col1 {width:100%;}
.nlauto-contenedor {width:775;}
.nlauto-framenotas, .nlauto-framearticulos {width:740px;}
.nlauto-cabecero {width:770px;}
.nlauto-banners {
	width:544px;
	float:none;
	margin:auto;
	margin-top:0;
}
.nlauto-logo {width:770px;}
.nlauto-articulo {width:710px;}
}


@media only screen and (max-width: 770px) {
.nlauto-contenedor {width:405;}
.col2 {width:100%;}
.nlauto-framenotas, .nlauto-framearticulos {width:370px;}
.nlauto-cabecero {width:400px;}
.nlauto-banners {
	width:400px;
	float:none;
	margin:auto;
	margin-top:0;
}
.nlauto-logo {width:400px;}
.nlauto-articulo {width:340px;}
.nlauto-art-img {
	width:100%;
	height:auto;
	float:none;
	padding-left:0;
	padding-bottom:10px;
	border:none;	
}
}