Ver código fonte

first commit

JeanBenitez 1 ano atrás
pai
commit
d6c62255a5

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
plantasyp/css/carrusel.css


Diferenças do arquivo suprimidas por serem muito extensas
+ 90 - 0
plantasyp/css/chunk-vendors.3b8eb8e0.css


+ 105 - 0
plantasyp/css/footer.css

@@ -0,0 +1,105 @@
+* {
+	outline: none;
+}
+
+html, body {
+	height: 100%;
+	margin: 0;
+	padding: 0;
+	overflow-y: hidden;
+}
+
+body {
+	background: #FFFFFF;
+	font-family: 'Open Sans', sans-serif;
+	font-size: 11px;
+}
+
+b, strong {
+    font-weight: 700;
+}
+
+span {
+	border: 0;
+}
+
+#footer {
+	width: 100%;
+	height: 24px;
+	border: none;
+	padding: 14px 0px 14px 0px;
+	margin: 0px 0px 0px 0px;
+	background: url(layout/login/footer_wrapper.gif) repeat-x;
+	font-size: 12px;
+	font-weight: 300;
+	font-family: 'Open Sans', sans-serif;
+	line-height: 24px;
+	color: #FFFFFF;
+	overflow:hidden;
+	position:relative;
+}
+
+/* Estilos para IE9+ */  
+@media screen and (min-width:0\0) { 
+	#footer {
+		padding: 13px 0px 15px 0px;
+	}
+}
+
+#footer_container {
+	margin-left: auto;
+	margin-right: auto;
+	min-width: 320px;
+	width: 1156px;
+	height: 100%;
+	padding: 0px 15px 0px 15px;
+}
+
+#footer_inner {
+	margin-left: -15px;
+	margin-right: -15px;
+	line-height: 24px;
+}
+
+/* Estilos para IE11+ */  
+@media screen and (-ms-high-contrast: none) {  
+	#footer_inner {
+		margin-left: -7px;
+		margin-right: -7px;
+		line-height: 24px;
+	}
+}
+
+#footer_content {
+	margin-left: 15px;
+}
+
+#footer_content a:link, 
+#footer_content a:visited, 
+#footer_content a:active {
+	text-decoration:none;
+	color: #FFFFFF;
+}
+
+#footer_content a:hover {
+	text-decoration: underline;
+}
+
+.separator {
+	padding: 0px 2px;
+	font-size: 12px;
+	font-weight: 300;
+	font-family: 'Open Sans', sans-serif;
+	line-height: 24px;
+	color: #FFFFFF;
+}
+
+@media only screen and (min-width: 1200px) {
+
+    #footer_container{
+        margin-left: 0;
+        margin-right: 0;
+        max-width: 100%;
+    }
+
+}

+ 195 - 0
plantasyp/css/menu.css

