html{
	margin: 0 auto;
	padding: 0;	
        box-sizing: border-box;
}
body{
	font: 65% "Trebuchet MS", sans-serif;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	/*background: #AAA;*/
	/*max-width: 1500px;*/
        box-sizing: border-box;
}

a, a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: none;
}

#TaAtt{
     font-size:12px; 
     width: 100%; 
     max-width:1200px;
     margin:auto;
}
#ContenedorGlobal {
	width: 1310px;
	height: 100%;
	margin: 0 auto;
}
#ContenedorGlobal footer {
	width: 100%;
	text-align: center;
}

#MainMenu {
	width: 100%;
	height: 30px;
	color: #CCC;
	background: url("MainMenu_bg.gif") repeat-x;
	padding-top: 2px;
}

.btnNCVItem0{
    color : #F00;
}

.cancelaGenNCV{
    margin-left: 2px;
    display : none;
}

#MainMenu a, #MainMenu a:visited {
	color: #000000;
	font-weight: bold;
	border-right: 1px solid #A8A8A8;
	font-size: 12px;
	text-decoration: none;
	line-height: 30px;
	padding: 3px 7px;
	margin-left: -3px;
}
#MainMenu a:hover {
	background-image: url("MainMenu_selected.gif");
	text-decoration: none;
}

#SubMenu {
	height: 24px;
	border-bottom: 1px solid #DDD;
	background: white url(SubMenu_bg.png) repeat-x center left;
}
#SubMenu ul {
	height: 24px;
	list-style: none;
	margin: 0 0 0 -40px;
}
#SubMenu span {
	float: right;
	margin: -18px 10px;
}
#SubMenu ul li {
	display: inline;
	float: left;
	margin: 0 1px;
	padding-top: 1px;
}
#SubMenu a {
	font-size:11px;
	font-weight:bold;
	float:left;
	padding: 2px 6px;
	color:#999;
	border:1px solid #ccc;
	cursor: pointer;
	background:transparent url(SubMenu_selected.png) repeat-x center left;
	height:16px;
	line-height:16px;
	opacity: 0.7;
}
#SubMenu a:hover{
	color: #000;
	opacity: 1;
}
#SubMenu a.selected {
	color: #000;
	opacity: 1;
}

#SubMenu2 {
	height: 24px;
	border-bottom: 1px solid #DDD;
	background: white url(SubMenu_bg.png) repeat-x center left;
}
#SubMenu2 ul {
	height: 24px;
	list-style: none;
	margin: 0 0 0 -40px;
}
#SubMenu2 span {
	float: right;
	margin: -18px 10px;
}
#SubMenu2 ul li {
	display: inline;
	float: left;
	margin: 0 1px;
	padding-top: 1px;
}
#SubMenu2 a {
	font-size:11px;
	font-weight:bold;
	float:left;
	padding: 2px 6px;
	color:#999;
	border:1px solid #ccc;
	cursor: pointer;
	background:transparent url(SubMenu_selected.png) repeat-x center left;
	height:16px;
	line-height:16px;
	opacity: 0.7;
}
#SubMenu2 a:hover{
	color: #000;
	opacity: 1;
}
#SubMenu2 a.selected {
	color: #000;
	opacity: 1;
}

#Contenido {
	background-color: #FFFFFF;
	min-height: 300px;
        position:relative;
}

/* Formulario Login */
#LogInCont {
	width: 350px;
	text-align: center;
	margin: 0 auto;
	border-radius: 6px;
	border: #bbbbbb solid 1px;
	padding: 15px;
}
#FormIn { position:relative; vertical-align:top; }
#FormIn label { display:block; position:relative; width:110px; }
#FormIn input[type="text"], #FormIn input[type="password"] { font-family: Arial, Helvetica, sans-serif; color: #666; font-size: 1em; vertical-align: middle; font-weight: normal; padding: 9px 10px; margin: 0; background: #eee; border: 1px solid #aaa; outline:none; width:150px; text-align:center; }
/* Formulario Login */

