/*body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
    */

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
    Fecha modificacion 14-03-2012
*/

div.headerTable{
    background-color: Aqua;
}

.temp {
    padding: 0px 20px 0px 20px ;
}


.bold{
    font-weight: bold;
}


.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html{
  margin: 0;
  height: auto;
  width: 100%;
}
/* top elements */
* { margin: 0;	padding: 0; }

a:hover {
 /*	color: #CC0001; */
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;
	text-transform: uppercase;
}
h3 {
	font-size: 115%;
	color: #003366;
}

/* images */
img {
	border: none;
    background: transparent;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CC0000;
	font-weight: bold;
}

/*----------  DEFAULT CSS FORM ELEMENTS --------------------------------------------------------------------------------------------------------*/

form {
   /*	margin:10px; padding: 0 5px;
   	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;*/
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
  /*	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777; */
}
textarea {
 /*	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;   */
}
input.button {
   /*	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 1px;
	background: #FFF;
	color: #CC0000;*/
}
/* search form */
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent;
}
form.search input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #CCC;
	background: #FFF;
	color: #333;
}
form.search input.searchbutton {
	margin: 0;
	font-size: 100%;
	font-family: Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFFFFF url(../images/headerbg.gif) repeat-x bottom left;
	padding: 1px;
	font-weight: bold;
	height: 23px;
	color: #333;
	width: 60px;
}


/*----------  GLOBAL LAYOUT --------------------------------------------------------------------------------------------------------*/

#wrap {
	margin: 0;
    width: 100%;
    height: 600px;
    padding: 0;
}

#compatibility
{
    position: absolute;
    display:block;
    width: 100%;
    height:40px;
    float: right;
    z-index: 10000;
}

.footer {
    z-index:-1;
}

.small_footer {
    clear: both;
    padding: 0;
	background:  url(../images/footerbg.gif) repeat;
	text-align: center;
	font-size: 80%;
    width: 100%;
}


/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0;
	background-color: #FFFFFF;
}
#sidebar h1 {
	margin: 10px 0 0 0;
	padding: 4px 0 4px 8px;
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase;
	background: #333;
	letter-spacing: 1px;
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;
	background: #FFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/bullet.gif) no-repeat 3px 2px;
	padding: 3px 5px 3px 25px;
	margin: 0;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;
	background: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center{ text-align: center;}

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.black   { color: #000000; }
.comments {
	margin: 20px 10px 5px 10px;
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1;
	border-top: 1px dashed #EFF0F1;
}

.arrowlistmenu{
width: 180px; /*width of menu*/
left: 45%;
position: relative;
top: 50px;

}

/*----------  TABLA CON FILTROS --------------------------------------------------------------------------------------------------------*/

/*body{
	margin:15px; padding:15px; border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif; font-size:88%;
}
h2{ margin-top: 50px; }
table{ border:1px solid #ccc; font-size:85%; }
caption{ margin:10px 0 0 5px; padding:10px; text-align:left; }   */
table.filterable td, th {

    font-size: 10px;
    font-family:"Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif;
    border: none;
    height: 20px;
}


/*td{ padding:2px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; }   */
pre{ margin:5px; padding:5px; background-color:#f4f4f4; border:1px solid #ccc; }
.mytable{ width:100%; font-size:12px; }


.btnflt{
	font-size:11px;
	margin:0 2px 0 2px; padding:0 1px 0 1px;
	text-decoration:none; color: #fff;
	background-color:#666;
}
.flt{
	background-color:#f4f4f4; border:1px inset #ccc;
	margin:0; width:100%;
}
.flt_s{
	background-color:#f4f4f4; border:1px inset #ccc;
	margin:0;   width:80%;
}
.inf{
	clear:both; width:auto; height:20px;
	background:#f4f4f4; font-size:11px;
	margin:0; padding:1px 3px 1px 3px;
	border:1px solid #ccc;
}
.midd{
	clear:both; width:auto; height:20px;
	background:#f4f4f4; font-size:11px;
	margin:0; padding:1px 3px 1px 3px;
	border:1px solid #ccc;
}
.ldiv{ float:left; width:30%; position:inherit; }
.ldiv img{ padding-top: 4px; padding-left: 4px;  }
.mdiv{ float:left; width:40%; position:inherit; text-align:center; }
.rdiv{ float:right; width:30%; position:inherit; text-align:right; }
.rdiv img{ padding-top: 4px; padding-right: 4px; }

div.mdiv select{ height:20px; }
div.inf a{ color:#CC0000; }
div.inf a:hover{ text-decoration:none; }
.tot{ font-weight:bold; }
.odd {
  background-color: #CCC;
}
.even {
  background-color: #FFF;
}
.sortHeader {
  color: #FFF;
}

/*----------  DATE PICKER --------------------------------------------------------------------------------------------------------*/


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ffffff;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #005466;
    color: #000000;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #005466;
	border: 1px solid #000000;
    color:blank;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #cccccc;
	border: 1px solid #000000;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #005466;
	border: 1px solid #000000;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: #ffffff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #d8e8ff;
	font-weight: bold;
	}


.waitMessage {
    color: #000066;
    font-size: 10px;
    font-weight: bold;
}




/*-------------  div de despliegue de mensajes y eventos ------------------------------------------------------------------------*/


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/stop.png');
}

/*----------------  para los nuevos filtros -----------------------------------------------------------------------------*/



.filtros_head{
	width:100%; height:20px;
	background:#f4f4f4; font-size:11px;
	margin:0; padding:0px 0px 0px 0px;
    margin: 0px;
	border:1px solid #ddd;
    cursor:pointer;
}

.filtros{
	clear:both; width:100%; height:auto;
	background:#fdfdfd; font-size:11px;
	border:1px solid #ddd;
    margin: 0;
    overflow: hidden;
    visibility: visible;
    margin-top:-1px;
}
/*
#filtros_data{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border: 0px solid ;
}
*/
#filtros_data{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border: 0px solid ;
  font-size: x-small;
}
#filtros_data div{font-size: x-small;}
#filtros_data div div{font-size: x-small;}
#filtros_data div div div{font-size: x-small;}
#filtros_data div div div span{font-size: x-small;}
#filtros_data div table tr td{font-size: x-small;}