@@ -0,0 +1,195 @@
+* {
+	outline: none;
+}
+
+html, body {
+	height: 100%;
+	margin: 0;
+	padding: 0;
+	overflow-y: hidden;
+}
+
+body {
+	background: #FFFFFF;
+	font-family: 'Open Sans', sans-serif;
+	font-size: 11px;
+}
+
+b, strong {
+    font-weight: 700;
+}
+
+span {
+	border: 0;
+}
+
+#header {
+	top: 0px;
+	height: 85px;
+	width: 100%;
+	position: absolute;
+	overflow: hidden;
+}
+
+#header_container{
+	margin-left: auto;
+	margin-right: auto;
+	min-width: 320px;
+	width: auto;
+	max-width: 1156px;
+	height: 100%;
+	padding: 0px 15px 0px 15px;
+	position: relative;
+}
+
+#header_inner {
+	margin-left: -15px;
+	margin-right: -15px;
+	line-height: 24px;
+}
+
+/* Estilos para IE11+ */  
+@media screen and (-ms-high-contrast: none) {  
+	#header_inner {
+		margin-left: -7px;
+		margin-right: -7px;
+		line-height: 24px;
+	}
+}
+
+#header_inner_l1 {
+	top: 8px;
+	left: 15px;
+	background:url(layout/global/header_logo_1.png) no-repeat;
+	height: 70px;
+	width: 260px;
+	display: inline-block;
+	clear: none;
+	position: relative;	
+}
+
+#header_inner_l2 {
+	top: 7px;
+	left: 33px;
+	background: none;
+	height: 32px;
+	width: 127px;
+	display: inline-block;
+	clear: none;
+	position: relative;	
+}
+
+#header_user_container {
+	right: 0px;
+	margin-top: -78px;
+	margin-left: -15px;
+	margin-right: 15px;
+	background: none;
+	height: 78px;
+	width: 100%;
+	text-align: right;
+	line-height: 24px;
+	display: block;
+	clear: none;
+	position: absolute;
+}
+
+#header_inner_user_container_table {
+	top: 30px;
+	background: none;
+	height: 40px;
+	width: auto;
+	color: #5C5C5C;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 14px;
+	font-weight: 200;
+	line-height: 20px;
+	display: inline-block;
+	clear: none;
+	float:right;
+	position: relative;	
+}
+
+#header_inner_user_container_table strong {
+	font-weight: 300;
+	margin-right: 5px;
+}
+
+#header_inner_user_container_table span.salir {
+	margin-bottom: -2px;
+	background: url(layout/site/menu_salir.gif) no-repeat;
+	min-height: 16px;
+	min-width: 16px;
+	display: inline-block;
+	cursor: pointer;
+}
+
+#header_inner_user_container_table span.division {
+	margin-left: 5px;
+	margin-right: 5px;
+}
+
+#header_inner_user_container_table span.l2 {
+	color: #8B8B8B;
+	font-size: 12px;
+}
+
+#header_inner_user_container_table span.l2 a {
+	background: none;
+	color: #8B8B8B;
+	text-decoration: none;
+}
+
+#header_inner_user_container_table span.l2 a:hover {
+	text-decoration: underline;
+}
+
+
+#wrapper_bg {
+	top: 87px;
+	background:url(layout/site/wrapper_bg.gif) repeat-x;
+	height: 81px;
+	width: 100%;
+	position:absolute;
+}
+
+#wrapper_bg_container {
+	margin-left: auto;
+	margin-right: auto;
+	min-width: 320px;
+	width: auto;
+	max-width: 1156px;
+	height: 100%;
+	padding: 0px 15px 0px 15px;
+	position: relative;
+}
+
+#wrapper_bg_container_title {
+	padding-top: 5px;
+	padding-bottom: 5px;
+	right: 15px;
+	height: 27px;
+	width: 100%;
+	color: #636363;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 30px;
+	font-weight: 200;
+	line-height: 40px;
+	text-align: right;
+	overflow: hidden;
+	position: absolute;
+	clear: none;
+	margin-right: 25px;
+}
+
+@media only screen and (min-width: 1200px) {
+
+    #wrapper_container
+    ,#header_container
+    ,#wrapper_bg_container{
+        margin-left: 0;
+        margin-right: 0;
+        max-width: 100%;
+    }
+
+}

+ 99 - 0
plantasyp/css/pagination.css

@@ -0,0 +1,99 @@
+/* start pagination */
+.pagination {
+
+	margin: 8px 0 0;
+	position: relative;
+	top: 0;
+	left: 0;
+	width: 100%;
+	
+	overflow: hidden;
+	line-height: 21px;
+	color: #444;
+	font-size: 12px;
+}
+
+.pagination  .page_no {
+	float: left;
+	color: #444;
+	font-size: 12px;
+	white-space: nowrap;
+	display: block;
+	padding: 0 0 0 10px;
+}
+
+.pagination form {
+	float: right;
+	margin: 0;
+	padding: 0;
+}
+
+.pagination fieldset {
+	margin: 0;
+	padding: 0;
+	border: 0;
+	float: left;
+}
+
+.pagination label {
+	float: left;
+	display: block;
+	padding: 0 5px 0 0;
+}
+
+.pagination .pag_inputs {
+	float: left;
+	padding: 1px 0 0;
+}
+
+.pag_list {
+	margin: 0;
+	padding: 0;
+	float: right;
+}
+
+.pag_list li {
+	float: left;
+	list-style: none;
+	padding: 0 10px 0 0;
+	color: #939292;
+	font-weight: bold;
+}
+
+.pag_list a:link, .pag_list a:visited,  .pag_list a:active {
+	color: #406f85;
+}
+
+.pag_list a:hover {
+	color: #1e96ce;
+}
+
+
+
+.pag_list .current_page:link, 
+.pag_list .current_page:visited, 
+.pag_list .current_page:hover, 
+.pag_list .current_page:active {
+	color: #fff;
+	background: #96b7c5 url(layout/site/tables/current_page_middle.gif) repeat-x;
+	display: block;
+	line-height: 17px;
+	margin: 2px 0 0 0;
+}
+
+.pag_list .current_page span {
+	display: block;
+	background:url(layout/site/tables/current_page_left.gif) no-repeat;
+}
+
+.pag_list .current_page span span {
+	background:url(layout/site/tables/current_page_right.gif) no-repeat right center;
+	padding: 0 5px;
+}
+
+
+
+
+
+/* end pagination */
+