/* Panel Principal */
table#ApL {
	border-spacing: 1px;
}
table#ApR {
	border-spacing: 0;
	float: right;
}
table#ApL a:link, table#ApL a:visited {
	width: 250px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: table-cell;
	padding: 5px 0 5px 5px;
	color: #21536A;
}
table#ApL a:hover {
	background-color: #6699FF;
}
table#ApL a span {
	float: left;
	width: 30px;
	color: #FFF;
}
table#ApL .ApL_TdL {
	background-color: #DDD;
	color: #21536A;
	border: #CCC 1px solid;
}
table#ApL .ApL_TdR {
	background-color: #EEE;
	width: 260px;
}
table#ApL .ApL_TdR span {
	float: right;
	width: 60px;
	text-align: center;
}
table#ApL .ApL_TdR input[type="text"] {
	margin-left: 0;
}

table#ApL .ApL_TdR label {
	font: 12px Arial,sans-serif;
	color: #334D55;
	padding-right: 3px;
	display: inline-block;
	width: 20px;
	text-align: right;
}

table#ApR a:link, table#ApR a:visited {
	width: 300px;
	background-color: #DDD;
	color: #21536A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: table-cell;
	padding: 5px 0 5px 10px;
	border: #CCC 1px solid;
}
table#ApR a:hover {
	background-color: #6699FF; border:#CCC 1px solid;
}
table#ApR a span {
	float: left;
	width: 25px;
	color: #FFF;
}

/* Panel Principal */


.inputbox {
	/*
	padding: 1px 1px 1px 1px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	margin: 1px;
	*/
}

.minibox {
	border:solid 1px #cccccc;
	background-color: #ffffff;
	margin: 1px;
	font-size:10px
}
#search_inner .inputbox {
	border: 0;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
}

/************** header tag styles **************/

h1{
 font: bold 137% Arial,sans-serif;
 color: #0099CC;
 padding: 0;
}

h2{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 margin: 0;
 padding: 0;
}

h3{
 font: bold 110% Arial,sans-serif;
 color: #0099CC;
 margin: 0;
 padding: 0;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0;
 padding: 0;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0;
 padding: 0;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}

input{
font-family: Arial,sans-serif;
}
input[type="date"]{
    background-color:#FDFEFE;
    color:#AED6F1;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* HEADER OF LINKSTORE */
#masthead{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width:1024px;
	background-color:#CC3300;
}

/* MAIN BODY OF LINKSTORE */
#pagecell1{
	position:absolute;
	top: 33px;
	left: 0;
	right: 0;
	width:1024px;
	background-color: #ffffff;
}

/* LEFT MENU OF LINKSTORE */
#pageNav{
	float: left;
	left: 0;
	width:168px;
	padding: 0;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 0 solid #cccccc;
	font: 11px Verdana,sans-serif;
}


#globalNav{
	position: relative;
	width: 1024px;
	height: 32px;
	color: #cccccc;
	padding: 0;
	margin: 0;
	font-size:12px;
	background-image:  url("glbnav_background.gif");
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	width: 150px;
	height: 32px;

}

#search input{
  font-size: 80%;
  margin: 0  0 0 10px;
 }

#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;

}

#search a:hover{
	margin: 0;
}

/* CONTENT OF MAIN BODY */
#content{
	padding:3px;
	/*padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 5px;
	border-left: 1px solid #ccd2d2;*/
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0;
	padding: 0;
	z-index: 100;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
/* LINKSTOREsystems logo/name top left 		   */
#siteName{
	margin: 0;
	padding: 16px 0 8px 0;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/
/*
#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}
*/
/************** pageName styles ****************/
/* MAIN BODY TOP								*/
#pageName{
	padding: 0 0 14px 10px;
	margin: 0;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 100% Arial,sans-serif;
	color: #000000;
	margin:0;
	padding: 0;
}
/* 3VS LOGO RIGHT 								*/
#pageName img{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

/************* globalNav styles ****************/
/* NAVIGATION BAR MAIN MENU HEADER */

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0;
	left:0;
}

#gnr {
	position: absolute;
	top: 0;
	right:0;
}

#globalLink{
	font:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0;
	margin: 0;
	left: 10px;
	z-index: 100;
	font-size:11px;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0;
	width: 1024px;
	min-width: 640px;
	height: 20px;
	padding: 0 0 0 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 70%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/************* breadCrumb styles ***************/
