@charset "utf-8";

@media only screen and (min-width: 769px) {
	
p{


}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}

.padding07vw{
	padding-top: 40px;
	padding-right: 5vw;
	padding-bottom: 0px;
	padding-left: 5vw;
}

.padding10bvw{
	padding-top: 0px;
	padding-right: 4vw;
	padding-bottom: 0px;
	padding-left: 4vw;
}
.padding10vw{
	padding-top: 0px;
	padding-right: 10vw;
	padding-bottom: 0px;
	padding-left: 10vw;
}

.paddingc20{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#contenidos100 {
	height: auto;
	width: 100%;
}

#contenidos90 {
	height: auto;
	width: 90%;
}

#contenidos80 {
	height: auto;
	width: 75%;
}

#contenidos75 {
	height: auto;
	width: 75%;
}

#contenidos67 {
	height: auto;
	width: 67%;
}

#contenidos66 {
	height: auto;
	width: 66%;
}

#contenidos60 {
	height: auto;
	width: 60%;
}

#contenidos50 {
	height: auto;
	width: 50%;
}
#contenidos40 {
	height: auto;
	width: 40%;
}

#contenidos34 {
	height: auto;
	width: 34%;
}
#contenidos33 {
	height: auto;
	width: 33%;
}
#contenidos30 {
	height: auto;
	width: 30%;
}
#contenidos25 {
	height: auto;
	width: 25%;
}
#contenidos20 {
	height: auto;
	width: 20%;
}
#contenidos10 {
	height: auto;
	width: 10%;
}
#contenidos05 {
	height: auto;
	width: 5%;
}
#contenidos_auto {
	height: auto;
	width: auto;
}

#contenidos100, #contenidos90, #contenidos80, #contenidos75, #contenidos67, #contenidos66, #contenidos60, #contenidos50, #contenidos40, #contenidos34, #contenidos33, #contenidos30, #contenidos25, #contenidos20, #contenidos10, #contenidos05  {
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	clear: none;
}

#contenidos_auto  {
	display: inline-block;
}

.ocultar_en_movil{
	display: inherit;
}
.ocultar_en_pc{
	display: none;
}

/*  ELEMENTOS ESPECÍFICOS */

#top {
	clear: both;
	float: none;
	height: 140px;
	width: 100%;
	background-image: url(../imagenes/fondo_top2.png);
	background-repeat: no-repeat;
}
#medio {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	min-height: 400px;
	background-color: #FFFFFF;
}
#top_medio {
	height: auto;
	width: 100%;
	position:relative;
	overflow-x: hidden;
	overflow-y: hidden;	
}
#pie {
	clear: both;
	float: none;
	width: 100%;
	background-image: url(../imagenes/fondo_pie.png);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	height: auto;
}
#contenidos_medio {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	float: none;
	box-sizing:content-box
}
#cinta {
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10000;
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #969696;
	font-style: normal;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#cinta:hover {
	top: 0px;
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#titulo_top {
	background-color: #88001A;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'PrimeLight', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 2px;
}
#promo {
	background-color: #1D1D1B;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 3px solid #D4C210;
}
#promo:hover {
	background-color: #000000;
}
#promo1 {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	clear: none;
	font-family: 'PrimeLight', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	background-image: url(../imagenes/fnd_promo1.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
}

#promo1 .destacados1{
	font-size: 18px;
}
#promo1 .destacados3{
	background-color: #1D1D1B;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#promo2 {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	clear: none;
	font-family: 'PrimeLight', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 13px;
	line-height: normal;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	letter-spacing: 1px;
	background-image: url(../imagenes/cajita.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: contain;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#promo2 .destacados2{
	color: #D4C210;
}

#home_express {
	clear: none;
	float: none;
	height: auto;
	min-height: 200px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 70px;
	padding-left: 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #575756;
}

#home_izquierda {
	clear: none;
	float: left;
	height: auto;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #333333;
}

#productos_izquierda {
	clear: none;
	float: left;
	height: auto;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #3C3C3B;
}

#home_avanzado {
	clear: both;
	float: none;
	height: auto;
	min-height: 200px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 70px;
	padding-left: 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#home_derecha {
	clear: none;
	float: right;
	height: auto;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #333333;
}

#productos_derecha {
	clear: none;
	float: right;
	height: auto;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #3C3C3B;
}