+ 871 - 0
plantasyp/css/principal.css

@@ -0,0 +1,871 @@
+* {
+	outline: none;
+}
+
+html, body {
+	height: 100%;
+	margin: 0;
+	padding: 0;
+	overflow-y: hidden;
+}
+
+body {
+	background: #FFFFFF;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 11px;
+}
+
+b, strong {
+    font-weight: 600;
+}
+
+span {
+	border: 0;
+}
+
+#wrapper {
+	top: -168px;
+	margin-top: 168px;
+	height: 100%;
+	width: 100%;
+	padding: 0px;
+	position:relative;
+	overflow: auto;
+	box-sizing: border-box;
+	position: absolute;
+}
+
+#wrapper_container {
+	margin-left: auto;
+	margin-right: auto;
+	min-width: 320px;
+	width: auto;
+	max-width: 1156px;
+	height: 100%;
+	padding: 0px 15px 0px 15px;
+	position: relative;
+}
+
+#wrapper_container table {
+	cellspacing: 0px;
+	cellpadding: 0px;
+}
+
+#wrapper_container_module {
+	min-width: 320px;
+	width: auto;
+	max-width: 966px;
+	height: 100%;
+	padding: 0px 10px 0px 10px;
+	position: relative;
+}
+
+#wrapper_table {
+	width: 100%;
+	height: auto;
+	padding: 10px 0px 17px 0px;	
+	display: block;
+}
+
+#wrapper_table_head {
+	margin-right: -5px;
+	background: #FF0000;
+	border-top-left-radius: 5px;
+	border-top-right-radius: 5px;
+	width: 100%;
+	height: 34px;
+	padding: 5px 10px 9px 10px;
+	color: #FFFFFF;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 16px;
+	font-weight: 300;
+	text-align: left;
+	display: block;
+	clear: both;
+	box-sizing: border-box;	
+}
+
+#wrapper_table_body {
+	margin-right: -5px;
+	background: #FFFFFF;
+	border: 1px solid #FF0000;
+	border-bottom-left-radius: 5px;
+	border-bottom-right-radius: 5px;
+	width: 100%;
+	height: auto;
+	padding: 10px 10px 10px 9px;	
+	color: #000;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 16px;
+	font-weight: 300;
+	text-align: left;
+	display: block;
+	clear: both;
+	box-sizing: border-box; 
+	box-shadow: 5px 5px 5px #888888;
+}
+
+#wrapper_table_body span {
+	background-size: 100% 100%;
+	width: 200px;
+	height: 109px;
+	margin: 10px 0px 0px 20px;
+	display: inline-block;
+	cursor: pointer;
+	position: relative;
+	transition: 0.4s;
+}
+
+#wrapper_table_body span:hover {
+    -moz-filter: grayscale(100%);
+    -webkit-filter: grayscale(100%);
+    filter: grayscale(100%);
+}
+
+#wrapper_table_body_mod {
+	margin-right: -5px;
+	background: #FFFFFF;
+	border: 1px solid #FF0000;
+	border-bottom-left-radius: 5px;
+	border-bottom-right-radius: 5px;
+	width: 100%;
+	height: auto;
+	padding: 10px 10px 10px 9px;	
+	color: #000;
+	font-family: 'Open Sans', sans-serif;
+	font-size: 16px;
+	font-weight: 300;
+	text-align: left;
+	display: block;
+	clear: both;
+	box-sizing: border-box; 
+	box-shadow: 5px 5px 5px #888888;
+}
+
+.wrapper_table_body_mod_row {
+	width: 100%;
+	height: 25px;
+	font-size: 14px;
+	text-align: center;
+	line-height: 14px;
+	display: inline-block;
+	position: relative;
+}
+
+#wrapper_table_body_mod_app {
+	margin-right: -5px;
+	background: #FFFFFF;
+	border: 1px solid #FF0000;
+	border-bottom-left-radius: 5px;
+	border-bottom-right-radius: 5px;
+	width: 100%;
+	height: 100%;
+	padding: 10px 10px 10px 9px;	
+	color: #000;
+	font-family: 'Open Sans', sans-serif;
+	font-size: 12px;
+	line-height: 12px;
+	font-weight: 300;
+	text-align: left;
+	display: block;
+	clear: both;
+	box-sizing: border-box; 
+	box-shadow: 5px 5px 5px #888888;
+	position: relative;
+}
+
+#wrapper_table_body_QUI {
+	margin-right: -5px;
+	background: #FFFFFF;
+	border: 1px solid #FF0000;
+	border-bottom-left-radius: 5px;
+	border-bottom-right-radius: 5px;
+	width: 100%;
+	height: 50px;
+	padding: 85px 200px 85px 200px;	
+	color: #000;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 16px;
+	font-weight: 40;
+	text-align: left;
+	display: block;
+	clear: both;
+	box-sizing: border-box; 
+	box-shadow: 5px 5px 5px #888888;
+}
+
+#wrapper_table_body span {
+	background-size: 100% 100%;
+	width: 200px;
+	height: 109px;
+	margin: 10px 0px 0px 20px;
+	display: inline-block;
+	cursor: pointer;
+	position: relative;
+}
+
+#wrapper_table_body_mod_QUI {
+	margin-right: -5px;
+	background: #FFFFFF;
+	border: 1px solid #FF0000;
+	border-bottom-left-radius: 5px;
+	border-bottom-right-radius: 5px;
+	width: 100%;
+	height: auto;
+	padding: 10px 10px 10px 9px;	
+	color: #000;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 16px;
+	font-weight: 300;
+	text-align: left;
+	display: block;
+	clear: both;
+	box-sizing: border-box; 
+	box-shadow: 5px 5px 5px #888888;
+}
+
+.wrapper_table_body_mod_row_QUI {
+	width: 100%;
+	height: 25px;
+	font-size: 14px;
+	text-align: center;
+	line-height: 14px;
+	display: inline-block;
+	position: relative;
+}
+
+#wrapper_table_body_mod_app_QUI {
+	margin-right: -5px;
+	background: #FFFFFF;
+	border: 1px solid #FF0000;
+	border-bottom-left-radius: 5px;
+	border-bottom-right-radius: 5px;
+	width: 100%;
+	height: 100%;
+	padding: 10px 10px 10px 9px;	
+	color: #000;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 13px;
+	line-height: 13px;
+	font-weight: 300;
+	text-align: left;
+	display: block;
+	clear: both;
+	box-sizing: border-box; 
+	box-shadow: 5px 5px 5px #888888;
+	position: relative;
+}
+.etiquetaFormulario {
+	text-align: right;
+}
+
+label {
+	padding-top: 9px;
+	font-weight: 700;
+	display: inline-block;
+	position: relative;
+}
+
+.noTopPadding {
+	padding-top: 0px;
+}
+
+.noBorder {
+	border:none;
+}
+
+#menu_encabezado {
+	width: 100%;
+	height: 102px;
+	clear: both;
+	display: flex;
+	justify-content: center;
+	align-items: center;
+}
+
+#menu_encabezado span {
+	background-size: 150px 82px;
+	width: 150px;
+	height: 82px;
+	margin: 10px 0px 0px 0px;
+	display: inline-block;
+	position: relative;	
+}
+
+#menu_perfil {
+	margin-left: 5px;
+	width: 175px;
+	height: auto;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 11px;
+	font-weight: 200;
+	display: block;
+	clear: both;
+	box-sizing: border-box; 
+}
+
+#menu_perfil_normal {
+	width: 175px;
+	height: auto;
+	font-family: Poppins, ​Helvetica, ​sans-serif;
+	font-size: 11px;
+	font-weight: 200;
+	display: block;
+	clear: both;
+	box-sizing: border-box; 
+}
+/* Ajuste de scroll*/
+#bodyScroller{
+	overflow-x: hidden;
+	overflow-y: auto;
+}
+/* Scroll para Chrome */
+#bodyScroller::-webkit-scrollbar{width:6px;height:6px;}
+#bodyScroller::-webkit-scrollbar-track{background-color: rgba(0, 0, 0, 0.1);}
+#bodyScroller::-webkit-scrollbar-track:hover{background-color: rgba(0, 0, 0, 0.1);}
+#bodyScroller::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.2);}
+#bodyScroller::-webkit-scrollbar-thumb:hover{background-color: rgba(0, 0, 0, 0.5);}
+/* Scroll para Firefox */
+#bodyScroller{scrollbar-width: thin;}
+
+.opciones { margin-top: 10px; }
+
+.menu_perfil_linea {
+	margin-left: -5px;
+	border-top-left-radius: 5px;
+	border-top-right-radius: 5px;
+	border-bottom-left-radius: 5px;
+	border-bottom-right-radius: 5px;
+	/*width: 100%;*/
+	height: auto;
+	text-align: left;
+	display: block;
+	clear: both;
+	box-sizing: border-box;
+}
+.menu_perfil_linea_segundo {
+    margin-left: -5px;
+    border-top-left-radius: 5px;
+    border-top-right-radius: 5px;
+    border-bottom-left-radius: 5px;
+    border-bottom-right-radius: 5px;
+    width: 95%;
+    height: auto;
+    text-align: left;
+    display: block;
+    clear: both;
+    box-sizing: border-box;
+}
+
+.sombra { 
+	box-shadow: 3px 3px 3px #888888;
+}
+
+.menuPerfil {
+	background: #FFFFFF;
+	border: 1px solid #000000;	
+	margin-top: -1px;
+	padding: 5px 1px 5px 3px;
+	color: #000000;
+}
+
+.menuPrimero { 
+	margin-top: 5px;
+	background: #333333; 
+	border: 1px solid #333333;
+	padding: 5px 1px 5px 3px;
+	color: #FFFFFF;
+	font-size: 13px;
+	font-weight: 200;	
+	cursor: pointer;
+}
+
+
+.menuSegundo { 
+	margin-top: 1px;
+	background: #646464;
+	border: 0px solid #FFFFFF;
+	padding: 3px 1px 3px 10px;
+	color: #FFFFFF;
+	cursor: pointer;
+}
+
+.menuSegundoSegundo {
+    margin-top: 1px;
+    margin-left: 3px;
+    background: #646464;
+    border: 0px solid #FFFFFF;
+    padding: 3px 1px 3px 10px;
+    color: #FFFFFF;
+    cursor: pointer;
+}
+.menuSegundo2 {
+    margin-top: 2px;
+    margin-left: 3px;
+    background: #646464;
+    border: 0px solid #FFFFFF;
+    padding: 3px 1px 3px 10px;
+    color: #FFFFFF;
+    cursor: pointer;
+    margin-left: 1px;
+}
+
+.menuCompacto {
+	padding-left: 20px;
+	background: url(layout/site/menu_fRight.png) no-repeat #333333;
+}
+.menuExtendido {
+	padding-left: 20px;
+	background: url(layout/site/menu_fDown.png) no-repeat #333333;
+}
+.menuCompactoSegundo {
+    margin-left: 3px;
+    padding-left: 20px;
+    background: url(layout/site/menu_fRight.png) no-repeat #333333;
+
+}
+.menuExtendidoSegundo {
+    margin-left: 3px;
+    padding-left: 20px;
+    background: url(layout/site/menu_fDown.png) no-repeat #333333;
+}
+
+#ACL { background: url(layout/site/portales/ACL.jpg) no-repeat;  }
+#ACW { background: url(layout/site/portales/ACW.jpg) no-repeat;  }
+#ADD { background: url(layout/site/portales/ADD.jpg) no-repeat;  }
+#ADM { background: url(layout/site/portales/ADM.jpg) no-repeat;  }
+#ALP { background: url(layout/site/portales/ALP.jpg) no-repeat;  }
+#APR { background: url(layout/site/portales/APR.jpg) no-repeat;  }
+#ASW { background: url(layout/site/portales/ASW.jpg) no-repeat;  }
+#CLI { background: url(layout/site/portales/CLI.jpg) no-repeat;  }
+#CRO { background: url(layout/site/portales/CRO.jpg) no-repeat;  }
+#CSP { background: url(layout/site/portales/CSP.jpg) no-repeat;  }
+#ENO { background: url(layout/site/portales/ENO.jpg) no-repeat;  }
+#FAC { background: url(layout/site/portales/FAC.jpg) no-repeat;  }
+#GAS { background: url(layout/site/portales/GAS.jpg) no-repeat;  }
+#NOM { background: url(layout/site/portales/NOM.jpg) no-repeat;  }
+#PCE { background: url(layout/site/portales/PCE.jpg) no-repeat;  }
+#PRO { background: url(layout/site/portales/PRO.jpg) no-repeat;  }
+#QUI { background: url(layout/site/portales/QUI.jpg) no-repeat;  }
+#RAM { background: url(layout/site/portales/RAM.jpg) no-repeat;  }
+#RAN { background: url(layout/site/portales/RAN.jpg) no-repeat;  }
+#SCR { background: url(layout/site/portales/SCR.jpg) no-repeat;  }
+#SMA { background: url(layout/site/portales/SMA.jpg) no-repeat;  }
+#HYC { background: url(layout/site/portales/HYC.jpg) no-repeat;  }
+#UEP { background: url(layout/site/portales/UEP.jpg) no-repeat;  }
+#MCA { background: url(layout/site/portales/MCA.jpg) no-repeat;  }
+
+#wrapper_table_body_QUI { background: url(layout/site/portales/QUI1.jpg) no-repeat;  }
+
+#QUIText {
+	text-align: justify;
+	
+	color: black;
+	font-family: verdana;
+	font-size: 20px;
+        
+	
+    }
+#QUIText1 {
+	color: black;
+ 	text-align: right;
+	font-family: verdana;
+        font-size: 20px;
+    }
+
+/* Carga de Páginas */
+.pageOverlay {
+	top: 0;
+    left: 0;
+    position: absolute;
+    height: 100%;
+    width: 100%;
+    z-index: 1001;
+    display: block;
+}
+
+#loadingOverlay {
+    background: #FFF url('//ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/themes/claro/images/loadingAnimation.gif') no-repeat 10px 23px;
+}
+
+.loadingMessage {
+    padding: 25px 40px;
+    color: #999;
+}
+
+/* Tablas */
+.encabezadoTabla {
+	background-color: #D6D4D4;
+	height: 19px;
+	text-align: left;
+	font-weight: 900;
+}
+
+.cuerpoTabla {
+	font-size: 11px;
+}
+
+.celdaTabla {
+	border-bottom: 1px #D6D4D4 solid;
+}
+.mensajeTabla {
+	font-size: 16px;
+	font-weight: 400;
+}
+
+.dijitIttecActFEmision {
+	background-image: url("layout/site/lsActFEmision.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecActRfc {
+	background-image: url("layout/site/lsActRfc.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecBuscar {
+	background-image: url("layout/site/lsBuscar.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecImagen {
+	background-image: url("layout/site/lsImagen.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecJde {
+	background-image: url("layout/site/lsJde.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecLog {
+	background-image: url("layout/site/lsLog.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecOrdenar {
+	background-image: url("layout/site/lsOrdenar.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecPdf {
+	background-image: url("layout/site/lsPdf.gif"); 
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 14px;
+	height: 14px;
+}
+.dijitIttecPrevisualizar {
+	background-image: url("layout/site/lsPrevisualizar.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecReprocesar {
+	background-image: url("layout/site/lsReprocesar.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecVerEditar {
+	background-image: url("layout/site/lsVerEditar.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecXls {
+	background-image: url("layout/site/lsXls.png"); 
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecXml {
+	background-image: url("layout/site/lsXml.gif"); 
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 14px;
+	height: 14px;
+}
+.dijitIttecAdj {
+	background-image: url("layout/site/lsAdj.png"); 
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecDet {
+	background-image: url("layout/site/lsDet.png"); 
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecEdit {
+	background-image: url("layout/site/lsEdi.png"); 
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecImpe {
+	background-image: url("layout/site/lsImp.png"); 
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+
+.dijitIttecCheck {
+	background-image: url("layout/site/icono4.gif"); 
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIconImages {
+	background-image: url('layout/site/Images.png'); 
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+
+.dijitIttecBanamex {
+	background-image: url("layout/site/iconoBanamex.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecBBVA {
+	background-image: url("layout/site/iconoBBVA.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecTrabOmitidos{
+	background-image: url("layout/site/Dis_TBOmitidos.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+
+.dijitIttecHorasExtra {
+	background-image: url("layout/site/Inc_HorasExtra.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecHorasExtraNOI {
+	background-image: url("layout/site/Inc_HorasExtraNOI.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecIncapacidades {
+	background-image: url("layout/site/Inc_Incapacidades.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecFaltas {
+	background-image: url("layout/site/Inc_Faltas.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecVacaciones {
+	background-image: url("layout/site/Inc_Vacaciones.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecPrimaV {
+	background-image: url("layout/site/Inc_PrimaV.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+.dijitIttecComedor {
+	background-image: url("layout/site/Inc_Comedor.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+
+.dijitIttecComedorNOI{
+	background-image: url("layout/site/Inc_ComedorNOI.gif");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+
+.dijitIttecOrganizarConceptos {
+	background-image: url("layout/site/lsOrganizarC.gif");
+	background-repeat: no-repeat;
+	width: 14px;
+	height: 14px;
+}
+
+.dijitIttecSi {
+	background-image: url("layout/site/lsSi.gif");
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 14px;
+	height: 10px;
+}
+.dijitIttecNo {
+	background-image: url("layout/site/lsNo.gif");
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 14px;
+	height: 13px;
+}
+.dijitIttecCfdiRelacionados {
+	background-image: url("layout/site/lsCFDIrel.gif");
+	background-position: 1px;
+	background-repeat: no-repeat;
+	width: 14px;
+	height: 14px;
+}
+
+.dijitIttecTextoSlider {
+	background-image: url("layout/site/lsTextoSlider.png");
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+
+/* start messages */
+
+.system_messages {
+	margin: 0;
+	padding: 5px 0 0;
+	
+}
+
+.system_messages li {
+	list-style:none;
+	margin: 0 0 7px;
+	padding: 6px 0 6px 38px;
+	font-size: 11px;
+	position: relative;
+	top: 0;
+	left: 0;
+	min-height: 1px;
+	list-style-position: outside;
+	
+}
+
+.white {
+	background: #fefefe url(layout/site/forms/white_message.gif) repeat-x;
+	border: 1px solid #dbdbdb;
+	
+	
+}
+
+.system_title {
+	font-size: 11px;
+}
+
+.ico {
+	display: block;
+	width: 23px;
+	height: 23px;
+	background-repeat: no-repeat;
+	overflow: hidden;
+	position: absolute;
+	left: 4px;
+	top: 1px;
+	
+}
+
+.white .system_title {
+	color: #4f4f4f;
+}
+
+.white .ico {
+	background-image:url(layout/site/forms/yellow_ico.png); /*white_ico.png*/
+}
+
+.red {
+	background: #e2c5c5 url(layout/site/forms/red_message.gif) repeat-x;
+	border: 1px solid #cf9e9e;
+	
+}
+
+.red .system_title {
+	color: #ae2727;
+}
+
+.red .ico {
+	background-image:url(layout/site/forms/red_ico.png);
+}
+
+.blue {
+	background: #c4dde3 url(layout/site/forms/blue_message.gif) repeat-x;
+	border: 1px solid #9cc6d0;
+	
+}
+
+.blue .system_title {
+	color: #0f4b74;
+}
+
+.blue .ico {
+	background-image:url(layout/site/forms/blue_ico.png);
+}
+
+.green {
+	background: #c7e5c2 url(layout/site/forms/green_message.gif) repeat-x;
+	border: 1px solid #a2d399;
+	
+}
+
+.green .system_title {
+	color: #386d19;
+}
+
+.green .ico {
+	background-image:url(layout/site/forms/green_ico.png);
+}
+
+
+.yellow {
+	background: #eae1b1 url(layout/site/forms/yellow_message.gif) repeat-x;
+	border: 1px solid #e0d182;
+	
+}
+
+.yellow .system_title {
+	color: #675918;
+}
+
+.yellow .ico {
+	background-image:url(layout/site/forms/yellow_ico.png);
+}
+
+/* end messages */
+
+/*  */
+@media only screen and (min-width: 1200px) {
+
+    #wrapper_container {
+        margin-left: 0;
+        margin-right: 0;
+        max-width: 100%;
+    }
+
+	#wrapper_container_module {
+		max-width: 100%;
+	}
+
+}
+
+

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff