/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {

    padding: 0;
    margin: 0;
}

html {
    min-height: 700px;
    overflow-y: auto;
}

.contenido-pagina{
    margin-top: 3%;
    height: 100%;
}

.contenido-paginaindex{
    height: 100%;
    background-image: url('././imagenes/teet.png');
    background-size: initial;
    background-repeat: repeat;
    background-position: right 0px top;
}

h1 {
    color: #41ade7;
    font-family: Arial,sans-serif;
    font-size: 32px;
    font-weight: lighter;
    line-height: 110%;
    margin-top: 44px;
}



input[disabled], input[disabled]:hover { 
    color:#000000;
}

input[type=checkbox], input[type=checkbox] { 
    margin-left: 10px;
}

input[type=radio], input[type=radio] { 
    margin-left: 10px;
}

select[disabled], select[disabled]:hover { 
    color:#000000; 
}

textArea[disabled], textArea[disabled]:hover { 
    color:#000000; 
}

.iceSelMnyCb-dis {
    
 }
 

.inputLogin {
    background-color: #ecf0f1;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0;
    text-align: center;
    transition: border 0.5s ease 0s;
    width: 250px;
}
.etiqueta{
    color: #666666;
    font-size: 16px;
}

.etiqueta_usuario{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial,sans-serif;
    font-weight: lighter;
}

body{
    margin: auto auto;
    text-decoration: none;
    padding-bottom: 0 !important;
    /*width: 750pt;*/
    font-size: 16px;
    font: "Arial";
    font-family: "Arial", "sans-serif";

}
.iceInpTxt:focus{
    -moz-box-shadow: 0 0 5px 5px #709DFF;
    box-shadow: 0 0 5px 5px #709DFF;
    -moz-transition: border 0.5s linear 0s, -moz-box-shadow 0.5s linear 0s;
}
.iceDatTbl tr:hover{
    -moz-box-shadow: 0 0 5px 5px #709DFF;
    box-shadow: 0 0 5px 5px #709DFF;
    -moz-transition: border 0.5s linear 0s, -moz-box-shadow 0.5s linear 0s;

}
.cuerpo{
    background: #f5f5f5 none repeat scroll 0 0;
    margin:0px auto;
}

.cuerpoInicio{
    /*background: #f5f5f5 none repeat scroll 0 0;*/
}

#cuerpoPiePagina{
    width: 100%;
    height: 100px;
    position: fixed;
    bottom:0px;
    background: #666666 none repeat scroll 0 0; 
}

.titulo-login {
    text-align: center;
    color: #777;
}

.encabezado-login{
    width: 100%;
    background-color:#56bee9 !important;
    height: 100px !important;
}

.usuario-login{
    background-color: #249DD8;
    height: 23px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    color: white;
}

.estilo_link{
    text-decoration: none;
    color: white;
}

.btnLogout{
    text-decoration: none;
    color: white;
    margin-right: 20px;
}





/*------------------ INICIO DE ESTILOS PARA MENSAJES DE ERROR ----------------*/

/*<<>><<>><<>><<>><<>><<>>
  <<>> AREA de mensajes
  <<>><<>><<>><<>><<>><<>>*/
#mensajes_generales{
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 30000;
    width:600pt;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 9%;
}




.mensaje_botones{
    position:absolute;
    top:5px;
    right:10px;
    float:right;
    display:block;
}

.mensaje_advertencia, .mensaje_informativo, .mensaje_error{
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    font-weight: bold;
    font-family: sans-serif;
    display: block;
    padding: 0.3em;
    text-align: center;
}

.mensaje_error{
    background: #FF0000;
    color: #FFF;
    border: #FF0000 solid 2px;
}



.mensaje_informativo{
    background: #C8FFBF;
    color: #333;
    border: #A3EF95 solid 2px;
}

.mensaje_advertencia{
    border: #F0E849 solid 2px;
    background-color: #ff7f00;
}