#home_express p{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}


#home_avanzado p{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
#home_express h1{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 20px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}

.productos_titulos{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 20px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}


#home_avanzado h1{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 20px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
.textos_verdes{
	color: #A6BE00;
}
.textos_rojos{
	color: #BD0613;	
}

#home_icono_express {
	background-image: url(../imagenes/eng_express.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 114px;
	width: 114px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
#eng_express_r1{
	width: 42px;
	height: 42px;
	position: absolute;
	background-image: url(../imagenes/eng_express_r1.png);
	background-repeat: no-repeat;
	left: 26px;
	top: 26px;
}
#home_icono_express:hover #eng_express_r1{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#home_icono_avanzado {
	background-image: url(../imagenes/eng_avanzado.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 114px;
	width: 114px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
#eng_avanzado_r1{
	width: 42px;
	height: 42px;
	position: absolute;
	background-image: url(../imagenes/eng_avanzado_r1.png);
	background-repeat: no-repeat;
	left: 27px;
	top: 27px;
}
#eng_avanzado_r2{
	width: 29px;
	height: 29px;
	position: absolute;
	background-image: url(../imagenes/eng_avanzado_r2.png);
	background-repeat: no-repeat;
	left: 65px;
	top: 47px;
}
#eng_avanzado_r3{
	width: 29px;
	height: 29px;
	position: absolute;
	background-image: url(../imagenes/eng_avanzado_r2.png);
	background-repeat: no-repeat;
	left: 44px;
	top: 68px;
}
#home_icono_avanzado:hover #eng_avanzado_r1{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#home_icono_avanzado:hover #eng_avanzado_r2{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#home_icono_avanzado:hover #eng_avanzado_r3{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}

#contenidos_pie{
	width: 100%;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#contenidos_pie p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'HelveticaLTStdRoman_0', "HelveticaNeueLT Std", Calibri, Arial;
	text-align: left;
	font-size: 8px;
	line-height: 16px;
	color: #868589;
	font-style: normal;
	font-weight: lighter;	
}
#titulo_pie {
	background-color: #981622;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'PrimeLight', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1px;
}
#titulo_pie2 {
	background-color: #981622;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'PrimeLight', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 1px;
}
#home_principales {
	background-color: #575756;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 5px solid #706F6F;
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

#home_principales a:link, #home_principales a:visited, #home_principales a:hover, #home_principales a:active{
	color: #FFFFFF;
	text-decoration:none;	
}

#home_item_principal1 {
	width: 20%;
	height: auto;
	min-height: 94px;
	min-width: 10px;
	float: left;
	clear: none;
	background-image: url(../imagenes/icono_home_fact_elect.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 66px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#home_item_principal1:hover {
	background-image: url(../imagenes/icono_home_fact_elect2.png);
}
#home_item_principal2 {
	width: 20%;
	height: auto;
	min-height: 87px;
	min-width: 10px;
	float: left;
	clear: none;
	background-image: url(../imagenes/icono_home_facturacion.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 73px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#home_item_principal2:hover {
	background-image: url(../imagenes/icono_home_facturacion2.png);
}
#home_item_principal3 {
	width: 20%;
	height: auto;
	min-height: 94px;
	min-width: 10px;
	float: left;
	clear: none;
	background-image: url(../imagenes/icono_home_presentismo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 66px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#home_item_principal3:hover {
	background-image: url(../imagenes/icono_home_presentismo2.png);
}
#home_item_principal4 {
	width: 20%;
	height: auto;
	min-height: 87px;
	min-width: 10px;
	float: left;
	clear: none;
	background-image: url(../imagenes/icono_home_inventario.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 73px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#home_item_principal4:hover {
	background-image: url(../imagenes/icono_home_inventario2.png);
}
#home_item_principal5 {
	width: 20%;
	height: auto;
	min-height: 94px;
	min-width: 90px;
	float: left;
	clear: none;
	background-image: url(../imagenes/icono_home_cc.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 66px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#home_item_principal5:hover {
	background-image: url(../imagenes/icono_home_cc2.png);
}

#home_soluciones {
	background-image: url(../imagenes/home_soluciones.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	min-height: 435px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#home_soluciones_item {
	width: 240px;
	height: auto;
	float: left;
	clear: none;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 70px;
	margin-bottom: 0px;
	background-image: url(../imagenes/fnd_soluciones_item.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 260px;
}
#home_soluciones_item h2 {
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 6px;
	margin-bottom: 24px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
}