/*
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
*/
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-size: 11px;
  	color: #006699;
	padding: 3px 3px 3px 5px;
	*/
}

.currbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color: #006699;
	padding: 1px;
	vertical-align:middle;
	text-align:right;
}

.changebox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 30px;
  	color: #000000;
	padding: 1px;
	vertical-align:middle;
	text-align:left;
}

.navbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color: #006699;
	border: 3px double #cccccc;
	padding: 1px;
}

.minibox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
  	color: #006699;
	padding: 1px 1px 1px 2px;
}


.button {
  color: #006699;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  /*background: url(../images/button_bg.png) repeat-x;*/
  padding: 0 5px;
  line-height: 18px !important;
  height: 26px !important;
  margin: 1px;
}

.button_f {
	color: #006699;
	background: #FFF url(../images/_f.png) no-repeat center;
	padding: 0 5px;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	line-height: 18px !important;
	height: 26px !important;
	margin: 1px;
	width:24px !important;
	cursor:pointer;
}
.button_p {
	color: #006699;
	background: #FFF url(../images/_p.png) no-repeat center;
	padding: 0 5px;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	line-height: 18px !important;
	height: 26px !important;
	margin: 1px;
	width:24px !important;
	cursor:pointer;
}
.button_n {
	padding: 0 5px;
	color: #006699;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	background: url(../images/_n.png) center no-repeat;
	line-height: 18px !important;
	height: 26px !important;
	margin: 1px;
	width:24px !important;
	cursor:pointer;
}
.button_l {
	color: #006699;
	background: #FFF url(../images/_l.png) no-repeat center;
	padding: 0 5px;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	line-height: 18px !important;
	height: 26px !important;
	margin: 1px;
	width:24px !important;
	cursor:pointer;
}
.button_dp {
	color: #006699;
	background: #FFF url(../images/_dp.png) no-repeat center;
	padding: 0 5px;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	line-height: 18px !important;
	height: 26px !important;
	margin: 1px;
	width:30px !important;
	cursor:pointer;
}
.button_v {
	color: #006699;
	background-color:#FFF;
	padding: 0 5px;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	line-height: 18px !important;
	height: 26px !important;
	margin: 1px;
	width:60px !important;
}



/************** feature styles *****************/

.feature{
	padding: 0 0 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0 5px 0;
}

.feature img{
	float: right;
	padding: 0 10px 0 0;
}

/*************** story styles ******************/

.story {
	padding: 10px 0 0 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0 0 10px 0;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 0 solid #cccccc;
	color: #cccccc;
	padding: 10px 10px 5px 5px;
	margin-top: 5px;
	font-size:11px;
}

#siteInfo img{
	padding: 4px 4px 4px 0;
	vertical-align: middle;
}


/************ sectionLinks styles **************/
/* LEFT MENU TOP							   */
#sectionLinks{
	margin: 0;
	padding: 0;

}

#sectionLinks h3{
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background: #DDEEFF none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/
/* LEFT MENU BOTTOM 							*/

.relatedLinks{
	margin: 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 0 0 2px 0;
}

.relatedLinks a{
	display: block;
}

/**************** advert styles *****************/
/*
#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
*/
/************ adminPanel styles **************/

#adminPanel1{
	margin: 0;
	padding: 0;
}

#adminPanel1 h3{
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#adminPanel1 a:link, #adminPanel1 a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536A;
}

#adminPanel1 a:hover{
	border-top: 1px solid #cccccc;
	background: #FF9900 none;
	font-weight: bold;
	text-decoration: none;
}

/********************************/

#adminPanel2{
	margin: 0;
	padding: 0;
}

#adminPanel2 h3{
	padding: 10px 0 2px 10px;
/*	border-bottom: 1px solid #cccccc; */
}

#adminPanel2 a:link, #adminPanel2 a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #DDDDDD;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536A;
}

#adminPanel2 a:hover{
	border-top: 1px solid #cccccc;
	background: #339933 none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/********************************/

#adminPanel3{
	margin: 0;
	padding: 0;
}

#adminPanel3 h3{
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#adminPanel3 a:link, #adminPanel3 a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #DDDDDD;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536A;
}

