@CHARSET "ISO-8859-1";
html, body
{
	font: 1em Arial;
	background: #fff;
	margin: 0;
	height: 100%;
}
table
{
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
   	font: 0.8em calibri;
}
table tr:nth-child(even)
{
    background: #fff;
}
table tr:nth-child(odd)
{
    background: #f3f3f3;
}
table th:first-child
{
	color: #fff;
	height: 30px;
	font-size: 1.2em;
	font-weight: normal;
	border-top: solid 2px #705050;
	border-bottom: solid 1px #4D2D2D;
	border-left: solid 1px #705050;
	background: #5A4140;
}
table th
{
	color: #fff;
	height: 30px;
	font-size: 1.2em;
	font-weight: normal;
	border-top: solid 2px #705050;
	border-bottom: solid 1px #4D2D2D;
	border-right: solid 1px #3D2D2D;
	border-left: solid 1px #705050;
	background: #5A4140;
}
table td:first-child
{
	border-left: solid 1px #ebe8d6;
}
table td
{
	color: #232323;
	height: 23px;
	font: 0.9em calibri;
	border-bottom: 1px solid #e0e0e0;
	border-right: solid 1px #ebe8d6;
	border-left: solid 1px #ffffff;
}
table td a
{
	text-decoration: none;
	color: #912832;
}
.rojoestado
{
    background: #d50101;
    border-bottom: 1px solid #c80303;
    border-right: solid 1px #c80303;
	border-left: solid 1px #c80303;
}
.verdeestado
{
    background: #028e53;
    background: #11c472;
    border-bottom: 1px solid #03ac5f;
    border-right: solid 1px #03ac5f;
	border-left: solid 1px #03ac5f;
    
}
.rojoestado2
{
    color: #fff;
    background: #d50101;
    border-bottom: 1px solid #c80303;
    border-right: solid 1px #c80303;
	border-left: solid 1px #c80303;
}
.naranjaestado
{
    color: #fff;
    background: #fd9713;
    border-bottom: 1px solid #ea8707;
    border-right: solid 1px #ea8707;
	border-left: solid 1px #ea8707;
}
/* Graficas                  */
/*---------------------------*/
#graficascont
{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #e3e3e3;
}
#graficascont .titulo
{
    margin: 0px 0px 0px 0px;
    padding: 15px 10px 0 20px;
    width: 100%;
    height: 60px;
    float: left;
    border-bottom: solid 2px #d3d3d3;
    background: #fff;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#graficascont .titulo h3
{
    margin: 0;
    padding: 0;
    font: 1.3em Arial;
    font: normal, normal, normal 1.3em/100% Arial, sans-serif;
    color: #464646;
}
.graficas
{
    margin: 0;
    padding: 10px;
    width: 25%;
    height: auto;
    float: left;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.graficas .titulografica
{
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0 0px;
    width: 100%;
    height: 60px;
    float: left;
    border-bottom: solid 0px #d3d3d3;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.graficas .titulografica h4
{
    margin: 0;
    padding: 0;
    font: 1.2em Arial;
    font: normal, normal, normal 1.3em/100% Arial, sans-serif;
    text-align: center;
    color: #464646;
}
.graficas .nografica
{
    margin: 0;
    padding: 0 5% 0 5%;
    float: left;
    width: 100%;
    height: 100%;
    background: url('../images/graficana.png') no-repeat 0 0;
    background-position: center;
    background-size: 92%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.graficas .nografica img {
    margin: 0;
    width: 100%;
    height: 290px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.grafica1
{
    margin: 0px 0 0 0;
    width: 100%;
    
    float: left;
}
/* Operaciones Recientes      */
/*---------------------------*/
.operecientes
{
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    min-height: 240px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 50%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 50%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 50%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 50%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 50%,#efefef 100%); /* W3C */
    border-left: solid 0px #f9f9f9;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.operecientes .titulo
{
    margin: 0px 0px 0px 0px;
    padding: 15px 10px 0 20px;
    width: 100%;
    height: 60px;
    float: left;
    border-top: solid 1px #dedede;
    border-bottom: solid 0px #808080;
    background: #5A4140;
    background: #494949;
    background: #fff;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.operecientes .titulo h3
{
    margin: 0;
    padding: 0;
    font: 1.3em Arial;
    font: normal, normal, normal 1.3em/100% Arial, sans-serif;
    color: #fff;
    color: #434343;
}
.operecientes .titulo h5
{
    margin: 0;
    padding: 0;
    font: 0.9em Arial;
    font: normal, normal, normal 1.3em/100% Arial, sans-serif;
    color: #fff;
    color: #434343;
}
.operecientes table
{
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-spacing: 0px;
    float: left;
	text-align: center;
    background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.operecientes table tr:nth-child(even)
{
   background: #fff;
}
.operecientes table tr:nth-child(odd)
{
   background: #e9e9e9;
}
.operecientes table th:first-child
{
	color: #5A4140;
    color: #fff;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 0px #705050;
	border-bottom: solid 2px #7e7e7e;
    border-right: solid 0px #3D2D2D;
	border-left: solid 0px #705050;
    background: #838383;
}
.operecientes table th
{
	color: #5A4140;
    color: #fff;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 0px #705050;
	border-bottom: solid 2px #7e7e7e;
	border-right: solid 0px #3D2D2D;
	border-left: solid 0px #705050;
    background: #838383;
}
.operecientes table td:first-child
{
	border-left: solid 0px #ebe8d6;
    border-right: solid 0px #ebe8d6;
}
.operecientes table td
{
	color: #232323;
	height: 27px;
	font: 0.9em calibri;
	border-bottom: solid 0px #e0e0e0;
	border-right: solid 0px #ebe8d6;
	border-left: solid 0px #ffffff;
}
.operecientes table td a
{
	text-decoration: none;
	color: #912832;
}
/* Valores Personalizados   */
/*---------------------------*/
#panel
{
	width: 220px;
	height: 100%;
	float: left;
	background: #6E0B22;
	background: linear-gradient(to bottom right, #99040c, #670d11);
	box-shadow: 2px 0px 10px #939393;
	position: fixed;
	z-index: 2;
}
#logo
{
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	width: 220px;
	height: 60px;
	float: left;
}
.bodlogin
{
	font: 1em Arial;
	background: #ffffff;
	margin: 0;
}	
#menu
{
	width: 220px;
	float: left;
}
.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span
{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.accordion li
{
    list-style: none;
}
.accordion li > a
{
    display: block;
    position: relative;
    min-width: 110px;
    padding: 0 10px 0 40px;
 	
 	color: #fdfdfd;
    font: bold 12px/32px Arial, sans-serif;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
 
    background: #6d060b;
    background: -moz-linear-gradient(top,  #7E080E 0%, #6d060b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7E080E), color-stop(100%,#6d060b));
    background: -webkit-linear-gradient(top,  #7E080E 0%,#6d060b 100%);
    background: -o-linear-gradient(top,  #7E080E 0%,#6d060b 100%);
    background: -ms-linear-gradient(top,  #7E080E 0%,#6d060b 100%);
    background: linear-gradient(top,  #7E080E 0%,#6d060b 100%);
 
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
.accordion li > a span {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 10px;
    margin-right: 10px;
 
    font: normal bold 12px/18px Arial, sans-serif;
    background: #560308;
 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
 
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}
.accordion > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    margin: 4px 8px;
 
    background-repeat: no-repeat;
    background-image: url(../images/menuicons.png);
    background-position: 0px 0px;
}
.accordion li.ini > a:before { background-position: 0px 0px; }
.accordion li.ini:hover > a:before,
.accordion li.ini:target > a:before { background-position: 0px 0px; }

.accordion li.esta > a:before { background-position: -144px 0px; }
.accordion li.esta:hover > a:before,
.accordion li.esta:target > a:before { background-position: -144px 0px; }
 
.accordion li.alma > a:before { background-position: -24px 0px; }
.accordion li.alma:hover > a:before,
.accordion li.alma:target > a:before { background-position: -24px 0px; }
 
.accordion li.archi > a:before { background-position: -48px 0px; }
.accordion li.archi:hover > a:before,
.accordion li.archi:target > a:before { background-position: -48px 0px; }

.accordion li.avi > a:before { background-position: -48px 0px; }
.accordion li.avi:hover > a:before,
.accordion li.avi:target > a:before { background-position: -48px 0px; }

.accordion li.expo > a:before { background-position: -24px 0px; }
.accordion li.expo:hover > a:before,
.accordion li.expo:target > a:before { background-position: -24px 0px; }

.accordion li.ferro > a:before { background-position: -96px 0px; }
.accordion li.ferro:hover > a:before,
.accordion li.ferro:target > a:before { background-position: -96px 0px; }

.accordion li.reto > a:before { background-position: -120px 0px; }
.accordion li.reto:hover > a:before,
.accordion li.reto:target > a:before { background-position: -120px 0px; }

.accordion li.immex > a:before { background-position: -120px 0px; }
.accordion li.immex:hover > a:before,
.accordion li.immex:target > a:before { background-position: -120px 0px; }

.accordion li.sign > a:before { background-position: -144px 0px; }
.accordion li.sign:hover > a:before,
.accordion li.sign:target > a:before { background-position: -144px 0px; }

.sub-menu li a {
    color: #5f2b2e;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
 
    background: #f0f0f0;
    border-bottom: 1px solid #c9c9c9;
 
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
 
.sub-menu li:last-child a { border: none; }
 
.sub-menu li > a span {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: transparent;
    border: 1px solid #c9c9c9;
 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
 
.sub-menu em {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 14px;
    color: #5f2b2e;
    font: normal 10px/32px Arial, sans-serif;
}
.accordion > li:hover > a,
.accordion > li:target > a {
    color: #edeae7;
    text-shadow: 1px 1px 1px rgba(255,255,255, .2);
    background: #a5cd4e;
    background: -moz-linear-gradient(top,  #47181a 0%, #3b1214 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47181a), color-stop(100%,#3b1214));
    background: -webkit-linear-gradient(top,  #47181a 0%,#3b1214 100%);
    background: -o-linear-gradient(top,  #47181a 0%,#3b1214 100%);
    background: -ms-linear-gradient(top,  #47181a 0%,#3b1214 100%);
    background: linear-gradient(top,  #47181a 0%,#3b1214 100%);
}
 
.accordion > li:hover > a span,
.accordion > li:target > a span {
    color: #fdfdfd;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: #320c0e;
}
 
.sub-menu li:hover a { background: #fff; }
.accordion li > .sub-menu {
    height: 0;
    overflow: hidden;
 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
 
.accordion li:target > .sub-menu8 {
    height: auto;
}
.accordion li:target > .esta {
    height: 65px;
}
.accordion li:target > .alma {
    height: 131px;
}
.accordion li:target > .archi {
    height: 65px;
}
.accordion li:target > .avi {
    height: 32px;
}
.accordion li:target > .expo {
    height: 32px;
}
.accordion li:target > .ferro {
    height: 65px;
}
.accordion li:target > .reto {
    height: 162px;
}
.accordion li:target > .immex {
    height: 162px;
}
#bienvenido
{
	margin: 0 auto;
	width: 94%;
	float: left;
}
#bienvenido .titulo
{
	margin: 0;
	width: 100%;
	height: 60px;
	float: left;
}
#bienvenido .titulo h2
{
	margin: 0 auto;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
	color: #7E080E;
}
#bienvenido .contenido
{
	margin: 0 auto;
	width: 80%;
}
#bienvenido .contenido p
{
	margin: 10px 10px 10px 30px;
	text-align: center;
}
#bienvenido .contenido img
{
	margin: 0 auto;
}
#cuerpocont
{
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	background: #F7F6F2;
	float: left;
	position: relative;
	z-index: 1;
}
#cuerpo
{
	margin: 0 auto;
	padding-left: 220px;
	min-height: 500px;
	overflow: hidden;
	*height: auto !important;
	*height: 350px;
	*overflow: visible;
}
#cabezalogin
{
	margin: 0 auto;
	padding: 2vw 0;
	width: 300px;
	overflow: hidden;
    box-sizing: border-box;
}
#cuerpologin
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
    height: 100%;
	overflow: hidden;
	background: #E2E3E5;
}
#clearing
{
	clear: both;
}
#titulocont
{
	margin: 0 0 0px 0;
	width: 100%;
	height: 90px;
	float: left;
	border-bottom: solid 2px #e3e3e3;
	background: url("../images/gplaypattern.png")repeat-x;
}
#titulo
{
	margin: 0 0 0 240px;
	height: 90px;
	float: left;
}
#titulo h1
{
	color: #7E080E;
	font: normal normal normal 1.7em/230% Helvetica;
	text-align: left;
}
#sesion
{
	margin: 0;
	width: 440px;
	height: 90px;
	float: right;
}
#sesionder
{
	margin: 0;
	width: 90px;
	height: 90px;
	float: right;
}
#sesionder img
{
	margin: 15px 0 0 0;
}
#sesionizq
{
	margin: 0;
	padding: 20px 10px 0 0;
	width: 330px;
	height: 50px;
	float: left;
	text-align: right;
}
#sesionizq p
{
	margin: 0 0 0 30px;
	font-size: 0.9em;
	color: #713e3e;
}
#sesionizq a
{
	margin-left: 30px;
	text-decoration: none;
}
.loginboxcont
{
    margin: 0 auto;
    margin-top: 10px;
    min-width: 630px;
    width: 32vw;
    min-height: 250px;
}
.loginbox
{
    padding: 0;
    display: inline-grid;
    grid-template-columns: 230px 400px;
    grid-column-gap: 0vw;
    grid-row-gap: 1vw;
    box-sizing: border-box;
    overflow: hidden;
    font-family: Calibri;
    border-width: 0px 10px 0px 0;
    border-color: #7B0C26;
    border-style: solid;
    border-radius: 5px;
    background: #7B0C26;
    box-sizing: border-box;
    box-shadow: 0px 1px 15px #777;
}
.capsula_izq
{
    width: 100%;
    min-height: 330px;
    padding: 0;
    display: inline-block;
    border: solid 0px #ddd;
    box-sizing: border-box;
}
.capsula_izq ul.menu_login {
    margin: 0;
    padding: 1vw 0;
}
.capsula_izq ul.menu_login li{
    margin: 0;
    padding: 1.5vw 1.5vw;
    list-style-type: none;
    font-size: 1.1em;
    background: rgba(0,0,0,0.25);
}
.capsula_izq ul.menu_login li span{
    color: inherit;
}
.capsula_izq ul.menu_login li a{
    text-decoration: none;
    color: #fff;
}
.capsula_izq ul.menu_login li.titulo{
    padding: 1.5vw 1.5vw 2vw 1.5vw;
    font-size: 1.8em;
    color: #fff;
    background: none;
}
.capsula_izq ul.menu_login li.titulo .linea-titulo{
    margin-top: 8px;
    width: 40px;
    height: 3px;
    background: #e0d1d5;
}
.capsula_izq ul.menu_login li.current{
    background: #fff;
}
.capsula_der
{
    width: 100%;
    height: 100%;
    padding: 50px 0 0px 0;
    display: inline-block;
    background: #fff;
    border: solid 0px #ddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
}
.capsula_der .campo .fila{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.capsula_der .campo label
{
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
}
.capsula_der .campo input[type=text]{
    width: 15vw;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.capsula_der .campo input[type=password]{
    width: 15vw;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.capsula_der .boton
{
    height: 30px;
    margin-top: 10px;
    min-width: 80px;
    font-size: 0.9em;
}
.capsula_der .btn120x
{
    width: 15vw !important;
}
.capsula_pie
{
    height: 50px;
    width: 100%;
    padding: 20px 5px 5px 5px;
    display: inline-block;
    text-align: center;
}
.capsula_pie a
{
    font-size: 1em;
    text-align: center !important;
    color: #800000;
}
.campo
{
	margin: 0 auto;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.campobg
{
	margin: 0 auto;
	width: 97%;
	float: left;
	margin: 10px;
	background: #f3f3f3;
	border: solid 2px #e9e9e9;
}
.izquierda
{
	float: left;
    width: 40%;
    *width: 36%;
    margin: 0;
    padding: 0px 10px 0px 0px;
	text-align: right;
}
.izquierda label
{
	font-size: 1.2em;
	color: #434343;
}
.izquierda h4
{
	margin: 2px 2px 2px 28px;
	padding: 0;
	text-align: left;
	font: normal normal normal 1.3em/100% Helvetica;
	color: #2e2e2e;	
}
.izquierda70
{
	float: left;
    width: 68%;
    margin: 0;
    padding: 0px 10px 0px 0px;
	text-align: right;
}
.derecha
{
	float: right;
    width: 57%;
    margin: 0;
    padding: 0;
	text-align: left;
}
.derecha h4
{
	margin: 2px 2px 2px 30px;
	padding: 0;
	text-align: left;
	font: normal normal normal 1.3em/100% Helvetica;
	color: #2e2e2e;	
}
.derecha p
{
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 0.9em/100% Helvetica;
	color: #7E0D28;	
}
.derecha30
{
	float: left;
    width: 29%;
    margin: 0;
    padding: 0;
	text-align: left;
}
.celda100
{
	float: left;
    width: 98%;
    margin: 0;
    padding: 7px 5px 5px 10px;
	text-align: left;
}
.celda100 h4
{
	margin: 2px 2px 0px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 1.3em/100% Helvetica;
	color: #232323;	
}
.celda100 p
{
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 0.9em/100% Helvetica;
	color: #7E0D28;	
}
.celda25
{
	float: left;
    width: 30%;
    margin: 0;
    padding: 7px 5px 5px 10px;
	text-align: left;
}
.celda25 label
{
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 1.2em/100% Helvetica;
	color: #434343;
}
.celda25 h4
{
	margin: 2px 2px 0px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 1.3em/100% Helvetica;
	color: #434343;	
}
.celda25 p
{
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 0.9em/100% Helvetica;
	color: #7E0D28;	
}
.celda50
{
	float: left;
    width: 45%;
    margin: 0;
    padding: 7px 5px 5px 10px;
	text-align: left;
}
.celda50 label
{
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 1.2em/100% Helvetica;
	color: #434343;
}
.celda50 h4
{
	margin: 2px 2px 0px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 1.3em/100% Helvetica;
	color: #434343;	
}
.celda50 p
{
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-align: left;
	font: normal normal normal 0.9em/100% Helvetica;
	color: #7E0D28;	
}
.sinalineacion
{
	margin: 0;
    padding: 4px 10px 4px 30px;
	text-align: left;
}
.sinalineacion label
{
	font-size: 1.2em;
	color: #434343;
}
.w340
{
	width: 340px;
}
.sinalineacion a
{
	text-decoration: none;
	color: #912832;
	margin: 0px 8px 0px 8px;
	font-size: 1.1em;
}
.centrar
{
	text-align: center;
}
.inputtext
{
	height: 20px;
}
.subbutton
{
	height: 30px;
	font-size: 0.9em;
}
.barraprogreso
{
	margin: 15px 0px 0px 50px;
	padding: 0px;
	width: 90%;
	float: left;
	border: 1px solid #aeaeae;
	background: #ececec;
}
.barraprogreso h3
{
	margin: 10px 0px 10px 200px;
	padding: 0px;
	font: normal normal normal 1.3em/100% Helvetica;
	color: #2e2e2e;
}
.barraprogreso img
{
	margin: 0px 20px 0px 3px;
}
.menuclasico
{
	margin-left: 10px;
	padding: 0px;
}
.menuclasico li
{
	list-style: none;
	margin-right: 20px;
}
.menuclasico li a
{
	text-decoration: none;
	color: #303030;
	float: left;
	margin-right: 20px;
	font: normal normal normal 1em/100% Helvetica;
}
.menuclasico img
{
	border-width: 0;
}
.menubuscar
{
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 60px;
	width: 87%;
	height: 33px;
	border-bottom: 0px solid #898989;
}
.menubuscar li
{
	list-style: none;
	float: left;
	margin: 0px;
	padding: 8px 15px 8px 15px;
	border: 1px solid #4d4d4d;
}
.menubuscar li a
{
	text-decoration: none;
	color: #303030;
	float: left;
	font: bold normal normal 1em/100% Helvetica;
}
.opcionesbusqueda
{
	margin: 0px 0px 0px 40px;
	background: #f8f8f8;
	padding: 10px 20px 10px 20px;
	width: 845px;
	background: url('../images/opcionesbusqueda.png') no-repeat;
}
#BusqCliente
{
	margin: 0;
	padding: 0;
}
#BusqEntrada
{
	margin: 0;
	padding: 0;
}
#rojodiv
{
	display: none;
}
#rojodiv label
{
	color: #CC0000;
}
#verdediv
{
	display: none;
}
#verdediv label
{
	color: #006E2E;
}
.col100
{
	width: 100%;
	float: left;
}
.col100 h3
{
	margin-left: 10px;
	font: normal normal normal 1.4em/100% Helvetica;
}
.col100 h4
{
	margin-left: 10px;
	font: normal normal normal 1.2em/100% Helvetica;
}
.col100 h5
{
	margin-left: 200px;
	font: normal normal normal 1em/100% calibri;
}
.col100 p
{
	margin: 30px;
	font: normal normal normal 1.1em/130% Helvetica;
}
.col100 select
{
	margin-left: 200px;
}
.col33
{
	width: 20%;
	height: 250px;
	float: left;
	background: url('../images/bgcol330.png') no-repeat;
}
.col33 h4
{
	margin-left: 0px;
	text-align: center;
	font: normal normal normal 1.2em/100% Helvetica;
}
.col33 a
{

	text-decoration: none;
	color: #000000;
	font: normal normal normal 1.2em/100% Helvetica;
}
.col33 p
{
	margin: 30px;
	font: normal normal normal 1.0em/130% Helvetica;
}
.col33 a img
{
	margin: 0px 20px 0px 20px;
}
.widget
{
	width: 100%;
	height: 160px;
	float: left;
	display: inline-block;
	margin: 10px 0px 0px 10px;
	background: url('../images/bgwidget0.png') no-repeat;
}
.widget h4
{
	margin-left: 0px;
	text-align: center;
	font: normal normal normal 1.2em/100% Helvetica;
}
.widget a
{

	text-decoration: none;
	color: #000000;
	font: normal normal normal 1.2em/100% Helvetica;
}
.widget p
{
	margin: 10px 20px 10px 20px;
	text-align: left;
	color: #000000;
	font: normal normal normal 1em/130% calibri;
}
.widget img
{
	margin: 0px 12px 0px 0px;
	border-width: 0px;
}
.widget a img
{
	margin: 0px 12px 0px 0px;
}
.widget ul
{
	margin: 0px 0px 0px 50px;
	padding: 0;
}
.widget li
{
	margin: 0;
	list-style: none;
}
.widget label
{
	margin-left: 20px;
}

.conttablarecientes
{
	width: 100%;
	float: left;
	display: inline-block;
	margin: 20px 0px 0px 10px;
	background: url('../images/bgwidget0.png') no-repeat;
}
.conttablarecientes h4
{
	margin-left: 0px;
	text-align: center;
	font: normal normal normal 1.2em/100% Helvetica;
}
.conttablarecientes a
{

	text-decoration: none;
	color: #000000;
	font: normal normal normal 1.2em/100% Helvetica;
}
.tablarecientes
{
	width: 480px;
	border-spacing: 0px;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0;
	text-align: center;
	background: url('../images/headtable1.png') no-repeat;
}
.tabla
{
	width: 97%;
	border-spacing: 0px;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	text-align: center;
	background: url('../images/headtable1.png') no-repeat;
}
.tabla th
{
	color: #2f2f2f;
	height: 30px;
	font: normal normal normal 1.1em/100% Helvetica;
	border-bottom: 2px solid #c0b599;
	background: #eeebe3;
}
.tabla tr.row1
{
	color: #232323;
	height: 23px;
	background: #ffffff;
	font: 0.8em calibri;
}
.tabla tr.row2
{
	height: 23px;
	background: #f3f3f3;
	font: 0.8em calibri;
}
.tabla td
{
 	border-bottom: 1px solid #e0e0e0;
}
.tabla td.left
{
	text-align: left;
	padding-left: 20px;
}
#infocliente
{
	margin: 0px;
}
#galeriadocs
{
	margin: 0 auto;
	float: left;
	width: 100%;
	margin: 10px 0px 0px 10px;
	padding: 10px;	
}
#galeriadocs img
{
	float: left;
	margin: 7px 17px 15px 5px;
	box-shadow: 2px 2px 4px #b3b3b3;
}
.thumb
{
	width: 12%;
}
.formancho
{
	margin: 5px 20px 15px 20px;
	padding: 0 0px 0 20px;
	width: 94%;
	float: left;
	border: solid 1px #e5e5e5;
	border-top: solid 2px #d9d9d9;
	border-radius: 3px;
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#fff 10%);
    background: -o-linear-gradient(top,  #f9f9f9 0%,#fff 100%);
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#fff 100%);
    background: linear-gradient(top,  #f9f9f9 0%,#fff 100%);
}
.formancho .fila
{
	margin: 0;
	padding: 5px 0;
	width: 100%;
	float: left;
}
.formancho .fila .titulo
{
	margin: 0px 10px 5px 0px;
	padding: 0;
	width: 98%;
	height: 32px;
	float: left;
	border-bottom: solid 1px #ededed;
}
.formancho .fila .titulo a
{
	margin: 0px 8px 0px 0px;
	padding: 5px 10px 5px 0px;
	font-size: 1.2em;
	font-weight: lighter;
	color: #713e3e;
	text-decoration: none;
}
.formancho .fila .grupo1
{
	margin: 5px 0px 5px 0;
	width: 150px;
	float: left;
}
.formancho .fila .grupo2
{
	margin: 5px 0px 5px 0;
	width: 350px;
	float: left;
}
.formancho .fila .dato
{
	margin: 3px 15px 3px 0;
	width: auto;
	float: left;
}
.formancho .fila .dato label
{
	display: block;
	font-size: 1em;	
}
.formancho .fila .dato select
{
	margin: 0;
	height: 25px;
}
.formancho .fila .dato .sel130
{
	min-width: 130px;
	height: 26px;
}
.formancho .fila .dato .sel188
{
	width: 188px;
	height: 26px;
}
.formancho .fila .dato .sel300
{
	width: 440px;
}
.formancho .fila .dato a
{
	margin: 0px 8px 0px 0px;
	display: block;
	font-size: 0.8em;
	color: #912832;
	text-decoration: none;
}
.formancho .fila .eliminar
{
	margin: 5px 15px 5px 0;
	padding: 15px 0 0 0;
	width: auto;
	float: right;
}
.botonera
{
	margin: 5px 0 10px 20px;
	width: 96%;
	float: left;
}
.botonera .total
{
	margin: 5px 0px 0 0;
	width: auto;
	float: left;
}
.botonera .total a
{
	margin: 0px 8px 0px 0px;
	display: block;
	font-size: 0.8em;
	color: #912832;
	text-decoration: none;
}
.botonera .aladerecha
{
	float: right;
}
.botonera .aladerecha .button
{
	height: 50px;
	font-size: 1.1em;
	margin: 0px 8px 0px 8px;
	padding: 10px;
}
.botonera .alaizquierda
{
	float: left;
}
.datos
{
	margin: 5px 0 10px 20px;
	padding: 0;
	width: 96%;
	float: left;
}
.datos .fila
{
	margin: 0;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.datos .fila .titulo
{
	margin: 15px 10px 5px 10px;
	width: 100%;
	height: 22px;
	float: left;
	border-bottom: solid 1px #912832;
}
.datos .fila .titulo a
{
	margin: 0px 8px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	background: #912832;
}
.datos .fila .dato
{
	margin: 5px 10px;
	width: auto;
	float: left;
}
.datos .fila .dato label
{
	display: block;
	font-size: 1em;
}
.datos .fila .dato a
{
	margin: 0px 8px 0px 0px;
	display: block;
	font-size: 0.9em;
	color: #912832;
	text-decoration: none;
}
.datos .fila .tablaretornos
{
	margin: 8px 10px 20px 10px;
	width: 99.5%;
	border-spacing: 0px;
	float: left;
	text-align: center;
}
.datos .fila .tablaretornos tr.row1
{
	color: #232323;
	height: 23px;
	background: #ffffff;
	font: 0.8em calibri;
}
.datos .fila .tablaretornos tr.row2
{
	height: 23px;
	background: #f3f3f3;
	font: 0.8em calibri;
}
.datos .fila .tablaretornos .primerhijo
{
	border-left: solid 1px #ebe8d6;
}
.datos .fila .tablaretornos th
{
	color: #fff;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 2px #705050;
	border-bottom: solid 1px #4D2D2D;
	border-right: solid 1px #3D2D2D;
	border-left: solid 1px #705050;
	background: #5A4140;
}
.datos .fila .tablaretornos td
{
	font-size: 1em;
	border-bottom: 1px solid #e0e0e0;
	border-right: solid 1px #ebe8d6;
	border-left: solid 1px #ffffff;
}
.datos .fila .tablaretornos td a
{
	text-decoration: none;
	color: #912832;
}
.datos .fila .tablaretornos .tachado
{
	text-decoration: line-through;
}
.datos .total
{
	margin: 5px 0px 0 0;
	width: auto;
	float: right;
}
.datos .total label
{
	margin: 0px 8px 0px 0px;
	font-size: 1.1em;
	color: #912832;
}
.datos .total .tachado
{
	text-decoration: line-through;
}
.datos .fila .decision
{
	margin: 5px 10px;
	width: auto;
	float: left;
}
.datos .fila .decision a
{
	margin: 0px 8px 0px 0px;
	display: block;
	font-size: 1.5em;
	color: #912832;
	text-decoration: none;
}
.datos .fila .paginacion
{
	margin: 5px 10px;
	width: 100%;
	height: 100px;
	float: left;
}
.datos .fila .paginacion .titulopaginacion
{
	width: 100%;
}
.datos .fila .paginacion .titulopaginacion h4
{
	margin: 10px 0 10px 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #912832;
	text-align: center;
}
.datos .fila .paginacion .paginas
{
	text-align: center;
}
.datos .fila .paginacion .paginas a
{
	margin: 3px 3px 3px 3px;
	padding: 2px 8px 2px 8px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #912832;
	text-align: center;
	background: linear-gradient(#fff, #e9e9e9);
	border: solid 1px #d3d3d3;
}
.datos .fila .paginacion .paginas a:hover
{
	color: #fff;
	text-align: center;
	background: linear-gradient(#9d1339, #912832);
	border: solid 1px #e3e3e3;
}
.datos .fila .paginacion .paginas .paginaactual
{
	margin: 3px 3px 3px 3px;
	padding: 2px 8px 2px 8px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: linear-gradient(#9d1339, #912832);
	border: solid 1px #d3d3d3;
}
/*  Tabla Detalle Almacen  */
/*------------------------*/
.datos .fila .tblentradadetalle
{
	margin: 8px 10px 20px 10px;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
}
.datos .fila .tblentradadetalle tbody tr:nth-child(odd) {
   background-color: #e3e3e3;
}
.datos .fila .tblentradadetalle .primerhijo
{
	border-left: solid 1px #ebe8d6;
}
.datos .fila .tblentradadetalle th
{
	color: #fff;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 2px #705050;
	border-bottom: solid 1px #4D2D2D;
	border-right: solid 1px #3D2D2D;
	border-left: solid 1px #705050;
	background: #5A4140;
}
.datos .fila .tblentradadetalle td
{
	height: 25px;
	font-size: 1em;
	border-bottom: 0px solid #e0e0e0;
	border-right: solid 0px #ebe8d6;
	border-left: solid 0px #ffffff;
}
.datos .fila .tblentradadetalle .celda1
{
	padding: 0 20px 0 0;
	width: 210px;
	table-layout:fixed;
	font-size: 1em;
	text-align: right;
	border-bottom: 0px solid #e0e0e0;
	border-right: solid 0px #ebe8d6;
	border-left: solid 0px #ffffff;
}
.datos .fila .tblentradadetalle .celda2
{
	table-layout:fixed;
	font-size: 0.9em;
	text-align: left;
	border-bottom: 0px solid #e0e0e0;
	border-right: solid 0px #ebe8d6;
	border-left: solid 0px #ffffff;
}

.datos .fila .tblentradadetalle td a
{
	text-decoration: none;
	color: #912832;
}

.buscador
{
	margin: 10px auto;
	width: 900px;
	height: 50px;
}
.buscador .opcionesbusqueda
{
	margin: 0 0 0 20px;
	padding: 4px 4px 4px 4px;
	width: 728px;
	height: 40px;
	float: left;
	background: url("../images/buscadorbg.png")no-repeat;
}
.buscador .opcionesbusqueda .opciones
{
	margin: 0 3px 0 3px;
	width: 22px;
	height: 32px;
	float: left;
	border: none;
	background: #fff;
}
.buscador .opcionesbusqueda .clientes
{
	margin: 0 3px 0 3px;
	width: 558px;
	height: 32px;
	display: block;
	float: left;
	border: none;
	background: #fff;
}
.buscador .opcionesbusqueda .opcion2
{
	margin: 0 3px 0 3px;
	padding: 2px 0 0 7px;
	width: 551px;
	height: 30px;
	display: none;
	float: left;
	border: none;
	background: #fff;
}
.buscador .opcionesbusqueda .buscar
{
	margin: 0 0 0 1px;
	width: 70px;
	padding: 6px;
	float: left;
}
/*    Buscador con una unica opcion    */
/*------------------------------------*/
.buscadorsolo
{
	margin: 10px auto;
	width: 900px;
	height: 50px;
}
.buscadorsolo .opcionesbusqueda
{
	margin: 0 0 0 20px;
	padding: 4px 4px 4px 4px;
	width: 728px;
	height: 40px;
	float: left;
	background: url("../images/buscadorbg.png")no-repeat;
}
.buscadorsolo .opcionesbusqueda .cajabusqueda
{
	margin: 0 3px 0 3px;
	padding: 2px 0 0 7px;
	width: 579px;
	height: 30px;
	float: left;
	border: none;
	background: #fff;
}
.buscadorsolo .opcionesbusqueda .botonbuscar
{
	margin: 0 0 0 1px;
	width: 70px;
	padding: 6px;
	float: left;
}
.errorpag
{
	margin: 25px 20px 15px 20px;
	padding: 0 0px 0 20px;
	width: 94%;
    min-height: 250px;
	float: left;
	border: solid 1px #e5e5e5;
	border-top: solid 2px #d9d9d9;
	border-radius: 3px;
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#fff 10%);
    background: -o-linear-gradient(top,  #f9f9f9 0%,#fff 100%);
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#fff 100%);
    background: linear-gradient(top,  #f9f9f9 0%,#fff 100%);
}
.errorpag .fila
{
	margin: 0;
	padding: 5px 0;
	width: 100%;
	float: left;
}
.errorpag .fila .titulo
{
	margin: 40px 10px 5px 0px;
	padding: 0;
	width: 98%;
	height: 32px;
	float: left;
	border-bottom: solid 0px #ededed;
}
.errorpag .fila .titulo a
{
	margin: 0px 8px 0px 30px;
	padding: 5px 10px 5px 0px;
	font-size: 1.6em;
	font-weight: lighter;
	color: #713e3e;
	text-decoration: none;
}
.errorpag .fila .contenido
{
	margin: 0px 10px 5px 0px;
	padding: 0;
	width: 98%;
	height: 32px;
	float: left;
	border-bottom: solid 0px #ededed;
}
.errorpag .fila .contenido a
{
	margin: 0px 8px 0px 30px;
	padding: 5px 10px 5px 0px;
	font-size: 1.1em;
	font-weight: lighter;
	color: #713e3e;
	text-decoration: none;
}
#dtllpedimento
{
	margin: 10px 0 0px 0;
	padding: 0 30px 0 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#dtllpedimento .pedimentoimp
{
	margin: 5px 0;
	width: 100%;
	float: left;
}
#dtllpedimento .pedimentoimp .datopedimp
{
	margin: 5px 0;
	width: 100%;
	float: left;
}
#dtllpedimento .pedimentoimp .datopedimp label
{
	font-size: 1.1em;
}
#dtllpedimento .pedimentoimp .datopedimp a
{
	margin: 0px 8px 0px 0px;
	font-size: 1em;
	color: #912832;
	text-decoration: none;
}
#dtllpedimento .partida
{
	margin: 15px 0% 10px 0%;
	padding: 0;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#dtllpedimento .partida .titulo
{
	margin: 0px 10px 0px 0px;
	padding: 5px 10px 0px 10px;
	width: auto;
	height: 30px;
	float: left;
	border-top: solid 1px #e0e0e0;
	border-left: solid 1px #ebe8d6;
	border-right: solid 1px #ebe8d6;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#dtllpedimento .partida .titulo a
{
	margin: 0px;
	font-size: 1.1em;
	font-weight: lighter;
	color: #232323;
	text-decoration: none;
}
#dtllpedimento .partida .tblpartida
{
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#dtllpedimento .partida .tblpartida th:first-child
{
	color: #fff;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 2px #705050;
	border-bottom: solid 1px #4D2D2D;
	border-left: solid 1px #705050;
	background: #5A4140;
}
#dtllpedimento .partida .tblpartida th
{
	color: #fff;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 2px #705050;
	border-bottom: solid 1px #4D2D2D;
	border-right: solid 1px #3D2D2D;
	border-left: solid 1px #705050;
	background: #5A4140;
}
#dtllpedimento .partida .tblpartida td:first-child
{
	border-left: solid 1px #ebe8d6;
}
#dtllpedimento .partida .tblpartida td
{
	color: #232323;
	height: 23px;
	font: 0.9em calibri;
	border-bottom: 1px solid #e0e0e0;
	border-right: solid 1px #ebe8d6;
	border-left: solid 1px #ffffff;
	background: #ffffff;
}
#dtllpedimento .partida .tblpartida td a
{
	text-decoration: none;
	color: #912832;
}
/*Tabla Pedimento de Exportacion*/
#dtllpedimento .tblpedimentoexp
{
	margin: 8px 0 20px 0;
	padding: 0;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
}
#dtllpedimento .tblpedimentoexp tr
{
	color: #232323;
	height: 23px;
	background: #fff;
}
#dtllpedimento .tblpedimentoexp tr:nth-child(odd)
{
 	background: #f3f3f3;
}
#dtllpedimento .tblpedimentoexp th
{
	color: #fff;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 2px #705050;
	border-bottom: solid 1px #4D2D2D;
	border-right: solid 1px #3D2D2D;
	border-left: solid 1px #705050;
	background: #5A4140;
}
#dtllpedimento .tblpedimentoexp td:first-child
{
	border-left: solid 1px #ebe8d6;
}
#dtllpedimento .tblpedimentoexp td
{
	font-size: 0.9em;
	border-bottom: 1px solid #e0e0e0;
	border-right: solid 1px #ebe8d6;
	border-left: solid 1px #ffffff;
}
#dtllpedimento .tblpedimentoexp td a
{
	text-decoration: none;
	color: #912832;
}
#dtllpedimento .tblpedimentoexp.tachado
{
	text-decoration: line-through;
}
#dtllretorno
{
	margin: 10px 0 0px 0;
	padding: 0 30px 0 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#dtllretorno .retorno
{
	margin: 5px 0;
	width: 100%;
	float: left;
}
#dtllretorno .retorno .retornoizq
{
	margin: 0px 0;
	width: 30%;
	float: left;
}
#dtllretorno .retorno .retornoder
{
	margin: 5px 0;
	width: 70%;
	float: right;
}
#dtllretorno .retorno .datoretorno
{
	margin: 5px 0;
	width: 100%;
	float: left;
}
#dtllretorno .retorno .datoretorno label
{
	font-size: 1.1em;
}
#dtllretorno .retorno .datoretorno a
{
	margin: 0px 8px 0px 0px;
	font-size: 1em;
	color: #912832;
	text-decoration: none;
}
/*Tabla Retornos*/
#dtllretorno .tblretorno
{
	margin: 8px 0 20px 0;
	padding: 0;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
}
#dtllretorno .tblretorno tr
{
	color: #232323;
	height: 23px;
	background: #fff;
}
#dtllretorno .tblretorno tr:nth-child(odd)
{
 	background: #f3f3f3;
}
#dtllretorno .tblretorno th
{
	color: #fff;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 2px #705050;
	border-bottom: solid 1px #4D2D2D;
	border-right: solid 1px #3D2D2D;
	border-left: solid 1px #705050;
	background: #5A4140;
}
#dtllretorno .tblretorno td:first-child
{
	border-left: solid 1px #ebe8d6;
}
#dtllretorno .tblretorno td
{
	font: 0.9em calibri;
	border-bottom: 1px solid #e0e0e0;
	border-right: solid 1px #ebe8d6;
	border-left: solid 1px #ffffff;
}
#dtllretorno .tblretorno td a
{
	text-decoration: none;
	color: #912832;
}
#dtllretorno .tblretorno .tachado
{
	text-decoration: line-through;
}
#dtllretorno .total
{
	margin: 5px 0px 0 0;
	width: auto;
	float: right;
}
#dtllretorno .total label
{
	margin: 0px 8px 0px 0px;
	font-size: 1.1em;
	color: #912832;
}
#dtllretorno .total .tachado
{
	text-decoration: line-through;
}
#hojacont
{
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 100%;
	background: #a3a3a3;
}
#hojacont
{
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 100%;
	background: #a3a3a3;
}
#hoja
{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	min-height: 1325px;
	overflow: hidden;
	*height: auto !important;
	*height: 700px;
	*overflow: visible;
	background: #fff;
	box-shadow: 0px 0px 12px #232323;
}
#hoja #encabezado
{
	margin: 0;
	padding: 75px 0 0 0;
	width: 100%;
	min-height: 165px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #encabezado h2
{
	margin: 0px;
	padding: 3px 0 3px 0;
	text-align: center;
	font-size: 1.3em;
}
#hoja #encabezado h3
{
	margin: 0px;
	padding: 3px 0 3px 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: lighter;
}
#hoja #datosretorno
{
	margin: 25px 0 0 0;
	padding: 0 5% 0 6%;
	width: 100%;
	min-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hoja #distribuidora
{
	margin: 0px;
	padding: 0 0 0 10px;
	width: 70%;
	min-height: 100px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hoja #distribuidora h2
{
	margin: 0px;
	padding: 3px 0 3px 0;
	text-align: left;
	font-size: 1.1em;
}
#hoja #distribuidora h3
{
	margin: 0px;
	padding: 3px 0 3px 0;
	text-align: left;
	font-size: 1em;
	font-weight: lighter;
}
#hoja #remision
{
	margin: 0px 0 0 0;
	width: 30%;
	min-height: 100px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #remision .tblremision
{
	margin: 8px 0px 20px 0px;
	width: 100%;
	border-spacing: 0px;
	float: right;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #remision .tblremision tr
{
	color: #232323;
	height: 35px;
	background: #ffffff;
	font: 1em calibri;
}
#hoja #remision .tblremision:first-child
{
	color: #232323;
	height: 25px;
	font: 1em calibri;
	border-top: solid 1px #4d4d4d;
	background: #ffffff;
}
#hoja #remision .tblremision tr td:first-child
{
	color: #232323;
	height: 25px;
	font: 1em calibri;
	border-left: solid 1px #4d4d4d;
	background: #ffffff;
}
#hoja #remision .tblremision td
{
	font-size: 1em;
	border-bottom: 1px solid #4d4d4d;
	border-right: solid 1px #4d4d4d;
	border-left: solid 1px #ffffff;
}
#hoja #datospedimento
{
	margin: 50px 0 0 0;
	padding: 0 5% 0 6%;
	width: 100%;
	min-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hoja #datospedimento #cliente
{
	margin: 0px;
	padding: 5px 10px 0 0;
	width: 60%;
	min-height: 100px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hoja #datospedimento #cliente h2
{
	margin: 0px;
	padding: 3px 0 3px 0;
	text-align: left;
	font-size: 1.1em;
}
#hoja #datospedimento #cliente h3
{
	margin: 0px;
	padding: 3px 0 3px 0;
	text-align: left;
	font-size: 1em;
	font-weight: lighter;
}
#hoja #datospedimento #pedimento
{
	margin: 0px 0 0 0;
	width: 30%;
	min-height: 100px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #datospedimento #pedimento .tblpedimento
{
	margin: 8px 0px 20px 0px;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #datospedimento #pedimento .tblpedimento tr
{
	color: #232323;
	height: 35px;
	background: #ffffff;
	font: 1em calibri;
}
#hoja #datospedimento #pedimento .tblpedimento:first-child
{
	color: #232323;
	height: 25px;
	font: 1em calibri;
	border-top: solid 1px #4d4d4d;
	background: #ffffff;
}
#hoja #datospedimento #pedimento .tblpedimento tr td:first-child
{
	color: #232323;
	height: 25px;
	font: 1em calibri;
	border-left: solid 1px #4d4d4d;
	background: #ffffff;
}
#hoja #datospedimento #pedimento .tblpedimento td
{
	font-size: 1em;
	border-bottom: 1px solid #4d4d4d;
	border-right: solid 1px #4d4d4d;
	border-left: solid 1px #ffffff;
}
#hoja .partida
{
	margin: 15px 6% 10px 6%;
	padding: 0;
	width: 88%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja .partida .titulo
{
	margin: 0px 10px 0px 0px;
	padding: 5px 10px 0px 10px;
	width: auto;
	height: 30px;
	float: left;
	border-top: solid 1px #434343;
	border-left: solid 1px #434343;
	border-right: solid 1px #434343;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hoja .partida .titulo a
{
	margin: 0px;
	font-size: 1.1em;
	font-weight: lighter;
	color: #232323;
	text-decoration: none;
}
#hoja .partida .tblpartida
{
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja .partida .tblpartida th:first-child
{
	color: #232323;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	border-left: solid 1px #4d4d4d;
	background: #ededed;
}
#hoja .partida .tblpartida th
{
	color: #232323;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	border-right: solid 1px #4d4d4d;
	border-left: solid 0px #4d4d4d;
	background: #ededed;
}
#hoja .partida .tblpartida td:first-child
{
	border-left: solid 1px #9d9d9d;
}
#hoja .partida .tblpartida td
{
	color: #232323;
	height: 23px;
	font: 0.9em calibri;
	border-bottom: 1px solid #9d9d9d;
	border-right: solid 1px #9d9d9d;
	border-left: solid 1px #ffffff;
	background: #ffffff;
}
#hoja .partida .tblpartida td a
{
	text-decoration: none;
	color: #912832;
}
/*Reporte de Saldos*/
#hoja #reportesaldos
{
	margin: 50px 0 0 0;
	padding: 0 5% 0 6%;
	width: 100%;
	min-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hoja #reportesaldos #tituloreporte
{
	margin: 0px;
	padding: 5px 10px 0 0;
	width: 100%;
	min-height: 100px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hoja #reportesaldos #tituloreporte h2
{
	margin: 0px;
	padding: 3px 0 3px 0;
	text-align: center;
	font-size: 1.3em;
}
#hoja #reportesaldos #tituloreporte h3
{
	margin: 0px;
	padding: 3px 0 3px 0;
	text-align: center;
	font-size: 1em;
	font-weight: lighter;
}
#hoja #reportesaldos .pedpartida
{
	padding: 15px 0% 10px 0%;
	margin: 0;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #reportesaldos .pedpartida .tblpedpartida
{
	margin: 8px 0px 20px 0px;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #reportesaldos .pedpartida .tblpedpartida th:first-child
{
	color: #232323;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	border-left: solid 1px #4d4d4d;
	background: #ededed;
}
#hoja #reportesaldos .pedpartida .tblpedpartida th
{
	color: #232323;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	border-right: solid 1px #4d4d4d;
	border-left: solid 0px #4d4d4d;
	background: #ededed;
}
#hoja #reportesaldos .pedpartida .tblpedpartida tr
{
	color: #232323;
	height: 23px;
	background: #ffffff;
}
#hoja #reportesaldos .pedpartida .tblpedpartida tr:nth-child(odd)
{
 	background: #f5f5f5;
}
#hoja #reportesaldos .pedpartida .tblpedpartida td:first-child
{
	border-left: solid 1px #9d9d9d;
}
#hoja #reportesaldos .pedpartida .tblpedpartida td
{
	font: 0.8em calibri;
	border-bottom: 1px solid #9d9d9d;
	border-right: solid 1px #9d9d9d;
	border-left: solid 1px #ffffff;
}
 /* Todos los tamanos son en porciento*/
/*-----------------------------------*/
#hoja #reportesaldos .pedpartida .tblpedpartida .celdatam6
{
	width: 6%;
}
#hoja #reportesaldos .pedpartida .tblpedpartida .celdatam7
{
	width: 7.5%;
}
#hoja #reportesaldos .pedpartida .tblpedpartida .celdatam10
{
	width: 10%;
}
#hoja #reportesaldos .pedpartida .tblpedpartida .celdatam14
{
	width: 14%;
}
#hoja #reportesaldos .pedpartida .tblpedpartida .celdatam30
{
	width: 30%;
}

 /* Descargos de la partida del reporte*/
/*------------------------------------*/
#hoja #reportesaldos .descargos
{
	padding: 0px 0% 0px 0%;
	margin: 0;
	width: 78.5%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #reportesaldos .descargos .tbldescargos
{
	margin: 8px 0px 20px 0px;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja #reportesaldos .descargos .tbldescargos tr
{
	color: #232323;
	height: 23px;
	background: #ffffff;
}
#hoja #reportesaldos .descargos .tbldescargos  tr:nth-child(odd)
{
 	background: #f5f5f5;
}
#hoja #reportesaldos .descargos .tbldescargos th:first-child
{
	color: #232323;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	border-left: solid 1px #4d4d4d;
	background: #ededed;
}
#hoja #reportesaldos .descargos .tbldescargos th
{
	color: #232323;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	border-right: solid 1px #4d4d4d;
	border-left: solid 0px #4d4d4d;
	background: #ededed;
}
#hoja #reportesaldos .descargos .tbldescargos td:first-child
{
	border-left: solid 1px #9d9d9d;
}
#hoja #reportesaldos .descargos .tbldescargos td
{
	font: 0.8em calibri;
	border-bottom: 1px solid #9d9d9d;
	border-right: solid 1px #9d9d9d;
	border-left: solid 1px #ffffff;
}
#hoja #reportesaldos .descargos .tbldescargos .celdatam12
{
	width: 12.8%;
}
#hoja #reportesaldos .descargos .tbldescargos .celdatam18
{
	width: 17.5%;
}
#hoja #reportesaldos .descargos .tbldescargos .celdatam19
{
	width: 19%;
}
.tblbasicacont
{
	margin: 15px 6% 10px 6%;
	padding: 0;
	width: 88%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.tblbasicacont .tblbasica
{
	margin: 8px 0px 20px 0px;
	width: 100%;
	border-spacing: 0px;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tblbasicacont .tblbasica tbody tr:nth-child(odd) {
   background-color: #f3f3f3;
}
.tblbasicacont .tblbasica th:first-child
{
	color: #232323;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	border-left: solid 1px #4d4d4d;
	background: #ededed;
}
.tblbasicacont .tblbasica th
{
	color: #232323;
	height: 30px;
	font-size: 1em;
	font-weight: normal;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	border-right: solid 1px #4d4d4d;
	border-left: solid 0px #4d4d4d;
	background: #ededed;
}
.tblbasicacont .tblbasica td:first-child
{
	border-left: solid 1px #9d9d9d;
}
.tblbasicacont .tblbasica td
{
	height: 20px;
	font: 0.8em calibri;
	border-bottom: 1px solid #9d9d9d;
	border-right: solid 1px #9d9d9d;
	border-left: solid 1px #ffffff;
}
.tblbasicacont .tblbasica td a
{
	text-decoration: none;
	color: #912832;
}
.tblbasicacont .total
{
	margin: 5px 0px 0 0;
	padding: 0;
	width: auto;
	float: right;
}
.tblbasicacont .total label
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: right;
	font-size: 1.1em;
	color: #232323;
}
.tblbasicacont .total .tachado
{
	text-decoration: line-through;
}
#hoja .botonera
{
	margin: 5px 5% 10px 6%;
	width: 89%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#hoja .botonera .aladerecha
{
	float: right;
}
#hoja .botonera .aladerecha .button
{
	margin: 0px 0px 0px 8px;
	height: 50px;
	font-size: 1.1em;	
	padding: 10px;
}
#hoja .botonera .alaizquierda
{
	float: left;
}

.menutiles
{
	margin: 0 auto;
	width: 99%;
	float: left;
}
.menutiles .tile
{
	margin: 10px;
	padding: 10px;
	width: 180px;
	height: 180px;
	float: left;
	background: #EBE8D6;
	border: solid 6px #f3f1e7;
}
.menutiles .tile:hover
{
	background: #f3f1e7;
}
.menutiles .tile h5
{
	margin: 0;
	color: #9e1818;
	padding: 0 1px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
}
.menutiles .tile a:link, a:visited
{
	color: #9e1818;
	padding: 0 1px;
	text-decoration: none;
}
.menutiles .tile a img
{
	margin: 0 0 0 15px;
	padding: 0;
	background: transparent;
	border: solid 0px #ffffff;
}
#pie
{
	margin: 0 auto;
	width: 220px;
	height: 50px;
	float: left;
	left: 0;
	bottom: 0;
	position: absolute;
}
#pie p
{
	margin: 20px 0px 0px 0px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#pielogin
{
	margin: 0 auto;
	width: 630px;
	height: 50px;
	padding-top: 7px;
}
#pielogin p
{
	margin: 0px;
	font-size: 0.8em;
    text-align: center;
}


/***********************************************************/
/****************      Nuevo Estilo       ******************/
/***********************************************************/
/*-- anchors --*/
a{
    outline: 0;
    text-decoration: none;
}
a img{
    border: 0;
}
a:link, a:visited{
    color: #ad0101;
    padding: 0;
}
/*-- table --*/
table.zebra {
    width: 100%;
    background: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
}
table.zebra tr:nth-child(odd) {
    background: #dbe8ff;
    background: #edeff2;
    background: #e5ecec;
    background: #dfdfdf;
}
table.zebra th {
    padding: 5px;
    color: #404040;
    font-weight: bold;
    background: #fff;
    border-bottom: solid 1px #ccc;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
table.zebra td {
    max-height: 32px !important;
    padding: 3px 3px;
}
table.zebra td img {
    opacity: 0.5;
    transition: all .3s ease-out;
}
table.zebra td img:hover {
    opacity: 1;
    transition: all .3s ease-in;
}
table.zebra .icono {
    width: 38px;
    height: 38px;
    padding: 0px 0;
}
table.zebra table th {
    font-size: 1.3em !important;
}
table.zebra table td {
    font-size: 1em !important;
}
table.zebra .celda-destacada {
    background: #caf278;
}
/* Clases Defaults */
/*********************************/
/* Contenedores de tamaños personalizados */
.conte-def {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 20px;
    display: inline-block;
    box-sizing: border-box;
}
.conte-def .fila {
    width: 100%;
    box-sizing: border-box;
}
.conte-def .intext {
    width: 100%;
    min-height: 25px;
    box-sizing: border-box;
}
.conte-def .insel {
    width: 100%;
    min-height: 25px;
    box-sizing: border-box;
}
.conte-def .insel option{
    padding: 5px 10px;
}
.conte-def .videoprev {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.conte-def .videoprev iframe{
    position: absolute;
}

/* Control de lista y edicion de publicaciones(gral) */
/****************************************************/
.lista-control{
    width: 100%;
    box-sizing: border-box;
}
/* Noti-Caja de Arena */
#noti-cajadearena{
    width: 100%;
}
.lista-control .filacont{
    width: 100%;
    box-sizing: border-box;
}
.lista-control table {
    font-size: 0.9em;
}
.lista-control .paginacion
{
    width: auto;
    min-height: 1vw;
    background: #fff;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}
.lista-control .paginacion .titulopaginacion
{
    padding: 0.5vw 1.5vw;
    width: auto;
    float: left;
    border-right: solid 1px #ccc;
}
.lista-control .paginacion .titulopaginacion span
{
    font-size: 0.8em;
    font-weight: normal;
    color: #912832;
    text-align: left;
}
.lista-control .paginacion .paginas
{
    padding: 0.5vw 0.2vw;
    text-align: right;
    float: right;
}
.lista-control .paginacion .paginas a
{
    margin: 3px 3px 3px 3px;
    padding: 2px 8px 2px 8px;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    color: #912832;
    text-align: center;
    background: linear-gradient(#fff, #e9e9e9);
    border: solid 1px #d3d3d3;
}
.lista-control .paginacion .paginas a:hover
{
    color: #fff;
    text-align: center;
    background: linear-gradient(#9d1339, #912832);
    border: solid 1px #e3e3e3;
}
.lista-control .paginacion .paginas .paginaactual
{
    margin: 3px 3px 3px 3px;
    padding: 2px 8px 2px 8px;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: linear-gradient(#9d1339, #912832);
    border: solid 1px #d3d3d3;
}

/*-- Posicion de elementos --*/
.ala-izquierda {
    float: left!important;
}
.ala-derecha {
    float: right!important;
}
.ala-centro {
    margin: 0 auto;
}
/*-- Alineacion de texto --*/
.texto-centro{
    text-align: center;
}
.texto-izquierda{
    text-align: left;
}
.texto-derecha{
    text-align: right;
}
/*-- Color del texto --*/
.texto-blanco{
    color: #fff !important;
}
.texto-ligero{
    color: #f3f3f3 !important;
}
.texto-ligeroazul-h{
    color: #d0d7dd !important;
}
.texto-ligeroazul-p{
    color: #c0c9d1 !important;
    color: #a7b1ba !important;
}
/* Clear Both */
.clearBoth { clear: both; }
/* Padding complementario LR */
.pad-ala-derecha {
    padding-right: 1vw !important;
}
.pad-ala-izquierda {
    padding-left: 1vw !important;
}
.pad-arriba {
    padding-top: 1vw !important;
}
.pad-abajo {
    padding-bottom: 1vw !important;
}
.pad-ala-derecha-alt {
    padding-right: 2vw !important;
}
.pad-ala-izquierda-alt {
    padding-left: 2vw !important;
}
.pad-arriba-alt {
    padding-top: 2vw !important;
}
.pad-abajo-alt {
    padding-bottom: 2vw !important;
}
.pad-ala-izde {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}
.pad-ala-izde-alt {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
}
.pad-ala-todo {
    padding: 1vw !important;
}
.pad-ala-todo-alt {
    padding: 2vw !important;
}
.pad-ala-todo-min {
    padding: 0.3vw !important;
}
.pad-nada {
    padding: 0 !important;
}
/* Bordes complementarios */
.borde-sencillo {
    border: solid 1px #ccc !important;
}
.borde-sencillo-alt {
    border: solid 1px #ddd !important;
}
.borde-sencillo-arde {
    border-top: solid 1px #ccc !important;
    border-right: solid 1px #ccc !important;
}
.mar-ala-derecha {
    margin-right: 5px !important;
}
.mar-ala-izquierda {
    margin-left: 5px !important;
}
.mar-arriba {
    margin-top: 5px !important;
}
.mar-abajo {
    margin-bottom: 5px !important;
}
.mar-ala-derecha-alt {
    margin-right: 1vw !important;
}
.mar-ala-izquierda-alt {
    margin-left: 1vw !important;
}
.mar-arriba-alt {
    margin-top: 1vw !important;
}
.mar-abajo-alt {
    margin-bottom: 1vw !important;
}

/* TopBox :: Creacion personal al estilo Lightbox */
/**************************************************/
.topboxcont
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background-color: rgba(16,16,16,0.85);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topbox
{
    margin: 0 auto;
    width: 60%;
    height: auto;
    display: inline-block;
    background: #fff;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topbox.especial
{
    width: auto;
    height: 33.5vw !important;
    display: inline-block;
}
.topbox.especial-datos
{
    width: auto;
    height: auto;
    min-height: 35vw !important;
    display: inline-block;
}
.topbox-datos
{
    margin: 0 auto;
    padding: 8px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topbox-datos .titulo h1
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    font: 1.8em Arial;
    color: #0e284f;
}
.topbox-datos .titulo h3
{
    margin: 0;
    padding: 5px 15px 8px 15px;
    font: 1.2em Arial;
    font: normal, normal, normal 1.3em/100% Arial, sans-serif;
    color: #0e284f;
}
.topbox-datos .contenido
{
    margin: 0;
    padding: 8px 15px 8px 15px;
    font: normal, normal, normal 1.3em/100% Arial, sans-serif;
    color: #0e284f;
}
.topbox-datos .contenido p
{
    margin: 0;
    padding: 8px 15px 8px 15px;
    font: 1.1em Arial;
    font: normal, normal, normal 1.3em/100% Arial, sans-serif;
    color: #0e284f;
    color: #9f0022;
    color: #111;
}
.topbox-youtube
{
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topbox-youtube iframe {
    
}
.topbox-ctrl {
    margin: 0;
    width: 100%;
    height: 0px;
    position: relative;
    overflow: visible;
}
.topbox-ctrl .ctrl-cerrar {
    margin: -20px -20px 0 0;
    padding: 11px;
    width: 40px;
    height: 40px;
    right: 0;
    display: list-item;
    list-style-type: none;
    cursor: pointer;
    position: absolute;
    border-radius: 40px;
    background: rgba(0,0,0,0.9);
    border: solid 1px rgba(10,10,10,0.9);
    box-sizing: border-box;
}
.topbox-ctrl .icon-cerrar {
    width: 15px;
    height: 15px;
    display: list-item;
    background: url(../img/close.png) no-repeat;
    background-size: 100%;
}
.alineado-vh
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60% !important;
    height: 40vw !important;
    min-width: 550px;
    margin: -20% 0 0 -30%;
}
/* VH para XS, SM y MD   */
/*************************/
@media (max-width: 998px) 
{
    .alineado-vh
    {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 85% !important;
        min-height: 50vw !important;
        height: auto !important;
        min-width: 550px;
        margin: -25% 0 0 -43%;
    }
}
/* VH para LG y XG      */
/***********************/
@media (min-width: 998px) 
{
    .alineado-vh
    {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70% !important;
        min-height: 40vw !important;
        height: auto !important;
        min-width: 550px;
        margin: -20% 0 0 -35%;
    }
}

.oculto {
    display: none;
}
.visible {
    display: block;
}

/*///////////////////////////////
/* Topbox Botones             */
/*///////////////////////////*/
.topbox .botonera
{
    padding: 15px 35px 15px 15px !important;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.topbox .botona{
    padding: 8px 1vw 8px 1vw;
    line-height: 20px;
    font-size: 0.9em;
    color: #9f0022;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    transition: background .3s ease-out, box-shadow .3s ease-out;
}
.topbox .botona i{
    padding: 0 5px;
    color: #6f0022;
}
.topbox .botona:hover{
    color: #fff;
    background: #bf0022;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.3);
    transition: background .3s ease, box-shadow .3s ease;
}
.topbox .botona:hover > i{
    color: #fff;
}
.topbox .botona:disabled{
    cursor: not-allowed ;
    color: #cf6622;
    background: #dfdfdf;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.3);
    transition: background .3s ease, box-shadow .3s ease;
}
.topbox .botona-alt{
    padding: 8px 1vw 8px 1vw;
    line-height: 20px;
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    background: #0e284f;
    border: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    transition: background .3s ease-out, box-shadow .3s ease-out;
}
.topbox .botona-alt i{
    padding: 0 5px;
    color: #fff;
}
.topbox .botona-alt:hover > i{
    color: #fff;
}
.topbox .botona-alt:hover{
    color: #fff;
    background: #bf0022;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.3);
    transition: background .3s ease, box-shadow .3s ease;
}
.topbox .btn-confirmar{
    padding: 8px 1vw 8px 1vw;
    line-height: 20px;
    font-size: 0.9em;
    color: #9f0022;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    transition: background .3s ease-out, box-shadow .3s ease-out;
}
.topbox .btn-confirmar i{
    padding: 0 5px;
    color: #6f0022;
}
.topbox input[type="submit"] {
    height: 38px;
    font-size: 0.9em;
}