#home_soluciones_item p {
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #575756;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
#modulos_contenedor_titulo {
	clear: both;
	float: none;
	height: 36px;
	width: 491px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 6px;
}
#modulos_contenedor_titulo_principal {
	clear: both;
	float: none;
	height: auto;
	width: 491px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 6px;
}
#modulos_contenedor_botones {
	clear: both;
	float: none;
	height: auto;
	width: 491px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#modulos_express {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	background-color: #161616;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#modulos_express_titulo {
	clear: none;
	float: left;
	height: 36px;
	width: 471px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url(../imagenes/fondo_verde.png);
	background-repeat: repeat;
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
}
#modulos_express_flecha {
	position: absolute;
	width: 91px;
	height: 31px;
	top: 34px;
	left: 189px;
	background-image: url(../imagenes/flecha_verde_abajo.png);
	background-repeat: no-repeat;
}
#modulos_express_flecha2 {
	position: absolute;
	width: 57px;
	height: 19px;
	top: 0px;
	left: 444px;
	background-image: url(../imagenes/flecha_verde_abajo2.png);
	background-repeat: no-repeat;
}
#modulos_avanzado_flecha2 {
	position: absolute;
	width: 57px;
	height: 19px;
	top: 0px;
	left: 444px;
	background-image: url(../imagenes/flecha_roja_abajo2.png);
	background-repeat: no-repeat;
}
#modulos_express_flecha3 {
	position: absolute;
	width: 57px;
	height: 19px;
	top: 0px;
	left: 444px;
	background-image: url(../imagenes/flecha_gris_abajo2.png);
	background-repeat: no-repeat;
}

#modulos_avanzado_flecha3 {
	position: absolute;
	width: 57px;
	height: 19px;
	top: 0px;
	left: 444px;
	background-image: url(../imagenes/flecha_gris_abajo2.png);
	background-repeat: no-repeat;
}

#modulos_avanzado {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	background-color: #161616;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#modulos_avanzado_titulo {
	clear: none;
	float: left;
	height: 36px;
	width: 471px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-repeat: repeat;
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
	background-color: #bc0613;
}
#modulos_avanzado_flecha {
	position: absolute;
	width: 91px;
	height: 31px;
	top: 34px;
	left: 189px;
	background-image: url(../imagenes/flecha_roja_abajo.png);
	background-repeat: no-repeat;
}
#modulo_express_boton {
	margin: 3px;
	padding: 10px;
	clear: none;
	float: left;
	height: 153px;
	width: 153px;
	border: 1px solid #80A11F;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	background-color: #575756;
}
#modulo_express_boton p{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#modulo_express_boton img{

}
#modulo_avanzado_boton {
	margin: 3px;
	padding: 10px;
	clear: none;
	float: left;
	height: 153px;
	width: 153px;
	border: 1px solid #bc0613;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #575756;
}
#modulo_avanzado_boton p{
font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#boton_express_fact_elec {
	background-image: url(../imagenes/iconos_botones/express_fact_elect01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_express_fact_elec:hover {
	background-image: url(../imagenes/iconos_botones/express_fact_elect02.png);
}

#boton_express_facturacion {
	background-image: url(../imagenes/iconos_botones/express_facturacion01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_express_facturacion:hover {
	background-image: url(../imagenes/iconos_botones/express_facturacion02.png);
}

#boton_express_presentismo {
	background-image: url(../imagenes/iconos_botones/express_presentismo01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_express_presentismo:hover {
	background-image: url(../imagenes/iconos_botones/express_presentismo02.png);
}

#boton_express_gastos {
	background-image: url(../imagenes/iconos_botones/express_gastos01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_express_gastos:hover {
	background-image: url(../imagenes/iconos_botones/express_gastos02.png);
}
#boton_express_inventario {
	background-image: url(../imagenes/iconos_botones/express_inventario01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_express_inventario:hover {
	background-image: url(../imagenes/iconos_botones/express_inventario02.png);
}
#boton_express_cc {
	background-image: url(../imagenes/iconos_botones/express_cc01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_express_cc:hover {
	background-image: url(../imagenes/iconos_botones/express_cc02.png);
}

#boton_express_vestimenta {
	background-image: url(../imagenes/iconos_botones/express_vestimenta01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_express_vestimenta:hover {
	background-image: url(../imagenes/iconos_botones/express_vestimenta02.png);
}
#boton_express_produccion {
	background-image: url(../imagenes/iconos_botones/express_produccion01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_express_produccion:hover {
	background-image: url(../imagenes/iconos_botones/express_produccion02.png);
}
#boton_avanzado_fact_elec {
	background-image: url(../imagenes/iconos_botones/avanzado_fact_elect01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_fact_elec:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_fact_elect02.png);
}

#boton_avanzado_facturacion {
	background-image: url(../imagenes/iconos_botones/avanzado_facturacion01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_facturacion:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_facturacion02.png);
}

#boton_avanzado_presentismo {
	background-image: url(../imagenes/iconos_botones/avanzado_presentismo01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_presentismo:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_presentismo02.png);
}

#boton_avanzado_gastos {
	background-image: url(../imagenes/iconos_botones/avanzado_gastos01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_gastos:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_gastos02.png);
}
#boton_avanzado_inventario {
	background-image: url(../imagenes/iconos_botones/avanzado_inventario01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_inventario:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_inventario02.png);
}
#boton_avanzado_cc {
	background-image: url(../imagenes/iconos_botones/avanzado_cc01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_cc:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_cc02.png);
}

#boton_avanzado_vestimenta {
	background-image: url(../imagenes/iconos_botones/avanzado_vestimenta01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_vestimenta:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_vestimenta02.png);
}
#boton_avanzado_produccion {
	background-image: url(../imagenes/iconos_botones/avanzado_produccion01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_produccion:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_produccion02.png);
}
#boton_avanzado_pedidos {
	background-image: url(../imagenes/iconos_botones/avanzado_pedidos01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_pedidos:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_pedidos02.png);
}
#boton_avanzado_punto_de_venta {
	background-image: url(../imagenes/iconos_botones/avanzado_punto_de_venta01.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 90px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	-webkit-transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}
#boton_avanzado_punto_de_venta:hover {
	background-image: url(../imagenes/iconos_botones/avanzado_punto_de_venta02.png);
}

#modulo_izquierda {
	clear: none;
	float: left;
	height: auto;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#modulo_derecha {
	clear: none;
	float: right;
	height: auto;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

#modulo_derecha h1{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #575756;
	font-style: normal;
	font-size: 10px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 0px;
}

#modulo_icono_express {
	background-image: url(../imagenes/eng_express.png);
	background-repeat: no-repeat;
	clear: none;
	float: left;
	height: 114px;
	width: 114px;
	margin-right: 20px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
#modulo_icono_express:hover #eng_express_r1{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}

#modulo_icono_avanzado {
	background-image: url(../imagenes/eng_avanzado.png);
	background-repeat: no-repeat;
	clear: none;
	float: left;
	height: 114px;
	width: 114px;
	margin-right: 20px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}

#modulo_icono_avanzado:hover #eng_avanzado_r1{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#modulo_icono_avanzado:hover #eng_avanzado_r2{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#modulo_icono_avanzado:hover #eng_avanzado_r3{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}


#modulo_izquierda h1{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #575756;
	font-style: normal;
	font-size: 20px;
	line-height: auto;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 84px;
}
#modulo_icono_avanzado_chico {
	background-image: url(../imagenes/eng_avanzado_chico.png);
	background-repeat: no-repeat;
	clear: none;
	float: right;
	height: 68px;
	width: 68px;
	margin-right: 50px;
	margin-left: 0px;
	margin-top: 56px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
}
#eng_avanzado_r1_chico{
	width: 25px;
	height: 25px;
	position: absolute;
	background-image: url(../imagenes/eng_avanzado_r1_chico.png);
	background-repeat: no-repeat;
	left: 16px;
	top: 16px;
}
#eng_avanzado_r2_chico{
	width: 17px;
	height: 17px;
	position: absolute;
	background-image: url(../imagenes/eng_avanzado_r2_chico.png);
	background-repeat: no-repeat;
	left: 39px;
	top: 31px;
}
#eng_avanzado_r3_chico{
	width: 17px;
	height: 17px;
	position: absolute;
	background-image: url(../imagenes/eng_avanzado_r2_chico.png);
	background-repeat: no-repeat;
	left: 26px;
	top: 40px;
}
#eng_avanzado_chico_texto{
	width: 120px;
	height: 20px;
	position: absolute;
	left: -26px;
	top: 72px;
}

#eng_express_chico_texto{
	width: 120px;
	height: 20px;
	position: absolute;
	left: -26px;
	top: 72px;
}


#modulo_icono_avanzado_chico:hover #eng_avanzado_r1_chico{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#modulo_icono_avanzado_chico:hover #eng_avanzado_r2_chico{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#modulo_icono_avanzado_chico:hover #eng_avanzado_r3_chico{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}

#modulo_icono_express_chico {
	background-image: url(../imagenes/eng_express_chico.png);
	background-repeat: no-repeat;
	clear: none;
	float: right;
	height: 68px;
	width: 68px;
	margin-right: 50px;
	margin-left: 0px;
	margin-top: 56px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
}
#eng_express_r1_chico{
	width: 25px;
	height: 25px;
	position: absolute;
	background-image: url(../imagenes/eng_express_r1_chico.png);
	background-repeat: no-repeat;
	left: 16px;
	top: 16px;
}
#modulo_icono_express_chico:hover #eng_express_r1_chico{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}

#modulo_lista_de_modulos_express {
	clear: none;
	float: left;
	height: auto;
	width: 300px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#modulo_lista_de_modulos_express ul {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#modulo_lista_de_modulos_express ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	font-style: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;

}#modulo_lista_de_modulos_express ul li:hover {
	background-color: #809B1F;	
	color: #FFFFFF;
}
#modulo_lista_de_modulos_express a:link {
	text-decoration: none;
	color:#575756	
}
#modulo_lista_de_modulos_express a:visited {
	text-decoration: none;
	color:#575756		
}
#modulo_lista_de_modulos_express a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
#modulo_lista_de_modulos_express a:active {
	color: #FFFFFF;
	text-decoration: none;	
}


#modulo_lista_de_modulos_avanzado {
	clear: none;
	float: left;
	height: auto;
	width: 300px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#modulo_lista_de_modulos_avanzado ul {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#modulo_lista_de_modulos_avanzado ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	font-style: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;

}#modulo_lista_de_modulos_avanzado ul li:hover {
	background-color: #BE0613;	
	color: #FFFFFF;
}
#modulo_lista_de_modulos_avanzado a:link {
	text-decoration: none;
	color:#575756	
}
#modulo_lista_de_modulos_avanzado a:visited {
	text-decoration: none;
	color:#575756		
}
#modulo_lista_de_modulos_avanzado a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
#modulo_lista_de_modulos_avanzado a:active {
	color: #FFFFFF;
	text-decoration: none;	
}

.modulo_actual_express{
	background-color: #809B1F;	
	color: #FFFFFF;
}
.modulo_actual_avanzado{
	background-color: #BE0613;	
	color: #FFFFFF;
}



#modulo_express_descripcion {
	clear: both;
	float: none;
	height: auto;
	width: 980px;
	border-top: 5px solid #80A11F;
	min-height: 180px;
	position: relative;
	background-color: #3C3C3B;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#modulo_express_descripcion_icono {
	width: 120px;
	height: auto;
	min-height: 180px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 50px;
	padding-top: 50px;
}
#modulo_express_descripcion_titulo {
	width: 315px;
	height: auto;
	min-height: 180px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 5px;
	padding-top: 78px;
}

#modulo_express_descripcion_titulo h1{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 20px;
	line-height: auto;
	text-align: right;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#modulo_express_descripcion_indicador {
	width: 70px;
	height: auto;
	min-height: 180px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url(../imagenes/flecha_blanca_izq.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#modulo_express_descripcion_texto {
	width: 475px;
	height: auto;
	min-height: 180px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 60px;
	margin-bottom: 10px;
}

#modulo_express_descripcion_texto p {
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#modulo_express_descripcion_texto h4 {
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	line-height: auto;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#modulo_express_caracteristicas {
	clear: both;
	float: none;
	height: auto;
	width: 980px;
	min-height: 250px;
	background-color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#modulo_express_caracteristicas_titulo {
	width: 340px;
	height: auto;
	min-height: 250px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 40px;
	padding-top: 40px;
}

#modulo_express_caracteristicas_titulo h1 {
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	background-color: #80A11F;
	float: none;
	clear: both;
	width: 192px;
	height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#modulo_express_caracteristicas_items {
	width: 640px;
	height: auto;
	min-height: 250px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 40px;
	padding-top: 40px;
	margin-left: 0px;
	padding-right: 40px;
}

a:link {
	text-decoration: none;
	color: #BD0613;	
}
a:visited {
	text-decoration: none;
	color: #BD0613;	
}
a:hover {
	text-decoration: underline;
	color: #BD0613;
}
a:active {
	text-decoration: underline;
	color: #BD0613;	
}


#modulo_express_caracteristicas_items ul{
	font-family: Calibri, Arial, "HelveticaNeueLT Std";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	text-align: left;
	color: #575756;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}
#modulo_express_caracteristicas_items li{
	list-style-image: url(../imagenes/estrellita.png);
	margin-bottom: 6px;
}

#modulo_express_caracteristicas_items p{
	font-family: Calibri, Arial, "HelveticaNeueLT Std";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	text-align: left;
	color: #575756;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -12px;
	margin-right: 0px;
	padding-left: 0px;
}



#modulo_avanzado_descripcion {
	clear: both;
	float: none;
	height: auto;
	width: 980px;
	border-top: 5px solid #BE0613;
	min-height: 180px;
	position: relative;
	background-color: #3C3C3B;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#modulo_avanzado_descripcion_icono {
	width: 150px;
	height: auto;
	min-height: 180px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 50px;
	padding-top: 50px;
}
#modulo_avanzado_descripcion_titulo {
	width: 285px;
	height: auto;
	min-height: 180px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 5px;
	padding-top: 78px;
	
}

#modulo_avanzado_descripcion_titulo h1{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 20px;
	line-height: auto;
	text-align: right;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#modulo_avanzado_descripcion_indicador {
	width: 70px;
	height: auto;
	min-height: 190px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url(../imagenes/flecha_blanca_izq.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#modulo_avanzado_descripcion_texto {
	width: 475px;
	height: auto;
	min-height: 180px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 60px;
	margin-bottom: 10px;
}

#modulo_avanzado_descripcion_texto p {
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#modulo_avanzado_descripcion_texto h4 {
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	line-height: auto;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#modulo_avanzado_caracteristicas {
	clear: both;
	float: none;
	height: auto;
	width: 980px;
	min-height: 250px;
	background-color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#modulo_avanzado_caracteristicas_titulo {
	width: 340px;
	height: auto;
	min-height: 250px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 40px;
	padding-top: 40px;
}

#modulo_avanzado_caracteristicas_titulo h1 {
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	background-color: #BE0613;
	float: none;
	clear: both;
	width: 192px;
	height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#modulo_avanzado_caracteristicas_items {
	width: 640px;
	height: auto;
	min-height: 250px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 40px;
	padding-top: 40px;
	margin-left: 0px;
	padding-right: 40px;
}

#modulo_avanzado_caracteristicas_items ul{
	font-family: Calibri, Arial, "HelveticaNeueLT Std";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	text-align: left;
	color: #575756;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}
#modulo_avanzado_caracteristicas_items li{
	list-style-image: url(../imagenes/estrellita.png);
	margin-bottom: 6px;
}

#modulo_avanzado_caracteristicas_items p{
	font-family: Calibri, Arial, "HelveticaNeueLT Std";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	text-align: left;
	color: #575756;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -12px;
	margin-right: 0px;
	padding-left: 0px;
}

#modulo_avanzado_descripcion_texto ul{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
	margin-right: 0px;
	padding-left: 0px;
}
#modulo_avanzado_descripcion_texto li{
	list-style-image: url(../imagenes/estrellita2.png);
	margin-bottom: 6px;
}

#modulo_express_descripcion_texto ul{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
	margin-right: 0px;
	padding-left: 0px;
}
#modulo_express_descripcion_texto li{
	list-style-image: url(../imagenes/estrellita2.png);
	margin-bottom: 6px;
}
#contenedor_comparativo {
	background-color: #3C3C3B;
	padding: 15px;
	clear: both;
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.comparativo_fila {
	clear: both;
	float: none;
	width: 100%;
}
.comparativo_columna_gris {
	clear: none;
	float: left;
	width: 630px;
	border: 2px solid #3C3C3B;
	background-color: #D6D6D6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 145px;
}
.comparativo_columna_gris2 {
	clear: none;
	float: left;
	width: 160px;
	border: 2px solid #3C3C3B;
	background-color: #D6D6D6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 145px;
	position: relative;
}