.invisible{
    display:none;
}
.visible{
    display:block;
}



/*<<>><<><<<>><<>><<>>
 Botones del mensaje
  <<>><<>><<>><<>><<>>*/
.mensaje_errorBtns{
    background: #FF0000;
    color: #FFF;
    border: #FFF solid 1px;
    margin:1px;
}
.mensaje_informativoBtns{
    background: #C8FFBF;
    color: #A3EF95;
    border: #A3EF95 solid 1px;
    margin:1px;
}
.mensaje_advertenciaBtns{
    background: #FFFEA2;
    color: #F0E849;
    border: #F0E849 solid 1px;
    margin:1px;
}
.mensaje_errorBtns:hover{
    background: #FFF;
    color: #FF0000;
    border: #FFF solid 1px;
    margin:1px;
}
.mensaje_informativoBtns:hover{
    background: #A3EF95;
    color: #C8FFBF;
    border: #A3EF95 solid 1px;
    margin:1px;
}
.mensaje_advertenciaBtns:hover{
    background: #F0E849;
    color: #FFFEA2;
    border: #F0E849 solid 1px;
    margin:1px;
}


/*<<>><<>><<>><<>><<>><<>>
  <<>> ERROR FATAL POPUP
  <<>><<>><<>><<>><<>><<>>*/

.popup_error{
    background: #FFF;
    padding: 1em;
    -moz-border-radius: 15px;
    border: 0.2em #000 solid;
}

#cabeza_popup_error{
    background: #FF0000;
    color: #FFF;
    text-align: center;
    position: relative;
    top: -1em;
    width: 30em;
    padding: 0.3em;
    font-weight: bold;
    text-transform: capitalize;
}

#cuerpo_popup_error{
    font-size: 0.8em;
    font-family: sans-serif;
}

#subtitulo_error{
    background: transparent url('bug.png') no-repeat;
    padding-left: 3em;
    padding-bottom: 2em;
}

#descripcion_error{
    background: #CFCFCF;
    border: 1px #000 solid;
    padding: 0.5em;
    margin: 0.2em;
    height: 15em;
    overflow: auto;
}







.menu_horizontalSubMenuInd {
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;
}

.menu-cortina {
    margin-top: 0px !important;
    padding-bottom:0px !important;
    margin-top: 0px;
    padding-bottom:20px;
    margin-left: 0px;
    width: 700px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    float: left;
}

/*Botones*/

.boton{
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #0090D8;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
    margin-bottom: 0;
    padding: 7px 10px;
    text-transform: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-align: center;
    text-shadow: none;
}

/***************  MENU HORIZONTAL  ***********************************/

.menu_horizontal{
    padding: 0px;
    white-space: nowrap;
    width: auto !important;
}

.menu_horizontalItem{
    float: left;
    margin-right: 20px;
    padding: 0px;
}