.filtros_contenido{
    clear:both; width:auto; height:auto;
    overflow: hidden;
    margin-left: 0px;
    padding:1px 3px 1px 3px;
}

.filtros_titulo{
    font-weight:bold;
}
/*
.filtros_links{
	clear:both; width:auto; height:30px;
	background:#FFFFFF; font-size:11px;
	margin:5px 0px 5px 0px; padding:5px 3px 5px 3px;
	border:1px solid #ddd;
}
*/
.filtros_links{
	clear:both; width:auto; height:30px;
	background:#FFFFFF; font-size:11px;
	margin:5px 0px 5px 0px; padding:5px 3px 5px 3px;
	border:1px solid #ddd;
	font-size: x-small;
}
.filtros_links div{font-size: x-small;}
.filtros_links div div{font-size: x-small;}
.filtros_links div div div{font-size: x-small;}


.flinks{
    border:solid 1px #ddd;float:left;width:25%;text-align:center;
    cursor:pointer;
    margin-left: 10px;
    background-color: #FFFFFF;
}


.selected { background-color: #888; }




/*----------  loading box --------------------------------------------------------------------------------------------------------*/
#loader{
  position: absolute;
  width: 180px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -25px;
  display: none;
  border: 1px solid #989898;
  background: #FFFFFF;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  z-index:10000000000;
  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; }


#loader div
{
    margin-top: 5px;
    position:relative;
    display: block;
}


/*----------  OTROS --------------------------------------------------------------------------------------------------------*/


.divid{
    font-weight:bold;
    display:inline;

    padding:2px;
    font-size: 10px;
}

.jsvalidation {
    margin-left:2px;
    font-size:10px;
    color:#FF0000;
    font-family:"Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif;
    display:inline-block;
    position:absolute;
}


 .resultados{
    font-size:10px;

 }



.container{
  border: 1px solid #DCDCDC;
  margin-left: -10px;
  margin-top: -1px;
  position:relative;
}

.tscrollhead{
    border: 1px solid;
    width: 90%;
    top: 1px;
    position: relative;
}

.tscrollbody{
   overflow: auto;
   overflow-x: hidden;
   overflow-y: auto;
   height: 365px;
}

.tscrollbody2{
   overflow: auto;
   overflow-x: hidden;
   overflow-y: auto;
   height: 365px;
   border: 1px solid #A3A0A0;
   border-radius: 5px;

}