.comparativo_fila h1{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #3C3C3B;
	font-style: normal;
	font-size: 18px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 60px;
	margin-bottom: 0px;
}


.comparativo_columna_blanca {
	clear: none;
	float: left;
	width: 630px;
	border: 2px solid #3C3C3B;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 33px;
	padding-right: 11px;
}

.comparativo_columna_blanca p{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #3C3C3B;
	font-style: normal;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.comparativo_columna_blanca2 {
	clear: none;
	float: left;
	width: 160px;
	border: 2px solid #3C3C3B;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 35px;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}


#comparativo_icono_express_chico {
	background-image: url(../imagenes/eng_express_chico.png);
	background-repeat: no-repeat;
	clear: none;
	float: right;
	height: 68px;
	width: 68px;
	margin-right: 46px;
	margin-left: 0px;
	margin-top: 26px;
	margin-bottom: 20px;
	position: relative;

	padding-bottom: 0px;
	padding-top: 0px;
}

#comparativo_icono_express_chico:hover #eng_express_r1_chico{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}

#comparativo_eng_express_chico_texto{
	width: 120px;
	height: 16px;
	position: absolute;
	left: -26px;
	top: 78px;
}

#comparativo_icono_avanzado_chico {
	background-image: url(../imagenes/eng_avanzado_chico.png);
	background-repeat: no-repeat;
	clear: none;
	float: right;
	height: 68px;
	width: 68px;
	margin-right: 46px;
	margin-left: 0px;
	margin-top: 26px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
}
#comparativo_icono_avanzado_chico:hover #eng_avanzado_r1_chico{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#comparativo_icono_avanzado_chico:hover #eng_avanzado_r2_chico{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}
#comparativo_icono_avanzado_chico:hover #eng_avanzado_r3_chico{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}

#comparativo_eng_avanzado_chico_texto{
	width: 120px;
	height: 16px;
	position: absolute;
	left: -26px;
	top: 78px;
}
#comparativo_eng_avanzado_chico_texto h1, #comparativo_eng_express_chico_texto h1{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #3C3C3B;
	font-style: normal;
	font-size: 16px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 0px;
}
#comparativo_iconos {
	background-image: url(../imagenes/comparativo_iconos01.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	width: 180px;
	height: 80px;
	animation: destello 1s infinite;
}
#comparativo_iconos:hover {
	background-image: url(../imagenes/comparativo_iconos02.png);
	color: #FFFFFF;
}

@keyframes destello {
  0% {
      color: #3C3C3B;
     }
  50% {
      color: #FFFFFF;
     }
  100% {
      color: #3C3C3B;
     }
}

#productos_titulo_columna_express {
	background-color: #80A11F;
	clear: both;
	float: left;
	height: 75px;
	width: 471px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#productos_titulo_columna_avanzado {
	background-color: #bc0613;
	clear: both;
	float: left;
	height: 75px;
	width: 471px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#contenedor_icono_grande_express {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #80A11F;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFFFFF;
}
#contenedor_icono_grande_avanzado {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #BC0613;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFFFFF;
}

#contenedor_icono_grande_express p{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #575756;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
#contenedor_icono_grande_avanzado p{
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	color: #575756;
	font-style: normal;
	font-size: 14px;
	line-height: auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
#contenedor_cinta {
	clear: none;
	float: none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#modulo_express_diagramas {
	width: 590px;
	height: auto;
	min-height: 250px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 1px solid #80A11F;
}

#modulo_avanzado_diagramas {
	width: 590px;
	height: auto;
	min-height: 250px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 1px solid #BE0613;
}


.links_pie{
	width: 100%;
	height: auto;
	padding-left: 12vw;
	padding-right: 10vw;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	padding-top: 20px;
	padding-bottom: 20px;
}

.links_pie p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'PrimeRegular', Calibri, Arial, "HelveticaNeueLT Std";
	text-align: left;
	font-size: 9px;
	line-height: 18px;
	color: #808080;
	font-style: normal;
	font-weight: lighter;	
}



}