.menu_horizontalItem a{
    height: 20px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 auto;
    float: left;
    display: block;
    text-decoration: none;
    white-space :normal ;
    text-align:center;
    vertical-align:middle;
    color: #000000;
    background-image: url(../../imagenes/menu/SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.menu_horizontalItem a:hover{
    background-repeat: no-repeat;
    background-position: 100% 50%;

}

.menu_horizontalItem hr {
    border: none 0;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    padding: 0px;
    text-align: left;

}

.menu_horizontalSubMenu {
    position: absolute;
    padding: 1px;
    height: auto;
    display: block;
}
/*ICEFACES*/

.iceSelOneRb
{
    border: none;
}

.iceSelOneRb-dis
{
    border: none;
}

.iceOutConStat{
    border: none;

}
.iceOutConStatInactv{
    background: no-repeat;
    border: none;
    width: 20pt;
    height:20pt;
}

.iceOutConStatActv{
    background: url( ../../imagenes/estados_sistema/connect_active.gif ) no-repeat;
    border: none;
    width: 20pt;
    height:20pt;

}

.iceOutConStatCaution{
    background: url( ../../imagenes/estados_sistema/connect_caution.gif )no-repeat;
    border: none;
    width: 20pt;
    height:20pt;

}

.iceOutConStatDisconnect{
    background: url( ../../imagenes/estados_sistema/connect_disconnected.gif )no-repeat ;
    border: none;
    width: 20pt;
    height:20pt;

}

.iceOutTxt, .iceOutLbl {
    font-family: Arial,sans-serif;
    font-size: 16px;
    padding: 2px 0;
}
.iceMnuItm {
    padding: 0px;
    height: auto;
    width: 300px;
    white-space:  pre-wrap;
}

.iceMnuItm a {
    color: #000000;
    display: block;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*border: 1px solid #CCC;*/
    background-color:#d9f3fa;
    -moz-transition: background 0.5s ease 0s;
}


.iceMnuItm a:hover {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #2980B9;
    /*-moz-box-shadow: 0 0 5px 5px #2980B9;
    box-shadow: 0 0 5px 5px #2980B9;
    -moz-transition: background 0.4s , -moz-box-shadow 0.4s linear 0s;*/
}



.iceMnuItmLabel, .menu_horizontalItemLabel {
    padding-top: 4px;
    font-size: 1.0em;
    display: inline;
}

.iceMnuBarItemImage {
    width:0px;
}

.iceMnuItmImage, .menu_horizontalItemImage {
    display:inline;
    vertical-align: top;
}

.iceMnuBarSubMenu  {
    height:auto;
    width:160px;
}


/*----------------------TABLA ICE FACE---------------------------------*/
.iceDatTbl  {
    /*background-image: url("../images/ft.png");
    background-repeat: repeat-x;*/
    background-color: #FFF;
    border: 1px solid #999999;
    border-collapse:collapse;
    color:#fff;
    font-size: 1em;
    width: 100%;
}

.iceDatTbl_sin_borde  {
    border: 1px solid #FFF !important;
}

.iceDatTbl table  {
    border-collapse:collapse;
}

.iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColH3{
    background: #38A8D8;
    background: -moz-linear-gradient(top,  #7ED4ED,  #38A8D8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ED4ED', endColorstr='#38A8D8');
    border-right:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    color: #FFFFFF;
    font-weight:bold;
    font-family: Arial, sans-serif;
    text-align:center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.7);
}

.iceDatTblColH3{

    background-color: #99CCFF ;
}
.iceDatTblFtr{
    background-color: #008DB9;
}

.iceRowSelSelected {
    background: none repeat scroll 0 0 #E5E5E5;
}
.iceRowSelSelectedMouseOver {
    background: none repeat scroll 0 0 #FFA326;
}
.iceRowSelMouseOver {
    background: none repeat scroll 0 0 #00CCDD;
    color: white;
}
/*FILTRO DE TABLAS*/
.campo_form_tabla{
    margin: 0;
    padding: 0;
}

.iceInpTxt, .iceInpSecrt{
    font-size: inherit;
}

.iceInpTxt-dis, .iceInpSecrt-dis {
    color: #ABABAB;
    cursor: default;
    font: 11px tahoma;
    border: 1px dotted #CCCCCC;
    background-color:  #f4f6f8;
}

.iceInpTxtArea{
    font: inherit;
    font-family: "Myriad Pro", "Helvetica";
    font-size: 1em;
}


.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColGrpHdrCol, .iceDatTblFtr {
    background: #38A8D8;
    background: -moz-linear-gradient(top,  #7ED4ED,  #38A8D8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ED4ED', endColorstr='#38A8D8');
    border-right:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    color: #FFFFFF;
    font-weight:bold;
    font-size: 1em;
    font-family: inherit;
    padding: 5px;
    text-align:center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.7);
}

/*-----------------------------inicia dataTable RowSelection-------------------------------------*/
.iceDatTblRow1, .iceDatTblRow2 {
    font-weight:normal;
    font-family: Arial, sans-serif;
}

.iceDatTblRow2  {
    background: #D4F6FF;
}

.iceDatTblRow2_blanco  {
    background: #FFF;
}

.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2  {
    border-bottom:1px  #CCCCCC;
    border-right:1px  #CCCCCC;
    color:#000000;
    padding:3px 5px;
    text-align:left;
}

.iceDatTbl td span.iceOutTxt  {
    display:block;
    overflow:hidden;
    padding:2px 0;
    font-size: 1em;

}

/*Panel*/
.icePnlTbSetCnt{
    background: url("../../imagenes/tabset/contentContainer_bg.gif") repeat-x scroll left top #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;


}

.icePnlTbSetCnt_plan_estudios{
    width: 100%;
}
/**********************************************************************/
/*estilo en tab activado*/
/* arriba*/
.icePnlTbOn{
    margin-bottom:   0;
    height:0px;


}


.icePnlTbOn .LftTop {
    background: url("../../imagenes/tabset/Tab_LftTop.png") no-repeat scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
    width:4px;
}
.icePnlTbOn .MidTop {
    background:url("../../imagenes/tabset/Tab_MidTop.png") repeat-x scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
}
.icePnlTbOn .RtTop {
    background:url("../../imagenes/tabset/Tab_RtTop.png") no-repeat scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
    width:4px;
}
/*activado medio*/


.icePnlTbOn .LftMid {
    background: url("../../imagenes/tabset/Tab_LftMid2.png")  no-repeat top left;
    border: none;
    padding: 0;
    height:0px;
    text-align: center;
    width: 4px;
}

.icePnlTbOn .MidMid {
    background: url("../../imagenes/tabset/Tab_MidMid2.png") repeat scroll left bottom transparent;
    border: none;

    height:0px;
    padding: 0;
    text-align: center;
}

.icePnlTbOn .RtMid {
    background: url("../../imagenes/tabset/Tab_RtMid2.png")  no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height:0px;
}


/*activado abajo*/
.icePnlTbOn .LftBtm {
    background: none repeat scroll 0 0 #F7F7F7;
    height: 0px;
    padding: 0;
    text-align: center;
    border-collapse:collapse;
}
.icePnlTbOn .MidBtm {
    background: none repeat scroll 0 0 #F7F7F7;
    border: medium none;
    height: 0px;
    border-spacing: 0px;
    padding: 0;
    text-align: center;
    border-collapse:collapse;
}

.icePnlTbOn .RtBtm {
    background: none repeat scroll 0 0 #F7F7F7;
    height: 0px;
    padding: 0;
    border-spacing: 0px;
    text-align: center;
    border-collapse:collapse;
}
/*icono cuando esta activado*/
.icePnlTbOn .MidMid a {
    background: url("../../imagenes/tabset/Tab_MidMid_bullet.png")  no-repeat top left;
    border: none;
    padding: 0px 8px 5px 28px;
    margin: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    display: block;

}

.icePnlTbOn .MidMid td, .icePnlTbOn .MidMid div.ptfd {
    font-weight: bold;
    text-align: center;
    /*
    white-space: nowrap;*/
}

/*estilo en tab desactivado*/
/*estilo en tab desactivado arriba*/
.icePnlTbOff .LftTop {
    background:url("../../imagenes/tabset/Tab_LftTop_off.gif") no-repeat scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
    width:4px;
}
.icePnlTbOff .MidTop {
    background:url("../../imagenes/tabset/Tab_MidTop_off.gif") repeat-x scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
}
.icePnlTbOff .RtTop {
    background:url("../../imagenes/tabset/Tab_RtTop_off.gif") no-repeat scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
    width:4px;
}



/*estilo en tab desactivado medio*/
.icePnlTbOff .LftMid, .icePnlTbOver .LftMid {
    background: url("../../imagenes/tabset/Tab_LftMid_off2.gif")  no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}
.icePnlTbOff .MidMid, .icePnlTbOver .MidMid {
    background: url("../../imagenes/tabset/Tab_MidMid_off.gif")  repeat-x top left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOff .RtMid, .icePnlTbOver .RtMid {
    background: url("../../imagenes/tabset/Tab_RtMid_off2.gif")  no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOff .LftBtm, .icePnlTbOver .LftBtm {
    background: none repeat scroll 0 0 #F7F7F7;
    border: medium none;
    border-top: 1px solid #D9D9D9;
    height: 0px;
    padding: 0;
    text-align: center;
    width: 4px;
    margin: 0px;

}

.icePnlTbOff .MidBtm, .icePnlTbOver .MidBtm {
    background: none repeat scroll 0 0 #F7F7F7;
    border: medium none;
    border-top: 1px solid #D9D9D9;
    height: 0px;
    padding: 0;
    text-align: center;
    margin: 0px;

}

.icePnlTbOff .RtBtm, .icePnlTbOver .RtBtm {
    background: none repeat scroll 0 0 #F7F7F7;
    border-top: 1px solid #D9D9D9;
    height: 0px;
    padding: 0;
    text-align: center;
    margin: 0px;
}


/*icono de desactivado*/
.icePnlTbOff .MidMid a, .icePnlTbOver .MidMid a {
    background: url("../../imagenes/tabset/Tab_MidMid_bullet_off.gif")  no-repeat top left;
    border: medium none;
    color: #666666;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 3px;
    padding: 4px 8px 5px 28px;
    text-decoration: none;
}

/*estilo en tab posicionado arriba*/
.icePnlTbOver .LftTop {
    background:url("../../imagenes/tabset/Tab_LftTop_off.gif") no-repeat scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
    width:4px;
}
.icePnlTbOver .MidTop {
    background:url("../../imagenes/tabset/Tab_MidTop_off.gif") repeat-x scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
}
.icePnlTbOver .RtTop {
    background:url("../../imagenes/tabset/Tab_RtTop_off.gif") no-repeat scroll left bottom transparent;
    border:medium none;
    height:4px;
    padding:0;
    text-align:center;
    width:4px;
}

.icePnlTbOver .MidMid td, .icePnlTbOver .MidMid div.ptfd {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.icePnlTbOver .MidMid div.ptfd {
    padding: 1px 8px 5px 28px;
}
.icePnlTbOver .MidMid a:hover {
    color: #3581A5;
    font-weight: bold;
}

.icePnlTbSet {
    width: 100%;
}

.icePnlTbOnBtm {
    margin-right: 0;
}

* html .icePnlTbOff .MidMid a, * html .icePnlTbOff .MidMid a{
    width: 1%;
}
/***********************************************************/

.cuadropanelTab {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    display: block;
    margin: 15px 15px 0 0;
    padding: 15px;
}

.panelConfirm {
    background-color: #bbdff1;  
    padding: 15px;
    display: block;
    border: 1px solid #D9D9D9;
}


/*********************************************************/
.icePnlGrdRow1_curso{
    background-color: #bbdff1;
    height: 37pt;
}
.icePnlGrdRow2_curso{
    background-color: #FFF;
    height: 37pt;
}


.icePnlGrdRow1_curso_evaluacion{
    background-color: #bbdff1;
    height: 77pt;
}
.icePnlGrdRow2_curso_evaluacion{
    background-color: #FFF;
    height: 77pt;
}

.icePnlGrdCol1_curso{}
.icePnlGrdCol2_curso_actual{
    width: 120pt;
}

.icePnlGrdCol1_curso_revisar{
    width: 100pt;
}
.icePnlGrdCol2_curso_revisar{
    width: 220pt;
}

.iceSelMnyCb,.iceSelMnyCb-dis{
    border: none;
}

.iceSelInpDate{
    background-color: #ffffff;
}

.iceSelInpDatePopup {
    min-width: 172px;
}

.iceSelInpDateInput {
    width: 150px;
}

.iceSelInpDateOpenPopup {
    display: inline;
    text-decoration: none;
    background-image: url("../../imagenes/calendario/cal_button.gif");
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.iceSelInpDateClosePopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "../../imagenes/calendario/cal_off.gif");
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.iceSelInpDateMonthYear {
    background: #F5F5F5;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    color: #666;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px;

}

.iceSelInpDateMoYrDropdown {
    background: #F5F5F5;
    font-weight: bold;
    color: #666;
}

.iceSelInpDateMonthYear img {
    border: none;
    margin-left: 3px;
    padding: 3px;
}

.iceSelInpDateMovePrev {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url( "../../imagenes/calendario/cal_arrow_left.gif");
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateMoveNext {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url( "../../imagenes/calendario/cal_arrow_right.gif");
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateWeek {
    /* the days of the week row */
    font-weight: normal;
    font-size: 11px;
    color: #666;
    text-align: center;
    padding: 3px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

/* set the look for the days of the week backgrounds */

.iceSelInpDateDay {
    text-align: center;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 3px;
}

.iceSelInpDateCur {
    background: #faa620;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.iceSelInpDateCur .iceCmdLnk {
    background: none;
    border: none;
    font-size: 11px;
}

.iceSelInpDateCur .iceOutTxt {
    color: #FFFFFF;
}

.weekend {
    background: #e9e9e9;
}

.weekend .iceOutTxt {
    color: #666;
}

.weekend .iceCmdLnk {
    background: none;
    border: none;
}

/* now set the attributes for the numbers for each day of the week */

.iceSelInpDateDay a {
    /* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    /*border: 1px solid #FFFFFF;*/
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceSelInpDateCur a {
    text-decoration: none;
    background-color: #2A6CC2;
    border: 1px solid #2A6CC2;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}
.iceSelOneMnu option{
    -moz-transition: background 0.5s linear 0s;
}
.iceSelOneMnu option:hover{
    -moz-transition: background 0.5s linear 0s;
}
/* now set the color attributes for the hover effect on non-current days */
.iceSelInpDateDay a:hover {
    /* the day text */
    text-decoration: none;
    color: #666;
}

/* Estado de conexion*/
.estado_conexion{
    width: 32px;
    height: 32px;
    border: none;
}
.estado_conexionInactv, .estado_conexionActv,.estado_conexionCaution, .estado_conexionDisconnect{
    width: 36px;
    height: 36px;
    border: none;
}
.estado_conexionInactv{
    background: url("../../imagenes/conexion/idle.gif" ) no-repeat;
}

.estado_conexionActv{
    background: url("../../imagenes/conexion/active.gif" ) no-repeat;
}

.estado_conexionCaution{
    background: url("../../imagenes/conexion/caution.gif" ) no-repeat;
}

.estado_conexionDisconnect{

}
.inputText{
    background: #009999;
    -webkit-transition:  border 0.5s linear 0s, -moz-box-shadow 0.5s linear 0s;
    -webkit-transition:  background  0.4s;
    -moz-transition: border 0.5s linear 0s, -moz-box-shadow 0.5s linear 0s;
    -moz-transition: background  0.4s;
}

.inputSecret{
    background: #009999;
    -webkit-transition:  border 0.5s linear 0s, -moz-box-shadow 0.5s linear 0s;
    -webkit-transition:  background  0.4s;
    -moz-transition: border 0.5s linear 0s, -moz-box-shadow 0.5s linear 0s;
    -moz-transition: background  0.4s;


}
/*Estilo para mensajes de error.*/
.validationMessageError, .validationMessage {
    color: #ef250e;
    font: 11px Arial, sans-serif;
    /**
    background: url("../imagenes/warning.png")  no-repeat 3px;
    padding: 0px 0px 0px 22px;
    **/
}