#adminPanel3 a:hover{
	border-top: 1px solid #cccccc;
	background: #3366CC none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/********************************/

#adminPanel4{
	margin: 0;
	padding: 0;
}

#adminPanel4 h3{
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#adminPanel4 a:link, #adminPanel4 a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #DDDDDD;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536A;
}

#adminPanel4 a:hover{
	border-top: 1px solid #cccccc;
	background: #6699FF none;
	font-weight: bold;
	text-decoration: none;
}

/********************************/

#adminPanel5{
	margin: 0;
	padding: 0;
}

#adminPanel5 h3{
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#adminPanel5 a:link, #adminPanel5 a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #DDDDDD;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536A;
}

#adminPanel5 a:hover{
	border-top: 1px solid #cccccc;
	background: #6633CC none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/********************************/
.MenuPanel_contacts {
	background-color: #DDD;
	display: table;
}
.MenuPanel_contacts a {
	padding: 3px 6px;
	height: 16px;
	display: table-cell;
}
.MenuPanel_contacts a:link, .MenuPanel_contacts a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #21536A;
}
.MenuPanel_contacts:hover {
	background-color: #993333;
}
.MenuPanel_contacts a:hover {
	text-decoration: none;
	color: #ffffff;
}
.MenuPanel_contacts_selected {
	background-color: #993333;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
}


#adminPanel6{
	margin: 0;
	padding: 0;
}

#adminPanel6 h3{
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#adminPanel6 a:link, #adminPanel6 a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #DDDDDD;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536A;
}

#adminPanel6 a:hover{
	border-top: 1px solid #cccccc;
	background: #993333 none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
  /**************************************/

#adminPanel7 {
	margin: 0;
	padding: 0;
}

#adminPanel7 h3 {
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#adminPanel7 a:link, #adminPanel6 a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #DDDDDD;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536A;
}

#adminPanel7 a:hover {
	border-top: 1px solid #cccccc;
	background: #ff9933 none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.balloonstyle {
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead {
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}