.tscrollbodyright{
   overflow: auto;
   overflow-x: hidden;
   overflow-y: auto;
   height: 365px;
   width: 90%;
   border: 1px solid #A3A0A0;
   border-radius: 5px;
   margin-left: 10px;
}

.tscrollfoot{
    border: 1px solid;
    width: 90%;
    top: -1px;
    position: relative;
}

.closelink{
    display:block;
    float:right;
    border:1px solid;
    margin-top:-16px;
    margin-right:-11px;
    background-image: url(../images/cerrar.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.permisoslink{
	position:absolute;
    display: inline;
    margin-left: 30px;
    margin-top:-10px;
    background-image: url(../images/permisos.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.help32{
	position:absolute;
    display: inline;
    margin-top:-10px;
    margin-left: 10px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.help16{
	position:absolute;
    display:inline;
    margin-top:1px;
    margin-left: 10px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.helppp{
    display:inline;
    margin-top:1px;
    margin-left: 10px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.bgred{
    background-color: #FF0000;
    color: #FFFFFF;
}

.bggreen{
    background-color: #00FF00;
    color: #000000;
}

.button_little{
    font-size: 8px;

}

.width150px{
         width: 150px;
}

table.details_table{
    width:90%;
    margin-left:5%;
    margin-top:10px;
    border: none;
}

table.details_table_sized tr{
    height: 25px;
}


.detail_field{
     text-align: right;
     font-weight: bold;
     color: #000000;
}



.edit{
     background-image: url(../images/edit16.png);
     background-position: center;
     background-repeat: no-repeat;
     margin-left: 10px;
     margin-top: -3px;
     display: inline;
     position: absolute;
     height: 16px;
     width: 16px;
     cursor: pointer;

}

.accept{
    background-image: url(../images/ok.png);
     background-position: center;
     background-repeat: no-repeat;
     margin-left: 10px;
     margin-top: -3px;
     display: inline;
     position: absolute;
     height: 16px;
     width: 16px;
     cursor: pointer;

}

.window_popup
{
    position: absolute;
    background-color: white;
    /*border: 1px solid #808080;*/
    padding:5px;
    -Moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	z-index: 1000;
}


.centrar
{
    position: absolute;
    background-color: white;
    /*nos posicionamos en el centro del navegador*/
    top:50%;
    left:50%;

    /*determinamos una anchura*/
    width:500px;
    /*indicamos que el margen izquierdo, es la mitad de la anchura*/
    margin-left:-250px;
    /*determinamos una altura*/
    height:400px;
    /*indicamos que el margen superior, es la mitad de la altura*/
    margin-top:-200px;

    border: 2px solid #808080;
    padding:5px;
}


.little {
     font-size: 9px !important;
}


/*----------  VISITAS --------------------------------------------------------------------------------------------------------*/

table.pvisitas tr {
    background-color: #FFFFFF;
}


table.pvisitas tr:hover {
    background-color: #DCDCDC;
}

table.pvisitas tr.nohover:hover {
    background-color: #FFFFFF;
}


table.pvisitas th.table_header_pvisitas{
    /*background-color:#005466;*/
    background-color:#000066;
    color:#FFFFFF;
    padding:2px;
    border:1px solid #ddd;
}

table tr td span {
     font-size: smaller;
     font-weight: bold;
}

table.mant_detalle td{
    border: none;
}

table.mant_detalle select{
    width: 100%;
}

table.mant_detalle input{
    width: 99%;
}

div.notificacion_comentarios{
	border-left: 1px solid;
}
div.notificacion_comentarios table{
	width:100%;
}


table.tabla_doble {
	font-size:x-small;
}

table.tabla_doble tr {
    background-color: #FFFFFF;
	font-size:x-small;
}

table.tabla_doble td {
	font-size:x-small;
}

table.tabla_doble tr:hover {
    background-color: #DCDCDC;
	font-size:x-small;
}

table.tabla_doble tr.nohover:hover {
    background-color: #FFFFFF;
	font-size:x-small;
}


table.tabla_doble th.table_header_pvisitas{
    /*background-color:#005466;*/
    background-color:#000066;
    color:#FFFFFF;
    padding:2px;
    border:1px solid #ddd;
	font-size:x-small;
}



/*----------  DIV LAYOUT & NEW INPUTS CSS (Estuardo Arevalo 02.Ene.2012) --------------------------------------------------------------------------------------------------------*/


div.floatcenter
{
    margin-top:-30px;
    margin-bottom:20px;
    margin-left:50%;
}

div.centerbar
{
    margin-top:-30px;
    margin-left: 10%;
    margin-bottom:20px;
    padding: 0;
    left:10%;
    width:75%;
    position: inherit;
    -Moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;

}

div.loginbox
{
    width:300px;
    position: inherit;
    -Moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);

}

div.centerbar_300px
{
    margin-left:-150px;
    width:300px;
    position: inherit;
    -Moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
}

div.centerbar_400px
{
    margin-left:-200px;
    width:400px;
    position: inherit;
    -Moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
}

div.centerbar_500px
{
    margin-left:-250px;
    width:500px;
    position: inherit;
    -Moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
}

div.centerbar_340px
{
    margin-left:-170px;
    width:340px;
    position: inherit;
    -Moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
}



div.leftsidebar
{
    display: inline-block;
    position: relative;
    left:10%;
    width:43%;
    margin-bottom:20px;

}

div.rightsidebar
{
    display: inline-block;
    position: absolute ;
    left: 60%;
    width: 25%;
    margin-bottom:20px;

}
div.middlebox_inside{
    position: relative;
    text-align: left;
    width: 90%;
    margin: 10px;

}

div.test
{background: #216FAD;
    }



input.submit {
	color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}

input.submit:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

table.form_table
{
    width: 90%;
    margin-left: 5%;
}


/* Style the search input field. */
div.autocomplete {
  position:absolute;
  font: 10px Helvetica, Arial, sans-serif;
  color: #555;
  min-height: 10px;
  height: 100px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  overflow: auto; overflow-y: auto; overflow-x: hidden;
  z-index: 99;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  width:400px;

}
div.autocomplete ul li.selected
{
    background-color: #eeeeee;
    color: #333;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
}

div.smart_ac{
	border-bottom: medium none;
    height: 20px;
    margin: 0;
    color: #565656;

}
div.smart_ac div.smart_ac_l{
	display: inline-table;
    height: 10px;
    margin-top: -2px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-top: 8px;
    width: 9%;
}
div.smart_ac b{
	font-weight: bold;
	color: black;
}
div.smart_ac div.smart_ac_r{
	border-left: 1px dotted;
    display: inline-table;
    height: 10px;
    margin-top: -2px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-top: 8px;
    width: 85%;

}

.ac_field{
	background-image:url(../images/autocomplete_leftcap.gif);
	background-position:right center;
	background-repeat:no-repeat;
    color: #333;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 0 6px;
    border: solid 1px #999;
    border-radius: 0px !important;
    border-color: #999 !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-right: 10px;
    height: 24px;
}

.gps_field{
	background-image:url(../images/autocomplete_update.png);
	background-position:right center;
	background-repeat:no-repeat;
    color: #333;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 0 6px;
    border: solid 1px #999;
    border-radius: 0px !important;
    border-color: #999 !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-right: 10px;
    height: 24px;
}


.ac_field_small{
	background-image:url(../images/autocomplete_leftcap.gif);
	background-position:right center;
	background-repeat:no-repeat;
    color: #333;
    font: 10px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 2px 2px;
    border: solid 1px #999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 5px;
}


.inputselect{

    color: #333;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #ffffff;
    padding: 0 6px;
    /*
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    */
    border: solid 1px #999;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-right: 10px;
    width: 160px;
    height: 24px;
}
.inputtext-small{
    height: 14px !important;
}
.inputtext{
    color: #333;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #ffffff;
    padding: 0 6px;
    /*
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    */
    border: solid 1px #999;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-right: 10px;
    width: 150px;
    height: 24px;
}
.textarea{
    color: #333;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #ffffff;
    padding: 0 6px;
    /*
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    */
    border: solid 1px #999;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-right: 10px;
}

.width50percent{ width:50%;}
.width60percent{ width:60%;}
.width75percent{ width:75%;}
.width80percent{ width:80%;}
.width90percent{ width:90%;}
.width100percent{ width:100%;}
.width50{ width:50px;}
.width75{ width:75px;}
.width100{ width:100px;}
.width150{ width:150px;}
.width200{ width:200px;}
.width250{ width:250px;}
.width300{ width:300px;}
.width400{ width:400px;}
.width500{ width:500px;}
.width600{ width:600px;}
.width700{ width:700px;}
.width800{ width:800px;}
.numeric
{
    text-align:right;
}
.inputdisable
{
    background-color: #eee;
}

/*=====
   HOVER
=======*/
.inputtext:hover{
    border: solid 1px #000000;
}
.inputselect:hover{
    border: solid 1px #000000;
}
.textarea:hover{
    border: solid 1px #000000;
}
.ac_field:hover{
    border: solid 1px #000000;
}
div.autocomplete:hover{
    border: solid 1px #000000;
}

/*=====
   FOCUS
=======*/
.inputtext:focus{
    border: solid 1px #000000;
}
.inputselect:focus{
    border: solid 1px #000000;
}
.textarea:focus{
    border: solid 1px #000000;
}
.ac_field:focus{
    border: solid 1px #000000;
}
div.autocomplete:focus{
    border: solid 1px #000000;
}





div.form_section
{
   width: 94%;
   margin-left:2%;
   padding:10px;
}
div.section
{
    width: 99%;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: -30px;
    margin-left:-10px;
    margin-top:-1px;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

}
div.noborder
{
    border:none;
}
div.nogb
{
    background-color:transparent;
}
.underline {
    text-decoration:underline;
}
.nodisplay{
    display: none;
}
.hidden{
    visibility: hidden;
}

div.form_section .save
{
    margin-top: 20px;
    text-align:center;
    width:100%;
}
div.section .title{
    color: #555;
    font: 16px Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-right: 10px;
    padding: 0px;
}

label.title_label{
    color: #333;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-left: 5px;
    padding: 0px;
    display:inline;
}


div.section .content
{
    display: table;
    overflow: hidden;
    color: #111;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-right: 10px;
    padding: 10px;
    width: 96%;
}

div.section_row
{
    height:30px;
    clear:both;
    margin-left:20px;
    width: 98%;
    padding:0;
}
div.table_row
{
    display: table-row;
}
div.table_cell
{
    display: table-cell;
}

div.section .section_row .low_leftcol15
{
    font: bold 12px Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #fff;
    margin-top:4px;
    font-size: 12px;
    float:left;
    width:15%;
    text-align:left;
}

div.section .section_row .leftcol15
{
    font: bold 12px Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #fff;
   /* margin-top:8px; */
    font-size: 12px;
    float:left;
    width:15%;
    text-align:left;
}

div.section .section_row .low_leftcol30
{
    font: bold 12px Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #fff;
    margin-top:4px;
    font-size: 12px;
    float:left;
    width:30%;
    text-align:left;
}

div.section .section_row .leftcol30
{
    font: bold 12px Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #fff;
   /* margin-top:8px; */
    font-size: 12px;
    float:left;
    width:30%;
    text-align:left;
}
div.section .section_row .low_leftcol25
{
    font: bold 12px Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #fff;
    margin-top:4px;
    font-size: 12px;
    float:left;
    width:24%;
    text-align:left;
}

div.section .section_row .leftcol25
{
    font: bold 12px Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #fff;
   /* margin-top:8px; */
    font-size: 12px;
    float:left;
    width:24%;
    text-align:left;
}

div.section .section_row .leftcol50
{
    font: bold 12px Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #fff;
   /* margin-top:8px; */
    font-size: 12px;
    float:left;
    width:50%;
    text-align:left;
}

div.section .section_row .rightcol20
{
    float:left;
    text-align:left;
    width: 20%;
}


div.section .section_row .rightcol25
{
    float:left;
    text-align:left;
    width: 25%;
}


div.section .section_row .rightcol35
{
    float:left;
    text-align:left;
    width: 35%;
}

div.section .section_row .rightcol50
{
    float:left;
    text-align:left;
    width: 50%;
}


div.section .section_row .rightcol70
{
    float:left;
    text-align:left;
    width: 70%;
}

div.section .section_row .rightcol100
{
    float:left;
    text-align:left;
    width: 100%;
}
.action_links img
{
   cursor: pointer;
}

.image_action32
{
    height: 32px;
    cursor: pointer;
}

.image_action24
{
    height: 24px;
    cursor: pointer;
}

.image_action16
{
    height: 16px;
    cursor: pointer;
}

.image_action12
{
    height: 12px;
    cursor: pointer;
}

.image32
{
    height: 32px;
}

.image24
{
    height: 24px;
}

.image16
{
    height: 16px;
}

.image12
{
    height: 12px;
}


/*----------  PLANTILLAS --------------------------------------------------------------------------------------------------------*/

#altlink{
  position:absolute;
  right:8px;
  top:8px
}

.small {
    font: bold 18px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
}

.little {
     font-size: 9px;
}

.big {
    font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
}

/*----------  PLANTILLAS --------------------------------------------------------------------------------------------------------*/

.header_image
{
     border: none;
}
.footer_image{
     border: none;
}
.small_footer_image{
     border: none;
}

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
    height: auto;
    width: 100%;
}

/* links */
a {
	background-color: inherit;
	text-decoration: none;
}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 85px;
    width: 99%;
    top: 0px;
    z-index:0;

}
#header span#slogan {

}

#header-logo
{
	position: relative;
	clear: both;
	height: 50px;
	margin: 0; padding: 0;
	top: -34px;
	z-index: -1;
}

#header-logo #logo
{
    position: absolute;
	top: 2px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

#header-logo #logo_popup {
	position: absolute;
	top: 0px; left: 5px;
	font: bold 18px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

/* navigation tabs */
.buttons
{
    width:98%;
    float: right;
    text-align: right;

	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
}

#main {
	margin-left:10px;
    margin-right:10px;
    margin-top:-40px;
    padding: 0;
}/*
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px;
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase;
	background-color: #CC0000;
	letter-spacing: .5px;
}
*/

/* footer */
.footer {
	clear: both;
    position:absolute;
    padding: 0;
	text-align: center;
	line-height: 1.5em;
	font-size: 95%;
    width: 100%;
    height: 90px;
}

.footer a {
	text-decoration: none;
	font-weight: bold;
}


.arrowlistmenu .headerbar{

}

.arrowlistmenu ul{

}

.arrowlistmenu ul li{

}

.arrowlistmenu ul li a{

}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/

}

th.table_header{
    /*background-color:#005466;*/
    background-color:#111111;
    color:#FFFFFF;
    padding:2px;
    border:1px solid #ddd;
}


th.table_header_nice{
    background-color:#111111;
    /*background-color: #3399FF;*/
    color:#FFFFFF;
    padding:2px;
    border:1px solid #ddd;
}

td.size10{
    font-size: 10px;
    padding-left: 5px;
    font-weight:normal;
}


.bluebutton {
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
    padding: 0 16px;
    height: 40px;
    font-size: 15px;
    font-family: arial;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;
    cursor: pointer;
    background: #216FAD;
    background: -moz-linear-gradient(0100%90deg,#216FAD,#219CE1);
    background: -webkit-gradient(linear,0% 15%,0% 85%,from(#219CE1),to(#216FAD));
    border: none;
    -Moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
    border-image: initial;
    height: 40px;

}

/*----------  PLANTALLAS DE REGISTRO --------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}
.main_register {
    max-width: 780px;
    min-width: 780px;
    width: auto;
}

.main_register {
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 23px;


}


.steps_box_container span {
    border-bottom: 1px solid #ACACAC;
    border-top: 1px solid #ACACAC;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left:-5px;
    vertical-align: top;
    width: 230px;
}

.step_on {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAhCAYAAAAYucG/AAAAOklEQVR42k3ERw6AMAwAsP7/u9kTKhGJ+ODzXOevu3dVtcvMKSJ27j6Z2aSqk4jsmHkioh0i7gDg6wXuXYE9GWTJOwAAAABJRU5ErkJggg==") repeat-x scroll 0 0 transparent;
    color: #666666;
    height: 33px;
    overflow: hidden;
}

.border_left {
    border-left: 1px solid #ACACAC;
}

.border_right {
    border-right: 1px solid #ACACAC;
}

.step_off {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAhCAYAAAAYucG/AAAALUlEQVR42mO4eufZf4bbj9/8Z3jw/ON/hkevvvxnePLm28ARYBeA3QJ2Fch9ANYJe6inM8FQAAAAAElFTkSuQmCC") repeat-x scroll 0 0 transparent;
    color: #666666;
    height: 33px;
    overflow: hidden;
}

.step_on_bold {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAhCAYAAAAYucG/AAAAOklEQVR42k3ERw6AMAwAsP7/u9kTKhGJ+ODzXOevu3dVtcvMKSJ27j6Z2aSqk4jsmHkioh0i7gDg6wXuXYE9GWTJOwAAAABJRU5ErkJggg==") repeat-x scroll 0 0 transparent;
    font-weight: bold;
    height: 33px;
    overflow: hidden;
}

.steps_box_container img
{
    margin-left:-5px;
    border-bottom: 1px solid #ACACAC;
    border-top: 1px solid #ACACAC;
    display: inline-block;
}

/*divs*/
.steps_box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 940px;
}

.steps_box_container {
    border-spacing: 0;
    height: 33px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}


.title_big {
    color: #424242;
    font-family: "Droid Sans",Arial,sans-serif;
    font-size: 23px;
    margin-bottom: 25px;
    margin-top: 10px;
}


/********************
*/

.inline_baloon
{
	cursor: help; text-decoration: none;
	position: relative;
}

.inline_baloon img.link
{
	height: 12px; width: 12px;
}

.inline_baloon span {
	margin-left: -999em;
	position: absolute;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 2em; top: -5em; z-index: 99;
	margin-left: 0; width: 250px;
}

.inline_baloon img.tooltip {
	border: 0; margin: 37px 0 0 -10px;
	float: left; position: absolute;
	height: 12px;
}

.inline_baloon em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

.ib_classic { padding: 0.8em 1em; }
.ib_custom { padding: 0.5em 0.8em 0.8em 2em; }

* html a:hover { background: transparent; }

.ib_classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.ib_critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.ib_help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.ib_info { background: #9FDAEE; border: 1px solid #2BB0D7; padding: 5px 5px 5px 10px;	}
.ib_warning { background: #FFFFAA; border: 1px solid #FFAD33; }

/*speech bubbles medium*/

div.bubble_m:before, div.bubble_m:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble_m:before, div.bubble_m:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.speech_m:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF transparent transparent #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    left: 11px;
    top: 108px;
}
div.bubble_m:before, div.bubble_m:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble_m:before, div.bubble_m:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble_m:before, div.bubble_m:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.speech_m:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2BB0D7 transparent transparent #2BB0D7;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    left: 9px;
    top: 110px;
}
div.bubble_m:before, div.bubble_m:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble_m:before, div.bubble_m:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble_m:before, div.bubble_m:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble_m {
    background-color: #9FDAEE;
    border: 1px solid #2BB0D7;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 4px #000000;
    height: 110px;
    line-height: 20px;
    margin-left: 4px;
    margin-top: -141px;
    position: absolute;
    width: 200px;
}
div.bubble_info_m{
	background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-size: 9px;
    height: 91%;
    margin: 1px 1px 20px;
    padding: 3px;
}

div.bubble_info_m p{
	 background-color: lightblue;
    border: 1px solid #ABABAB;
    border-radius: 3px 3px 0 0;
    font-size: 8px;
    font-weight: bold;
    margin: -4px -4px 1px;
    padding-right: 15px;
    text-align: center;
}


/*speech bubbles small*/

div.bubble_container{
	display: inline;
    visibility: hidden;
}

div.bubble:before, div.bubble:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble:before, div.bubble:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.speech:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF transparent transparent #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    left: 11px;
    top: 48px;
}
div.bubble:before, div.bubble:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble:before, div.bubble:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble:before, div.bubble:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.speech:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2BB0D7 transparent transparent #2BB0D7;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    left: 9px;
    top: 50px;
}
div.bubble:before, div.bubble:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble:before, div.bubble:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble:before, div.bubble:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
div.bubble {
    background-color: #9FDAEE;
    border: 1px solid #2BB0D7;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 4px #000000;
    height: 50px;
    line-height: 20px;
    margin-left: 4px;
    margin-top: -81px;
    position: absolute;
    width: 200px;
}
div.bubble_info{
	background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-size: 9px;
    height: 80%;
    margin: 1px 1px 20px;
    padding: 3px;
}

div.bubble_x{
	font-size: 9px;
    font-weight: bold;
    left: 178px;
    margin: 0;
    position: absolute;
    top: -12px;
    cursor: pointer;
}







.h_extras{
    background: -moz-linear-gradient(center top , #F9F9F9 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#efefef 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#efefef 100%);
  background: linear-gradient(top, #f9f9f9 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    margin: 40px;
    position: relative;
    color: #333333;
    padding: 1em 10px;


}

.h_extras .title {
 	text-align: left;
 	padding-left: 20px;
 	color: #666666;

}
.h_extras .body {
	text-align:center;
}
.h_extras .body .lbl {
	font-weight:bold;
	width:40%;
	display:inline;
	margin-right:15px;
}
.h_extras .body .inp{
	width:59%;
	display:inline;
}
.h_extras .foot {
	font-weight: 500;
	width: 120px;
	position: relative;
	display: block;
	float: right;
	margin-top: -33px;
}

.h_extras .foot .save_buttons {

}




/*----------  Metricas --------------------------------------------------------------------------------------------------------*/

.row {
    -moz-box-sizing: border-box;
    /*border-bottom: 1px dotted #AEA79F;*/
    clear: both;
    position: relative;
}
.row {
    border-radius: 0 0 0 0;
    padding: 10px 10px 10px;
    width: 984px;
    margin: 0px auto;


}
.row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


.col, .eight-col, .eleven-col, .five-col, .four-col, .nine-col, .one-col, .seven-col, .six-col, .ten-col, .three-col, .twelve-col, .two-col {
    -moz-box-sizing: border-box;
    clear: none;
    display: inline-block;
    float: left;
    /*margin-bottom: 20px;*/
    margin-right: 2.128%;
    padding: 0;
    position: relative;
}

.twelve-col {
    margin-right: 0;
    width: 100%;
}



.ov_boxes {
    display: inline-block;
    list-style: none outside none;
    margin: 20px 0 10px;
    text-align: center;
    width: 100%;
}
.ov_boxes li {
    background: -moz-linear-gradient(center top , #F9F9F9 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#efefef 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#efefef 100%);background: linear-gradient(top, #f9f9f9 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    display: inline-block;
    line-height: 18px;
    margin: 0 10px 10px;
    padding: 0 10px;
}
.ov_boxes .p_canvas {
    border-right: 1px solid #DCDCDC;
    box-shadow: 1px 0 0 0 #FFFFFF;
    float: left;
    margin-right: 12px;
    padding: 10px 14px 6px 4px;
}
.ov_boxes .p_canvas img {
	height: 24px;
}
.ov_boxes .ov_text {
    float: left;
    font-size: 10px;
    padding: 4px 10px 3px 0;
    text-align: left;
    /*width: 150px;*/
}
.ov_boxes .ov_text strong {
    display: block;
    font-size: 12px;
}
.p_canvas {
    width: 50px;
}




/* Nuevo componente en Notificaciones multiples */

.TextboxList {
	margin-bottom: 5px;

}


.form_tabs_container {
	display: block;
    margin-left: 2%;
    margin-top: 15px;
    margin-bottom: -10px;
    position: relative;
    border: none;
    height: 50px;
}

.form_tabs_container .form_tab {
	display: block	;
	border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px;
    margin: 0;
	padding: 10px;
	width: 100px;
	margin-left: -1px;
	float: left;
	cursor: pointer;
	background-color: #EFEFEF;

}
.form_tabs_container .first {
	margin-left: 0;

}

.form_tabs_container .active {
	background-color: #FFFFFF;

}

.form_tabs_container .form_tab img {
	height: 24px;

}

/* estilos para ventana de acciones */
.param_error{
  display: inline;
  font-size: smaller;
  margin-left: 5px;

}


.TextboxListAutoComplete ul li em
{
    font-weight: bold;
    font-style: normal;
    background: none !important;
}


/* estilos para autocomplete de jquery */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 12px !important;
  font-weight: normal;
  padding: 4px 12px !important;
}

.orb .cell-data{
    float:left !important;
    white-space:nowrap;
}

.orb-bootstrap .table .cell, .orb-bootstrap .table .header{
    border-left:1px solid #f6dfe3 !important;
}


.reactive-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-top: -140px;
    margin-bottom: 25px;
	width: 50%;
}


.gpsimage{
    max-height:200px;
    max-width:500px;
    height:auto;
    width:auto;
}

.gpsimagemap{
    max-height:100px;
    max-width:100px;
    height:auto;
    width:auto;
}