div.en_web_si { float:right; height:6px; width:6px; background-color:#00FF00; margin-top:-2px; }
div.en_web_no { float:right; height:6px; width:6px; background-color:#FF0000; margin-top:-2px; }

.loadBlockerContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 20000;
	display: none;
}

.loadBlockerContainer .loadBlocker {
	width: 100%;
	height: 100%;
	background: #DDD;
	opacity: .6;
}


.loadBlockerContainer .spinner {
	position: absolute;
	width: 32px;
	height: 32px;
	margin: auto;
	padding: 1px 0 0 1px;
	top: 45%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	-o-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
}
.btn{
	border:1px solid #999 !important;
	border-radius: 5px !important;
	padding:10px 15px !important;
	font-size: 12px !important;
	cursor: pointer;
        display: inline-block;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
}
.btn-mini{
	border:1px solid #999 !important;
	border-radius: 5px !important;
	padding:5px 7px !important;
	font-size: 10px !important;
	cursor: pointer;
        display: inline-block;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        font-weight: normal;
        width: fit-content;
}

.btn-alerta{
	background: -webkit-linear-gradient(#ff0000, #ff7070) !important;
	background: -moz-linear-gradient(#ff0000, #ff7070) !important;
	background: -o-linear-gradient(#ff0000, #ff7070) !important;
	background: linear-gradient(#ff0000, #ff7070) !important;
	color:#fff !important;
	font-weight: 700 !important;
}
.btn-normal{
	background: -webkit-linear-gradient(#7575b5, #003366) !important;
	background: -moz-linear-gradient(#7575b5, #003366) !important;
	background: -o-linear-gradient(#7575b5, #003366) !important;
	background: linear-gradient(#7575b5, #003366) !important;
	color:#fff !important;
	font-weight: 700 !important;
}
.btn-normal:hover{
	background: -webkit-linear-gradient(#a6a6fa, #7575b5) !important;
	background: -moz-linear-gradient(#a6a6fa, #7575b5) !important;
	background: -o-linear-gradient(#a6a6fa, #7575b5) !important;
	background: linear-gradient(#a6a6fa, #7575b5) !important;
	color:#fff !important;
	font-weight: 700 !important;
}
.btn-default{
	background-color: #003366 !important;
	color:#fff !important;
        transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
	font-weight: 700 !important;
}
.btn-default:hover{
	background-color: #008b8b !important;
}
.btn-gris{
        background: -webkit-linear-gradient(#c6c6c6, #e8e8e8) !important;
        background: -moz-linear-gradient(#c6c6c6, #e8e8e8) !important;
        background: -o-linear-gradient(#c6c6c6, #e8e8e8) !important;
        background: linear-gradient(#c6c6c6, #e8e8e8) !important;
        color:#000 !important;
	font-weight: 700 !important;
	-webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
}
.btn-gris:hover{
        background: -webkit-linear-gradient(#e8e8e8, #c6c6c6) !important;
        background: -moz-linear-gradient(#e8e8e8, #c6c6c6) !important;
        background: -o-linear-gradient(#e8e8e8, #c6c6c6) !important;
        background: linear-gradient(#e8e8e8, #c6c6c6) !important;
}
.btn-verde{
        background: -webkit-linear-gradient(#006919, #52db3d) !important;
        background: -moz-linear-gradient(#006919, #52db3d) !important;
        background: -o-linear-gradient(#006919, #52db3d) !important;
        background: linear-gradient(#006919, #52db3d) !important;
        color:#000 !important;
	font-weight: 700 !important;
	-webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
}
.btn-verde:hover{
        background: -webkit-linear-gradient(#52db3d, #006919) !important;
        background: -moz-linear-gradient(#52db3d, #006919) !important;
        background: -o-linear-gradient(#52db3d, #006919) !important;
        background: linear-gradient(#52db3d, #006919) !important;
}
.btn-mini-gris{
        background: -webkit-linear-gradient(#c6c6c6, #e8e8e8) !important;
        background: -moz-linear-gradient(#c6c6c6, #e8e8e8) !important;
        background: -o-linear-gradient(#c6c6c6, #e8e8e8) !important;
        background: linear-gradient(#c6c6c6, #e8e8e8) !important;
        color:#000 !important;
	-webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
}
.btn-mini-gris:hover{
        background: -webkit-linear-gradient(#e8e8e8, #c6c6c6) !important;
        background: -moz-linear-gradient(#e8e8e8, #c6c6c6) !important;
        background: -o-linear-gradient(#e8e8e8, #c6c6c6) !important;
        background: linear-gradient(#e8e8e8, #c6c6c6) !important;
}
.btn-grande{
    font-size: 1.4em !important;    
}
.textopequeno{
    font-size:10px !important;
    text-transform: lowercase !important;
}
.inputpeque{
	font-size:10px !important;
	border-radius:5px !important;
	padding:5px !important;
	box-sizing: border-box !important;
        border: 1px solid #b4b4b4;
}
.btn-peque{
	font-size:10px !important;
	padding:5px !important;
	box-sizing: border-box !important;
}
/** COLORES **/
.celeste0{	background-color: rgba(181, 213, 255, 0);}
.celeste10{	background-color: rgba(181, 213, 255, 0.1);}
.celeste20{	background-color: rgba(181, 213, 255, 0.2);	}
.celeste30{	background-color: rgba(181, 213, 255, 0.3);}
.celeste40{	background-color: rgba(181, 213, 255, 0.4);}
.celeste50{	background-color: rgba(181, 213, 255, 0.5);}
.celeste60{	background-color: rgba(181, 213, 255, 0.6);}
.celeste70{	background-color: rgba(181, 213, 255, 0.7);}
.celeste80{	background-color: rgba(181, 213, 255, 0.8);}
.celeste90{	background-color: rgba(181, 213, 255, 0.9);}
.celeste100{ background-color: rgba(181, 213, 255, 1);}

.verde0{background-color: rgba(0, 255, 0, 0);}
.verde10{background-color: rgba(0, 255, 0, 0.1);}
.verde20{background-color: rgba(0, 255, 0, 0.2);}
.verde30{background-color: rgba(0, 255, 0, 0.3);}
.verde40{background-color: rgba(0, 255, 0, 0.4);}
.verde50{background-color: rgba(0, 255, 0, 0.5);}
.verde60{background-color: rgba(0, 255, 0, 0.6);}
.verde70{background-color: rgba(0, 255, 0, 0.7);}
.verde80{background-color: rgba(0, 255, 0, 0.8);}
.verde90{background-color: rgba(0, 255, 0, 0.9);}
.verde100{ background-color: rgba(0, 153, 102, 1);}

.rojo0{ background-color: rgba(255, 127, 127, 0);}
.rojo10{ background-color: rgba(255, 127, 127, 0.1);}
.rojo20{ background-color: rgba(255, 127, 127, 0.2);}
.rojo30{ background-color: rgba(255, 127, 127, 0.3);}
.rojo40{ background-color: rgba(255, 127, 127, 0.4);}
.rojo50{ background-color: rgba(255, 127, 127, 0.5);}
.rojo60{ background-color: rgba(255, 127, 127, 0.6);}
.rojo70{ background-color: rgba(255, 127, 127, 0.7);}
.rojo80{ background-color: rgba(255, 127, 127, 0.8);}
.rojo90{ background-color: rgba(255, 127, 127, 0.9);}
.rojo100{ background-color: rgba(255, 127, 127, 1);}

.error{
	margin:auto;
    color:red;
    font-weight: 700;
    background:url(icons/mini/action_stop.gif) left no-repeat;
    padding:5px 5px 5px 25px;
    width:160px;
}
.noerror{
    margin:auto;
    width:160px;
    background:url(icons/mini/icon_accept.gif) left no-repeat;
    padding:5px 5px 5px 25px;
}
/*.mensajeFlotante{
    position:absolute;
    display:none;
}*/
.mensajeFlotante{
    position: fixed;
    top: -100px;
    z-index: 9999999;
    max-width: 450px;
    min-width: 250px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.75);
    background-color: #ffffff;
    opacity: 0;
    color: #ffffff;
}

#mensajeCargando{
    width: 100vw;
    height: 100vh;
    position: fixed;
    display:none;
    z-index: 9999999999999999999999999999;
    
}
#mensajeCargando .fondo{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,.8);
    z-index: 9999999999999999999999999998;

}
#mensajeCargando img{
    padding-top: 45px;
    box-sizing: border-box;
    text-align: center;
    width: 100px;
    position: fixed;
    z-index: 9999999999999999999999999999;
    top: 30%;
    left: 45%;
    background: none;


}

.tooltipLabel{
    display: none;
    position: absolute;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    padding: 5px;
    color: #ffffff;
    z-index: 999999;
    text-align: center;
}
.infoTooltip{
    background: #ffffff;
    display: inline-block;
    font-family: cursive;
    padding: 1px 7px 1px 6px;
    border-radius: 17px;
    cursor: help;
    font-weight: bold;

}
        
.table{
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    
}
.table .row{
    display: table-row;
    vertical-align: middle;
}
.table .row .cell{
    display: table-cell;
    vertical-align: middle;
}



#sb-wrapper-inner {
    overflow: visible !important;
}

.oculto{
    display:none !important;
}


#subop{
        display: none;
}
.ovPan{
    vertical-align: top;
    position: relative;

}
#principal > tr{
    vertical-align:top;
}

#principal{
    margin-left: auto;
    margin-right: auto;
}

.entregadaIcon{
    background-color: green;
    width: 9px;
    height: 9px;
    display: inherit;
}

.noentregadaIcon{
    background-color: red;
    width: 9px;
    height: 9px;
    display: inherit;
    
}

.incompletaIcon{
    background-color: #fc8c03;
    width: 9px;
    height: 9px;
    display: inherit;
    
}

.sinEntregarIcon{
    background-color: #000000;
    width: 9px;
    height :9px;
    display: inherit;
    
}

#fecha_filtro{
    border: solid 1px #ff0000;
    border-radius: 6px;
    outline: none;
}

.ovPendiente{
    position: relative;
}

/*LO MODIFIQUE YO (IVAN)*/
#buscar_ov{
    width: 80%;
    border: solid 1px #ff0000;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    margin: 15px 0 0 0;
    outline: none;
}

.timeout{
    /*
    border-radius: 100%;
    border: 1px solid white;
    width:25px;
    padding:2px;
    margin:2px;
    height:2px;
    padding-left:7px;
    padding-right:7px;
    font-size: 12px;
    */
    font-size: 18px;
    position: absolute;
    left: 22px;
    top: 16px;
}

.Revert_td{
    margin-bottom: 3px;
}



/***LOGIN****/
.login {
  margin:0 auto;
  max-width:500px;
}
.login-header {
  text-align: center;
}
.login-form {
  border:.5px solid #fff;
  box-shadow:0px 0px 10px #000;
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  background-color: #c2bdb8;
}
.login-form h3 {
  text-align:left;
  margin-left:40px;
  color:#fff;
}
.login-form {
  box-sizing:border-box;
  padding-top:15px;
  padding-bottom:10%;
  margin:5% auto;
  text-align:center;
}
.login input[type="text"],
.login input[type="password"] {
  max-width:400px;
	width: 80%;
  line-height:3em;
  font-family: 'Ubuntu', sans-serif;
  margin:1em 2em;
  border-radius:5px;
  border:2px solid #f2f2f2;
  outline:none;
  padding-left:10px;
  
}
.login-form input[type="button"] {
  height:30px;
  width:100px;
  background:#fff;
  border:1px solid #f2f2f2;
  border-radius:20px;
  color: slategrey;
  text-transform:uppercase;
  cursor:pointer;
}

#LogInSend{
    cursor:pointer;
}
/********************/

.checklabel{
 border: 1px solid #dcdcdc;
 padding:0px 5px;
 font-size:10px;
}
.datatable{
    width: 99% !important;
    margin: 10px auto !important;
    text-align: center;
    box-sizing: border-box;
}

.link{
    cursor: pointer;
    color: #069;
}

/*REG ENTREGAS (IVAN)*/
.ranura_ov{
    padding: 10px;
    font-size: 25px;
    margin: 0 auto;
    border-bottom: solid 1px #ffffff;
    background-color: #ff0000;
    color: #ffffff;
    position: relative;
}
.ranura_ov:first-child{
    border-top: solid 1px #ffffff;
}
/*
.ranura_ov:nth-child(2n+1){
    background-color: #6092A2;
}
*/
.ranura_ov .ov{
    width: fit-content;
    float: left;
    margin-top: 13px;
}
.ranura_ov .botones{
    width: fit-content;
    float: right;
    
}
.ranura_ov .botones i{
    font-size: 50px;
}
.ranura_ov .botones>div{
    width: fit-content;
    display: inline-block;
}
.ranura_ov .botones>div i{
    color: #ffffff;
}
.clear{
    clear: both;
}

.info{
    text-align: center;
    padding: 5px 0;
    margin: 10px 0 0 0;
}
.info>div{
    display: inline-block;
    width: fit-content;
    font-size: 14px;
}
.info>div span{
    color: #ff0000;
}
.infoUsu{
    font-size: 13px;
}
.iconQuitaFecha{
    color: #D22B30;
}

.Restore-Item{
    position: relative;
}
.Restore-Item i{
    position: relative;
}
/*FIN REG ENTREGAS (IVAN)*/


/****MEDIA QUERIES*****/
@media (max-width : 600px){
    .desplegar_subopciones{
        width: 600px;
    }
    .login-form h3 {
        text-align:center;
        margin:0;
    }
    .login{
        box-sizing: border-box;
        max-width: 300px;
    }
    
    .login-button {
        margin-bottom:10px;
    }
    
    .BtnEntregado,
    .BtnEntregadoIncompl,
    .BtnNoEntregado,
    .Restore-Item{
        /*display: list-item;
        margin-left: auto;
        margin-right: auto;*/
    }
    
    /*
    .resetEntrega{
        
        
    }*/

	#fileInput {
		display: none; /* Oculta el input real */
	}

    .camera-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: white; /* color de fondo */
        border: 2px solid black; /* color del marco */
        border-radius: 8px; /* esquinas redondeadas */
        padding: 10px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        transition: background-color 0.2s, transform 0.1s;
    }

    .camera-button:hover {
        background-color: #eee;
    }

    .camera-button:active {
        transform: scale(0.95);
    }

    .camera-button i {
        font-size: 24px;
        color: black;
    }
    
}



