.backgroundBody {
	background-image: url(../imagenes/bg/bg_body.gif);
}
.backgroundLogin {
	background-image: url(../imagenes/bg/bg_login.jpg);
}
.backgroundLoginLogo {
	background-image: url(../../imagenes/yasta/normal/128/labor_128.png);
}
.bodyTextContainer {
	padding: 20px;
        min-height: 1500px;
}
.botonIconoText {
	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.botonIconoText a:link {
	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.botonIconoText a:visited {
	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.bottomLeft {
	
	font-size: 10px;
	color: #000066;
}
.botonIcono {
	padding-top: 6px;
	height: 58px;
}

/* -------------------------------------- */
/*            Spinner                     */
/* -------------------------------------- */
.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

@-moz-document url-prefix() {
    .glyphicon-spin {
        height: .9em
    }
    .btn .glyphicon-spin {
        height: auto
    }
    .glyphicon-spin.icon-large {
        height: 1.25em
    }
    .btn .glyphicon-spin.icon-large {
        height: .75em
    }
}
.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}


.parrafoIndentado2 {
	margin-left: 60px;
}
.tableBorder {
	border: 1px solid #000033;
}
.title1 {
	background-color: #708D8D;
	display: block;
	padding: 6px;
	font-weight: bold;
	color: #FFFFFF;
}
.title2 {
	background-color: #FFCC00;
	display: block;
	padding: 6px;
	font-weight: bold;
	color: #FFFFFF;
}
.title3 {
	background-color: #708D8D;
	display: block;
	padding: 6px;
	font-weight: bold;
	color: #FFFFFF;
}
.title4 {
	background-color: #708D8D;
	display: block;
	padding: 6px;
	font-weight: bold;
	color: #FFFFFF;
}
.titleLogin {
	background-color: #000033;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
	padding: 20px;
}
.subTitle1 {
	font-weight: bold;
	color: #FF6600;
}
.subTitle2 {
	font-weight: bold;
	color: #003366;
}
.subTitle3 {
	font-weight: bold;
	color: #006666;
}
.subTitle4 {
	font-weight: bold;
	color: #000033;
}
.tabla1CeldaSubtitle {
	background-color: #506F72;
	color: #FFFFFF;
	font-weight: bold;
}
.tabla1CeldaNormal {
	background-color: #F0F1ED;
}
.tabla1CeldaNormalMouseOver {
	background-color: #B9C8C8;
}
.tabla2CeldaSubtitle {
	background-color: #FFCC00;
	color: #FFFFFF;
	font-weight: bold;
}
.tabla2CeldaNormal {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tabla1CeldaAlternativa {
	background-color: #F9F9F7;
}

.tabla2CeldaNormalMouseOver {
	background-color: #E7EDEC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tabla3CeldaSubtitle {
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
}
.tabla3CeldaNormal {
	background-color: #F0F1ED;
}
.tabla3CeldaNormalMouseOver {
	background-color: #0F6A88;
	color: #FFFFFF;
}
.textBold {
	font-weight: bold;
}
.textCursiva {
	font-style: italic;
}
.textSmall {
	font-size: 11px;
}
.textSmallCursiva {
	font-size: 11px;
	font-style: italic;
}

.cuadroTexto1 {
	display: block;
	background-color: #862517;
	color: #FFFFFF;
	padding: 4px;
}
.filaError {
	color: #FFFFFF;
	background-color: #FAE7DA;
	
	font-size: 10px;
}
.cuadroTexto2 {
	display: block;
	background-color: #00395B;
	color: #FFFFFF;
	padding: 4px;
}
.cuadroTexto3 {
	display: block;
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 4px;
}
.cuadroTexto4 {
	display: block;
	background-color: #0099CC;
	color: #FFFFFF;
	padding: 4px;
}
.cuadroTexto5 {
	display: block;
	color: #862517;
	padding: 4px;
	border: 1px solid #862517;
}
.cuadroTexto6 {
	display: block;
	color: #00395B;
	padding: 4px;
	border: 1px solid #00395B;
	
}
.cuadroTexto7 {
	display: block;
	color: #FF6600;
	padding: 4px;
	border: 1px solid #FF6600;
}
.cuadroTexto8 {
	display: block;
	color: #6D99AD;
	padding: 4px;
	border: 1px solid #6D99AD;
}
.cuadroTexto6A {
	display: block;
	color: #00395B;
	padding: 4px;
	border: 1px solid #6D99AD;
	background-color: #F4F7F7;
	text-align: left;
}
.cuadroTexto10A {
	display: block;
	color: #00395B;
	padding: 4px;
	background-color: #F4F7F7;
}
.cuadroTexto10B {
	display: block;
	color: #FF6600;
	padding: 4px;
	background-color: #FAF7F1;
}
.cuadroTexto11A {
	display: block;
	color: #00395B;
	padding: 3px;
	border: 1px solid #6D99AD;
	background-color: #F4F7F7;
}
.bordeTablaAzul {
	border: 1px solid #6D99AD;
}
.cuadroTextoExito {
	display: block;
	color: #336633;
	padding: 4px;
	border: 1px solid #009933;
	background-color: #E4FEE0;
}
.cuadroTextoError {
	display: block;
	color: #CC0000;
	padding: 4px;
	border: 1px solid #FF3300;
	background-color: #FAEEE7;
}
.cuadroTexto7A {
	display: block;
	color: #FF6600;
	padding: 6px;
	border: 1px solid #FF6600;
	background-color: #FAF7F1;
}
.bordeTablaImpresion {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
}

.cuadroFiltros {
	color: #00395B;
	background-color: #F4F7F7;
	font-size: 12px;
}
.cuadroFiltrosB {
	color: #00395B;
	background-color: #EBF1F1;
	font-size: 12px;
}
.cuadroFiltrosC {
	color: #00395B;
	background-color: #FFE2AC;
	font-size: 12px;
}
.cuadroSolicitudes {
	background-color: #FAF7F1;
	font-size: 12px;
	border: 1px solid #FF6600;
}
.cuadroTexto6B {
	color: #00395B;
	border: 1px solid #6D99AD;
	background-color: #F4F7F7;
	padding: 6px;
}
.cuadroTexto7B {
	color: #FF6600;
	border: 1px solid #FF6600;
	background-color: #FAF7F1;
	padding: 6px;
}
.tablaTitulosC {
	color: #00395B;
	background-color: #D5E4EE;
	font-size: 12px;
	font-weight: bold;
}
.filaTotales {
	color: #00395B;
	background-color: #F4F9FB;
	font-size: 12px;
	font-weight: bold;
}
.cuadroTexto3A {
	display: block;
	background-color: #FEE9C0;
	color: #AF6A03;
	padding: 6px;
	font-weight: bold;
}
.subTitleCka {
	font-weight: bold;
	color: #003366;
	font-size: 24px;
}
.subTitleCka1 {
	font-weight: bold;
	color: #003366;
	font-size: 12px;
}
.cuadroTexto2B {
	
	background-color: #00395B;
	color: #FFFFFF;
	padding: 6px;
}
.cuadroTexto3B {
	
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 6px;
}
.cuadroTexto1B {
	
	background-color: #862517;
	color: #FFFFFF;
	padding: 6px;
}
.tabla1CeldaSubtitleA {
	background-color: #506F72;
	color: #FFFFFF;
	padding: 6px;
}
.CeldaCalendar {
	background-color: #708D8D;
	padding: 6px;
	color: #FFFFFF;
}
.CeldaCuadroTexto4 {
	background-color: #0099CC;
	color: #FFFFFF;
	padding: 6px;
}
.CeldaCuadroTexto4A {
	background-color: #0099CC;
	color: #FFFFFF;
	padding: 6px;
	border: 1px solid #708D8D;
}
.celdaFechaSeleccionadaA {
	color: #FF6600;
	padding: 6px;
	border: 1px solid #FF6600;
	background-color: #FAF7F1;
}
.CeldaCuadroTexto6A {
	color: #00395B;
	padding: 6px;
	border: 1px solid #6D99AD;
	background-color: #F4F7F7;
}
.CeldaCuadroTexto8 {
	color: #00395B;
	padding: 6px;
	border: 1px solid #6D99AD;
	background: #F0F1ED;
}
.CeldaMiActividad {
	color: #005080;
	background-color: #F3F7F8;
	font-size: 10px;
	font-weight: bold;
}
.CeldaMiActividadTitulo {
	color: #005080;
	background-color: #F3F7F8;
	font-size: 10px;
}
.CeldaActividadInvitado {
	color: #F3F7F8;
	background-color: #0099CC;
	font-size: 12px;
	font-weight: bold;
}
.CeldaCuadroTexto8A {
	color: #00395B;
	padding: 6px;
	background: #F0F1ED;
}
.CeldaCuadroTexto6B{
	color: #00395B;
}
.cuadroTexto6C {
	color: #00395B;
}
.CeldaCuadroTextoExito {
	color: #336633;
	padding: 6px;
	border: 1px solid #009933;
	background-color: #E4FEE0;
}
.CeldaCuadroTextoExito1 {
	color: #3333CC;
	padding: 6px;
	
	background-color: #66CCFF;
}
.CeldaCuadroTextoError {
	color: #CC0000;
	padding: 6px;
	
	background-color: #FAEEE7;
}
.tablaDescripcionAyuda {
	color: #005080;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #6D99AD;
}
.tabla1DescripcionAyuda1 {
    
	color: #00395B;
	padding: 8px;
	border: 1px solid #6D99AD;
	
	font-weight: bold;
}
.tabla2DescripcionAyuda1 {
    
	color: #00395B;
	padding: 8px;
	font-weight: bold;
}
.webletDiv {
	background-position: center center;
	display: table-cell;
	border: 1px solid #336699;
	background-color: #F1F9FE;
}
.webletHeader {
	
	font-size: 10px;
	font-weight: bold;
	background-color: #E0EBFC;
	background-position: left top;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	color: #006699;
}

.webletHeaderText {
	
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}

.webletFooter {
	
	font-size: 9px;
	font-weight: lighter;
	color: #FF6600;
}
.webletTitulosTabla {
	color: #00395B;
	background-color: #D5E4EE;
	font-size: 10px;
	font-weight: bold;
}
.webletTextoTabla {
	color: #00395B;
	font-size: 10px;
	font-weight: normal;
}
.webletFilaUno {
	background-color: #F0F1ED;
	color: #00395B;
	font-size: 10px;
	font-weight: normal;
}
.webletFilaDos {
	background-color: #F9F9F7;
	color: #00395B;
	font-size: 10px;
	font-weight: normal;
}
.webletBody {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tablaHeaderAlt {
	
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	background-color: #E0EBFC;
}
.iwebletFooter {
	
	font-size: 9px;
	font-weight: lighter;
	color: #cccccc;
	
}

.iwebletFooter A:link {color: #cccccc;}
.iwebletFooter A:visited {color: #cccccc;}
.iwebletHeaderText {
	
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}
.iwebletHeader {
	
	font-size: 10px;
	font-weight: bold;
	background-color: #F3F5F5;
	background-position: left top;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	color: #cccccc;
}
.iwebletDiv {
	background-position: center center;
	display: table-cell;
	border: 1px solid #cccccc;
	background-color: #F3F5F5;
}

/*
 * Main colors:
 * Black: #444444;
 * Red: #aa2222;
 * White: #eeeeee;
 * Green: #66aa22
 * LightBlue: #aacccc
 * Yellow: #eeaa22
 * Pink: #cc2266
 * Gray: #666666
 * DarkGray: #444444
 */
.inline-block, .inputs-inline-block .form-group{
    display: inline-block;
    *display: inline;
    vertical-align: top; 
    zoom: 1;
}
.no-margin{margin: 0px !important;}
.no-margin-left{margin-left: 0px !important;}
.no-margin-right{margin-right: 0px !important;}
.no-margin-bottom{margin-bottom: 0px !important;}
.no-padding{padding:0px !important}
.no-border-radius{border-radius: 0px !important}
.display-none{display: none !important}
.text-center{text-align: center !important;}
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}
.text-bold{font-weight: bold !important;}
.text-normal{font-weight: normal !important;}
.text-no-link{text-decoration: none !important;font-size:10px;color:#777777 !important}
.cursor-pointer{cursor: pointer !important}
select.input-medium{
    width:160px !important;
}
/* -------------------------------------- */
/*            Tabbed browsing             */
/* -------------------------------------- */

.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #545454;
    border-style: solid;
    border-width: 0 0 2px;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a em {
    border: transparent !important;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
    background: -moz-linear-gradient(center top , #454545 0%, #545454 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#545454));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#545454',GradientType=0 );
    color: #EBEBEB;
    text-shadow:none;
    border-color: #cccccc;
    border-style: solid;
    border-width: 0 0px;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    text-shadow: 0 1px 0 #000000;
    
}

.yui-skin-sam .yui-navset li{
    -moz-border-radius-top:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius-:5px 5px 0 0;
    
}

.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
    border-width:1px 1px 0 1px;
    border-color: #545454;
    border-style: solid;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CCCCCC));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCCCC',GradientType=0 );
    position: relative;
    text-decoration: none;
    color: #454545;
    font-size:14px;
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    
}

.yui-skin-sam .yui-navset .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
    border: transparent !important;
}

.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #454545 #808080 #808080;
    border-right: 1px solid #808080;
    border-style: solid;
    border-width: 1px;
    padding: 0.25em 0.5em;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    min-height: 200px;
}

.yui-skin-sam .yui-navset .yui-content {
    background-color: #fcfcfc;
}
.yui-skin-sam{
    border-radius: 4px 4px 4px 4px !important;
}
.yui-skin-sam .yui-dt-bd table{
    border: none;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.yui-skin-sam tr.yui-dt-even{
    background-color: #EAEAEA;
}
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam tr.yui-dt-even td.yui-dt-desc{
    background-color: #F5F5F5;
}
.yui-skin-sam tr.yui-dt-odd{
    background-color: #FFFFFF;
}
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc{
    background-color: #FAFAFA;
}
.yui-skin-sam .yui-dt th{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: bottom;
    background: none !important;
    background-color: #FFFFFF !important;
    
}
.yui-skin-sam tbody.yui-dt-msg td{
    border-right: 1px solid #DDDDDD;
}
.saveTab{
    position:absolute;
    bottom: 10px;
    right: 10px;
}


.calendarInput{
    vertical-align: bottom;
}

.calendarInput img{
    padding:0px;
    margin:0px;
    vertical-align: bottom;
}

/*
 * HEADER
 * CSS para el Header de la pÂgina
 * 
 */


.clear{
    display:block;
    margin-top: 0px;
    margin-bottom:0px;
}

.clearSmall{
    display:block;
    margin-bottom:10px;
}

.hidden{
    visibility:hidden;
}

.imgOpaque{
    filter: Alpha(Opacity=30);
    opacity:0.3;
}

.imgOpaque:hover{
    filter: Alpha(Opacity=100);
    opacity:1;
}

/*
 * HEADER
 * CSS para el Header de la pÂgina
 * 
 */
.headerYasta{
	background: -moz-linear-gradient(top, #454545 0%, #000000 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#000000));  
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#000000',GradientType=0 );
	width:100%;
	height:50px;
}

.headerLogo{
	position:relative;
	top:5px;
	height:46px;
	background-repeat:no-repeat;
        margin-left:10px;
        color:#FFFFFF;
}
.headerBusqueda{
	position:absolute;
	top:86px;
	right:5px;
	height:50px;
}
.headerTextoBusqueda{
	font-size:14px;
	color:#FFD41F;
}
.headerIconos{
	position: absolute;
        right: 60px;
        text-align: left;
        top: 2px;
}

.headerPicture{
	position:absolute;
	top:3px;
	right:10px;
	width:35px;
	height:35px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        background: -moz-linear-gradient(top, #efefef 0%, #D1D1D1 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#D1D1D1));  
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#D1D1D1',GradientType=0 );
        border: 5px solid #cccccc;
}
.headerPicture img{
    padding-top:4px;
    padding-left:2px;
}

.headerIconos ul{
   
}

.headerIconos li{
    color: #4AD4EE;
    font-weight: bold;
    font-size: 12px;
}

.headerIconos li a{
    color: #FFFFFF;
    text-decoration: underline;
    padding-bottom:5px;
}
.headerIconos li img{
    vertical-align: middle;
    padding-bottom:1px;
}

.headerLinks{
	border-right:1px solid #cccccc;
}

.headerLinksLast{
    border-right:0px solid #cccccc;
}
.headerLinks a:link{
	color:#454545;
	text-decoration:none;
}
.headerLinks a:visited{
	color:#454545;
	text-decoration:none;
}
.headerLinks a:hover{
	
	text-decoration:underline;
}
.headerFecha{
	position:absolute;
	top:5px;
	left:5px;
	width:200px;
	height:50px;
	color:#CCCCCC;
	font-size:12px;
	text-align:left;
}

/* SEARCH */
.search-wrapper {
    background: -moz-linear-gradient(center top , #E9E9E9, #D7D7D7) repeat scroll 0 0 transparent;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0 2px 2px #B2B3B5 inset, 0 1px 0 #FFFFFF;
    height: 35px;
    margin-bottom: 20px;
    padding: 8px;
    width: 370px;
}
input.search-field {
    background: -moz-linear-gradient(center top , #F3F3F3, #FFFFFF) repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0 1px 1px #9A9A9A inset;
    color: #ACACAC;
    display: block;
    float: left;
    
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 34px;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
    width: 255px;
    margin-top:0px;
    margin-bottom:0px;
}
input.search-field:focus {
    box-shadow: 0 1px 1px #4A97BA inset, 0 -1px 1px #4A97BA inset, 0 0 8px #4A97BA;
    color: #666666;
    outline: medium none;
}
input.search-button {
    border: medium none;
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
    display: block;
    float: right;
    
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 85px;
    margin-top:0px;
    margin-bottom:0px;
}

a.light, input.light, ul.light li a, th.light {
    background: -moz-linear-gradient(center top , #FFFFFF, #ECECEC) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #B5B5B5;
    color: #858585;
    text-shadow: 0 1px 0 #FFFFFF;
}
a.light:hover, input.light:hover, ul.light li a:hover {
    background: -moz-linear-gradient(center top , #FFFFFF, #F7F7F7) repeat scroll 0 0 transparent;
    color: #717171;
}
a.light:active, input.light:active, ul.light li a:active {
    background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 0 2px 3px #AAAAAA inset, 0 1px 0 #B5B5B5;
    color: #717171;
}
a.ocean, input.ocean, ul.ocean li a, th.ocean {
    background: -moz-linear-gradient(center top , #4AD4EE, #278FAC) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #197A9D inset;
    color: #125267;
    text-shadow: 0 1px 0 #60ACC1;
}
a.ocean:hover, input.ocean:hover, ul.ocean li a:hover {
    background: -moz-linear-gradient(center top , #5ADDF5, #218DB0) repeat scroll 0 0 transparent;
    color: #125267;
}
a.ocean:active, input.ocean:active, ul.ocean li a:active {
    background: none repeat scroll 0 0 #33A4BC;
    box-shadow: 0 2px 3px #333E4E inset, 0 1px 0 #93E6F6 inset;
    color: #125267;
}


.breadCrumbs {
	position:absolute;
	top:90px;
	left:20px;
	color:#333333;
	text-align:left;
	font-size:10px;
}

.breadCrumbs ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
.breadCrumbs #crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
.breadCrumbs #crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}	
.breadCrumbs #crumbs .last {
	padding-left:.75em;
	padding-right:.75em;
}
.breadCrumbs #crumbs li a {
	background:url(../../images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
.breadCrumbs #crumbs li a:link,
.breadCrumbs #crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
.breadCrumbs a:link,.breadCrumbs a:visited,	
.breadCrumbs#crumbs li a:hover,
.breadCrumbs #crumbs li a:focus {
	color:#777;
}



.barraFunciones{
	position:absolute;
	top:90px;
	right:20px;
	color:#333333;
	text-align:left;
}
/*

#filtros{
    margin-top:25px;
}
*/
/*
 * FOOTER
 * CSS para el Footer de la pÂgina
 * 
 */
.footerYasta{
	position:fixed;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:25px;
	color:#333333;
	text-align:right;
	border-top:1px solid #666666;
        background: -moz-linear-gradient(top, #e5e5e5 0%, #b2b2b2 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#b2b2b2));
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#b2b2b2',GradientType=0 ); /* ie */
}
.footerTexto{
	padding-top:5px;
	padding-right:5px;
}
/*
 * LOGIN
 * CSS para el login de la pÂgina
 * 
 */
 
 .login-page{
     margin:0 auto;
 }
 .panel-main h3{
     font-size: 16px;
     margin: 0;
     line-height: 18px;
 }
 .panel-main hr{
     margin: 10px 0 10px;
 }
 .panel-main .modal-footer.form-group{
     margin: 0;
 }
 
 .login-page .alert-error{
     margin-bottom: 0;
 } 
 .login-page .modal-body{
     padding-top: 10;
     padding-bottom: 0;
 } 
 .login-body{
     background: url("../../imagenes/bg_tree_black.jpg") repeat scroll 0 0 #333333;
 }
.loginLogo{
        height:200px;
        margin: 0 auto;
        position:relative;
        top:40px;
        width:600px;
        text-align: center;
}


.loginBox{
	position:relative;
	top:30px;
	width:600px;
	align:center;
	margin: 0 auto ;
	height:200px;
        background: -moz-linear-gradient(top, #FDFDFD 0%, #F1F2F4 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,#F1F2F4));
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFDFD', endColorstr='#F1F2F4',GradientType=0 );
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border: 1px solid #C5C9CD;
}

.login-form{
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    outline: 0 none;
    width: 410px;
    z-index: 1;   
}
.login-form input[type='text'],.login-form input[type='password']{
    height: auto;
}
.login-form a{
    color:#AEAEB7;
    font-size: 12px;
}
.login-form a:hover{
    color:#000000
}

.newaccount-form{
    background-color: #EDEFF0;
    height: 230px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
}

.newaccount-message{
    border-bottom: 1px solid #E1E3E5;
    color: #7E8085;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 14px;
    padding-bottom: 20px;
    width: 200px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.newaccount-text{
    color:#7E8085;
    font-size:11px;
    text-align: justify;
    padding-top:20px;
    padding-left:10px;
    padding-right: 40px;
}

.newaccount-button{
    bottom: 40px;
    position: absolute;
    left: 10px;
    width: 100px;
}

.newAccountButton{
    background: -moz-linear-gradient(top, #E6ECF4 0%, #DBE3EE 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6ECF4), color-stop(100%,#DBE3EE));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6ECF4', endColorstr='#DBE3EE',GradientType=0 );
    border-color: #D5D8DB;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #66717E;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    margin: auto;
    padding-bottom: 3px;
    vertical-align: middle;
}

.login-message{
    border-bottom: 1px solid #E7E8E8;
    color: #7E8085;
    font-size: 14px;
    margin-left: 10px;
    padding-bottom: 20px;
    width: 340px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}

.login-submit{
    bottom: 40px;
    position: absolute;
    right: 70px;
    width: 90px;
}

.loginFormTable{
        width:370px;
        margin-left:12px;
        margin-top:20px;
}

.loginFormTable th{
    vertical-align: middle;
    padding-bottom:2px;
    text-align: left;
}
.login-forgot{
        bottom: 40px;
        position: absolute;
        left: 20px;
        width: 180px;
        font-size: 11px;
        color:#C8CACC;
}

.login-forgot a{
        color:#C8CACC;
        text-decoration: none;
        font-size: 11px;
}
.loginError{
        text-shadow: 0 1px 0 #FFFF00;
        font-size: 18px;
        font-weight: bold;
	width:500px;
	text-align:center;
	margin:0 auto ;
        padding-top:10px;
        padding-bottom: 10px;
	height:20px;
	-moz-border-radius:5px;
        -webkit-border-radius:5px;
        background-color:#FFD41F;
        border: 1px solid #cccccc;
        color: #454545;
        background: -moz-linear-gradient(top, #FFFF00 0%, #FFD41F 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFF00), color-stop(100%,#FFD41F));
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF00', endColorstr='#FFD41F',GradientType=0 );
}
.loginErrorCambiarPassword{
	width:500px;
	text-align:center;
	padding:10px;
	margin-left: auto ;
        margin-right: auto ;
	height:20px;
	-moz-border-radius:5px;
        -webkit-border-radius:5px;
        background-color:#FFD41F;
        border: 1px solid #cccccc;
        color: #454545;
}
.loginInput{
	height: 18px;
	width: 200px;
	font-size: 16px;
	color:#646464;
	-moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius: 2px;
        border: 1px solid #CDCDCD;
        background-color: #ffffff;
}
.loginText{
	color:#7E8085;
	font-size:14px;
}
.loginLink a:link{
	color:#7E8085;
	font-size:18px;
	padding-right:10px;
	text-decoration:none;
}
.loginLink a:hover{
	color:#FFD41F;
	font-size:18px;
	padding-right:10px;
}
.loginBoton {
        background: -moz-linear-gradient(top, #8591A1 0%, #66717E 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8591A1), color-stop(100%,#66717E));  
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8591A1', endColorstr='#66717E',GradientType=0 );
	color: #FFFFFF;
	border-width: 1px;
        border-style: solid;
        border-color: #70767F;
        margin: auto;
        height:30px;
        font-size:14px;
        font-weight: normal;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        vertical-align: middle;
        padding-bottom:3px;
        text-shadow: 0 1px 0 #565F6C;
}
.loginLogoCliente{
	align:right;
	position:absolute;
	bottom:60px;
	right:30px;
	height:35px;
}

.loginLogoCliente img{
    filter: Alpha(Opacity=40);
    opacity:0.4;
}



/*
 * CUERPO
 * CSS para el cuerpo de la página
 * 
 */
.bodyTextContainer {
	padding: 20px;
}

/*
 * TABLAS
 * CSS para el tablas
 */
 
 .tablaPanel{
     width:100%
 } 
 
 .tablaPanel th{
     background-color:#666666;
     font-weight: bold;
     font-size: 16px;
     text-align: center;
     color:#FFFFFF;
 }
 
 .tablaPanel td{
     font-size:14px;
     font-weight: normal;
     background-color:#999999;
     color:#FFFFFF;
 }
 
 
 /*
 *
 * PROFILE PICTURE
 *
 */
 
 .profilePicture{
     width:200px;
     height:200px;
     margin:0 auto;
     position: relative;
 }
 
 
 .profilePicture img{
     margin:0 auto;
     top: 30px;
     left: 35px;
     position:relative;
     filter: Alpha(Opacity=70);
     opacity:0.7;
 }
 
 .profilePictureExist{
     margin:0 auto;
     position: relative;
 }
 
 
 .profilePictureExist img{
     margin:0 auto;
     position:relative;
 }
 
 .shadowBoxProfilePicture {
    position:relative;
    width:200px;
    height:200px;
    padding:15px;
    border:1px solid #efefef;
    margin:20px auto;    
    background-color:#ffffff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.27),
                       0 0 60px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.27),
                       0 0 40px rgba(0, 0, 0, 0.06) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.27), 
                       0 0 40px rgba(0, 0, 0, 0.06) inset;
}

.shadowBoxProfilePicture:before,
.shadowBoxProfilePicture:after { 
    content:''; 
    position:absolute; 
    z-index:-2; 
    width:70%;
    max-width:266px; /* for liquid versions */
    height:45%; 
    bottom:10px;
    left: 10px; 
    -webkit-box-shadow:0 8px 16px rgba(0, 0, 0, 0.3); 
       -moz-box-shadow:0 8px 16px rgba(0, 0, 0, 0.3); 
            box-shadow:0 8px 16px rgba(0, 0, 0, 0.3); 
    -webkit-transform:skew(-15deg) rotate(-6deg); 
       -moz-transform:skew(-15deg) rotate(-6deg); 
            transform:skew(-15deg) rotate(-6deg);
} 

.shadowBoxProfilePicture:after {
    left:auto;
    right: 10px; 
    -webkit-transform:skew(15deg) rotate(6deg);
       -moz-transform:skew(15deg) rotate(6deg);
            transform:skew(15deg) rotate(6deg);
}
/*
 * LAYOUT
 * CSS para disposiciones de layout
 * 
 */

.margenNormal{
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.panelIzquierdo{
    width: 67%;
    margin-left: 3px;
    margin-top:15px;
    margin-bottom:50px;
    padding: 5px;
    float: left;
    min-height: 500px;
}

.panelDerecho{
    
    width: 30%;
    padding: 5px;
    float: right;
    margin-top:15px;
    margin-bottom:50px;
    min-height: 500px;
}

.panelAlertaIzquierdo{
    width: 45%;
    margin-top:15px;
    margin-bottom:50px;
    float: left;
    min-height:100px;
    margin-left:15%;
}

.panelAlertaDerecho{
    width: 24%;
    float: right;
    margin-top:15px;
    margin-bottom:50px;
    margin-right: 15%;
    min-height:100px;
}

.generalContainer{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    
}

.generalContainer .header{
    background: -moz-linear-gradient(top, #EEEEEE 0%, #E5E5E5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#E5E5E5));  
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#E5E5E5',GradientType=0 );
    height:40px;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cccccc;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}

.generalContainer .header .rightCorner{
    float:right;
    position:relative;
    font-size:16px;
    padding-right:15px;
    vertical-align: middle;
    top:10px;
    bottom:10px;
    font-weight: bold;
}

.generalContainer .header span{
    color: #555555;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size:16px;
    padding-left:15px;
    vertical-align: middle;
    top:10px;
    bottom:10px;
    font-weight: bold;
    position:relative;
}

.generalContainer .body{
    min-height: 300px;
    padding:15px;
}

.generalContainer .bodyCenter{
    margin: 0 auto;
}

.postit{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.postit-amarillo{
    background-color: #FEF9B7;
    border: 1px solid #F8DD00;
    color: #434343;
    text-shadow: 0 1px 0 #FFFFFF;
}

.postit-verde{
    background-color: #c6ea83;
    border: 1px solid #8dbd35;
    color: #434343;
    text-shadow: 0 1px 0 #FFFFFF;
}

.postit .postit-header{
    height:20px;
    width: 100%;
    border-top: 1px solid #ffffff;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}

.postit .postit-header span{
    font-size:14px;
    padding-left:10px;
    vertical-align: middle;
    top:3px;
    padding-bottom:5px;
    font-weight: bold;
    position:relative;
}
.postit .postit-header img{
    position:relative;
    top:3px;
    left:5px;
}

.postit .postit-body{
    padding:5px 15px 5px 27px;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
}

.postit .postit-body li{
    list-style: circle;
    margin-left:20px;
}



/*
 * BOTONES
 * CSS para los botones de la pÂgina
 * 
 */
 .buttons{
     margin-top:12px;
     margin-bottom:15px;
 }


.small-buttons{
     margin-bottom:10px;
     height: 5px;
 }
 .small-buttons button:hover, .small-buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.small-buttons a, .small-buttons button{
    display:block;
    float:left;
    margin:0 2px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    
    font-size:10px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.small-buttons button{
    width:auto;
    overflow:visible;
    padding:4px 2px 3px; /* IE6 */
}
.small-buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.small-buttons button img, .small-buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.small-buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .small-buttons a.positive{
    color:#529214;
}
.small-buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.small-buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.small-buttons a.negative, button.negative{
    color:#d12f19;
}
.small-buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.small-buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
 
.botonAccionTabla {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/sprite.png) repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
	color:#454545;
	cursor:pointer;
	float:left;
	font-size:12px;
	height:22px;
	margin-right:0.25em;
	padding:4px 5px 0 2px;
        font-weight:bold;
}
.botonAccionTablaSmall {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/sprite.png) repeat-x scroll 50px 0;
	border:1px solid #CCCCCC;
	color:#454545;
	cursor:pointer;
	float:left;
	font-size:10px;
	height:16px;
	margin-right:0.25em;
	padding:2px 3px 0 1px;
}
.botonAccionTablaBig {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../images/sprite.png) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
color:#454545;
cursor:pointer;
font-size:30px;
height:80px;
margin-right:0.25em;
padding:2px 5px 0 2px;
}
.botonAccionTablaMedium {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../images/sprite.png) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
color:#454545;
cursor:pointer;
font-size:25px;
float:center;
height:80px;
margin-right:0.25em;
padding:2px 5px 0 2px;
}
.botonAccionTabla img{
	border-right:1px solid #cccccc;
	padding-right:3px;
	padding-bottom:3px;
	margin-right:3px;
}
.botonAccionTablaSmall span{
	border-right:1px solid #cccccc;
	padding-right:2px;
	padding-bottom:2px;
	margin-right:2px;
}


.botonCancelar {
	background: -moz-linear-gradient(top, #efefef 0%, #D1D1D1 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#D1D1D1));  
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#D1D1D1',GradientType=0 );
	color: #666666;
	border-width: 1px;
        border-style: solid;
        border-color: #CBC8C8;
        margin: auto;
        height:25px;
        font-size:14px;
        font-weight: normal;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        vertical-align: middle;
        padding-bottom:4px;
        padding-left:25px;
        padding-right:25px;
}


.botonMedium {
	background: -moz-linear-gradient(top, #efefef 0%, #D1D1D1 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#D1D1D1));  
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#D1D1D1',GradientType=0 );
	color: #333333;
	border-width: 1px;
        border-style: solid;
        border-color: #CBC8C8;
        margin: auto;
        height:20px;
        font-size:12px;
        font-weight: bold;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        vertical-align: middle;
        padding-bottom:3px;
}

.botonTraducir {
	background: -moz-linear-gradient(top, #6d9704 0%, #418100 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d9704), color-stop(100%,#418100));  
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9704', endColorstr='#418100',GradientType=0 );
	color: #fdfdfd;
	border-width: 1px;
        border-style: solid;
        border-color: #396f01;
        margin: auto;
        height:25px;
        font-size:14px;
        font-weight: normal;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        vertical-align: middle;
        padding-bottom:4px;
        padding-left:25px;
        padding-right:25px;
}

.activateTranslation{
        margin: auto;
        position: absolute;
        text-align: center;
        top: 10px;
        width: 100%;
}

.botonIconoText {
	color: #FFFFFF;
	
	font-weight: bold;
}
.botonIconoText a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.botonIconoText a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.botonIcono {
	padding-top: 6px;
	height: 58px;
}

.ios-button {
  background: #e4eafa none 0 0 repeat-x;
  border: solid 1px #adc0ed;
  color: #2e4987;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  margin: 1px;
  padding: 0.83em 1em;
  position: relative;
  text-decoration: none;
  text-shadow: #fff 0 1px 0;
  vertical-align: middle;
  white-space: nowrap;

  /* gecko */
  -moz-user-select: none;
  -moz-border-radius: 6px;
  background-image: -moz-linear-gradient(-90deg,
    #eeeeee 1%,
    #f3f5fa 5%,
    #e4eafa 70%,
    #c9d5f6 100%);

  /* webkit */
  -webkit-user-select: none;
  -webkit-border-radius: 6px;
  background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0.01, #eee),
    color-stop(0.05, #f3f5fa),
    color-stop(0.70, #e4eafa),
    color-stop(1, #c9d5f6));
}

.ios-button:focus {
  outline: none;
}

.ios-button.icon img {
  border: none;
  display: block;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

.ios-button.pressed {
  color: #fff;
  text-shadow: #2e4987 0 1px 0;
  background-color: #5884d6;
  border-color: #7488b8;

  /* Gecko */
  background-image: -moz-linear-gradient(-90deg,
    #eeeeee 1%,
    #709de7 5%,
    #5884d6 70%,
    #4470ca 100%);

  /* webkit */
  background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0.01, #eee),
    color-stop(0.05, #709de7),
    color-stop(0.70, #5884d6),
    color-stop(1, #4470ca));
}

.ios-button.green {
  color: #fff;
  text-shadow: #396F01 0 1px 0;
  background-color: #6d9704;
  border-color: #6D9704;

  /* Gecko */
  background-image: -moz-linear-gradient(-90deg,
    #e4f4c6 1%,
    #a6ce5a 5%,
    #6d9704 70%,
    #396f01 100%);

  /* webkit */
  background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0.01, #e4f4c6),
    color-stop(0.05, #a6ce5a),
    color-stop(0.70, #6d9704),
    color-stop(1, #396f01));
}

.ios-button.gray {
  color: #999999;
  background-color: #e8e9eb;
  border-color: #BBBBBB;

  /* Gecko */
  background-image: -moz-linear-gradient(-90deg,
    #f2f2f2 1%,
    #f3f3f3 5%,
    #f3f3f3 70%,
    #cccccc 100%);

  /* webkit */
  background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0.01, #F2F2f2),
    color-stop(0.05, #f3f3f3),
    color-stop(0.70, #f3f3f3),
    color-stop(1, #cccccc));
  cursor:default;
}


.ios-button.start-arrow {
  border-left: none !important;
  margin-left: 26px;
  padding-left: 0;

  /* gecko */
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;

  /* webkit */
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
}


.ios-button.start-arrow:after,
.ios-button.end-arrow:after {
  border: solid 1px #adc0ed;
  bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  text-shadow: none;
  top: -1px;
  width: 2.60em;
  z-index: -1;
}

.ios-button.start-arrow:after {
  left: -16px;

  /* Gecko */
  -moz-transform: rotate(45deg);
  -moz-border-radius-topleft: 17px;
  -moz-border-radius-bottomright: 17px;
  background-image: -moz-linear-gradient(-45deg,
    #eeeeee 12%,
    #f3f5fa 20%,
    #e4eafa 60%,
    #c9d5f6 100%);

  /* webkit */
  -webkit-transform: rotate(45deg);
  -webkit-border-top-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  background-image: -webkit-gradient(linear,0 0,100% 100%,
    color-stop(0.12, #eee),
    color-stop(0.20, #f3f5fa),
    color-stop(0.60, #e4eafa),
    color-stop(1, #c9d5f6));
}

.ios-button.pressed.start-arrow:after {
  background-color: #5884d6;
  border-color: #7488b8;

  background-image: -moz-linear-gradient(-45deg,
    #eeeeee 12%,
    #709de7 20%,
    #5884d6 60%,
    #4470ca 100%);

  /* webkit */
  background-image: -webkit-gradient(linear,0 0,100% 100%,
    color-stop(0.12, #eee),
    color-stop(0.20, #709de7),
    color-stop(0.60, #5884d6),
    color-stop(1, #4470ca));
}


.ios-button.end-arrow {
  border-right: none;
  margin-right: 26px;
  padding-right: 0;

  /* gecko */
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;

  /* webkit */
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

.ios-button.end-arrow:after {
  right: -16px;

  /* Gecko */
  -moz-transform: rotate(-45deg);
  -moz-border-radius-topright: 17px;
  -moz-border-radius-bottomleft: 17px;
  background-image: -moz-linear-gradient(-135deg,
    #eeeeee 12%,
    #f3f5fa 20%,
    #e4eafa 60%,
    #c9d5f6 100%);

  /* webkit */
  -webkit-transform:rotate(-45deg);
  -webkit-border-top-right-radius:17px;
  -webkit-border-bottom-left-radius:17px;
  background-image: -webkit-gradient(linear,100% 0%, 0% 100%,
    color-stop(0.12, #eee),
    color-stop(0.20, #f3f5fa),
    color-stop(0.60, #e4eafa),
    color-stop(1, #c9d5f6));
}


.ios-button.pressed.end-arrow:after {
  background-color: #5884d6;
  border-color: #7488b8;

  /* Gecko */
  background-image: -moz-linear-gradient(-135deg,
    #eeeeee 12%,
    #709de7 20%,
    #5884d6 60%,
    #4470ca 100%);

  /* webkit */
  background-image: -webkit-gradient(linear,100% 0%, 0% 100%,
    color-stop(0.12, #eee),
    color-stop(0.20, #709de7),
    color-stop(0.60, #5884d6),
    color-stop(1, #4470ca));
}

.ios-buttons{
  margin: 1px 2px;
  overflow: hidden;
  white-space: nowrap;
}

.ios-buttons .ios-button {
  border-left-width: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.ios-buttons .ios-button:first-child {
  border-left-width: 1px;

  /* gecko */
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;

  /* webkit */
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

.ios-buttons .ios-button:last-child {
  /* gecko */
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;

  /* webkit */
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}


/*
 * TABLAS
 * CSS para las tablas de la pÂgina
 * 
 */

.tablaFiltro {

}
.tablaFiltro TH {
	
}
.tablaFiltro TD {
	 padding-right:5px;
	 padding-top:5px;
	 padding-bottom:5px;
	 padding-left:0px;
}


.table-wrapper {
    background: -moz-linear-gradient(center top , #E9E9E9, #D7D7D7) repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 2px #B2B3B5 inset, 0 1px 0 #FFFFFF;
    margin-bottom: 20px;
    padding: 8px;
    width: 95%;
}
.table-wrapper table {
    width: 100%;
}
.table-header {
    
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}
.table-wrapper  td.table-row {
    border-left: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #B2B3B5;
    color: #858585;
    
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}
.table-wrapper  tr th {
    border-left: 1px solid #CCCCCC;
}
.table-wrapper  tr th:first-child {
    border: medium none;
    border-top-left-radius: 8px;
}
.table-wrapper  tr td:first-child {
    border: medium none;
}
.table-wrapper  tr th:last-child {
    border-top-right-radius: 8px;
}
.table-wrapper  tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.table-wrapper  tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F3F3F3;
}
.table-wrapper  tr:nth-child(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}
.table-wrapper  tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.table-wrapper  tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table-wrapper th.light {
    color: #5B5B5B;
    text-shadow: 0 1px 0 #FFFFFF;
}

.table-wrapper td.cellCenter{
    text-align: center;
}

.table-wrapper td.cellRight{
    text-align: right;
}

.tableContent{
    width: 80%;
    margin-top:10px;
}

.tableContent td{
    height:30px;
    vertical-align: middle;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    border-right:1px solid #FFFFFF;
    font-weight: bold;
    color: #545454;
}

.tableContent  tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.tableContent  tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F3F3F3;
}
.tableContent  tr:nth-child(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}


.tableContentNoForm{
    width: 95%;
    margin-top:10px;
}

.tableContentNoForm td{
    height:15px;
    vertical-align: top;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    border-right:1px solid #FFFFFF;
    font-weight: normal;
    color: #545454;
    font-size: 12px;
}
.tableContentNoForm td h1{
    font-weight: bold;
    color: #545454;
    font-size: 12px;
    margin-bottom:3px;
}

.tableContentNoForm  tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.tableContentNoForm  tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F3F3F3;
}
.tableContentNoForm  tr:nth-child(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}

.pagosCell{
    background-color:#cccccc;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.pagosTitle{
    width:100%;
    background-color:#454545;
    padding-top:3px;
    padding-bottom:3px;
    color:#ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}

.totalCell{
    background-color:#8dbd35;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.totalTitle{
    width:100%;
    background-color:#396f01;
    padding-top:3px;
    padding-bottom:3px;
    color:#ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}


/*
 * 
 * FORMULARIOS
 * Css para los formularios
 * 
 */
 
 .formSeparator{
    background-color:#e2e2e2;
    padding-bottom:10px;
    margin-bottom:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
 
 .titleInterno{
        background-color: #5092BD;
	display: block;
	padding: 3px;
        padding-left: 6px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius:5px;
        -webkit-border-radius:5px;
        margin-left:10px;
}

.titleOcean{
    color: #1D8895;
    font-size:16px;
    font-weight: bold;
    margin-bottom:10px;
}
.contentText{
    font-weight: normal;
    font-size: 12;
    font-color:#545454;
    padding-bottom:10px;
}

 .formularioAgregar {
	margin: 5px;
	padding: 5px;
}
.formularioAgregar TH {
	font-size:16px;
	VERTICAL-ALIGN: middle;
	font-weight: bold;
	text-align: left;
        padding-right:20px;
}
.formularioAgregar TD {
	 VERTICAL-ALIGN:top;
         COLOR: #545454;
         font-size:12px;
         font-weight: bold;
         text-align: left;
         padding-left:10px;
         padding-top:10px;
}



.inputError{
    border-left:2px solid #c40d26 !important;
    border-top: 1px solid #686868;
    border-right: 1px solid #686868;
    border-bottom: 1px solid #686868;
}

.mensajeErrorFormulario{
     background-color:#aacccc !important;
     border:3px solid #FFFFFF;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     width:100%;
     color:#545454;
     font-weight:bold;
     display:none;
}

.mensajeErrorFormulario img{
    padding-left:5px;
    vertical-align:middle;
}
.mensajeErrorFormulario span{
    padding-left: 15px;
    vertical-align: middle;
}

.mensajesTabla{
	background-color: #4AD4EE;
        color: #FFFFFF;
        display: inline;
        float: left;
        font-size: 12px;
        font-weight: bold;
        left: 100px;
        margin-left: 35%;
        padding:3px 10px 5px 10px;
        position: fixed;
        text-align: center;
        top: 0;
        -moz-border-radius:0 0 5px 5px;
        -webkit-border-radius:0 0 5px 5px;
        border-radius:0 0 5px 5px;
        font-weight: bold;
        display:none;
        z-index: 10000;
}


.inputSmallMoneda {
	border: 1px solid #D5D5D5;
        background-color:#FBFBFB;
        color: #5B5653;
        padding: 4px;
        width: 160px;
	-moz-border-radius:5px;
        -webkit-border-radius:5px;
        padding-left: 3px;
        text-align: right;
}


/*
 * 
 * CURL SHADOWS
 * Css para shadows
 * 
 */
.shadowContainer {
    overflow:hidden;
    background:#ffffff;
}


.shadowBox {
    position:relative;
    width:430px;
    height:200px;
    padding:15px;
    border:1px solid #efefef;
    margin:20px auto;    
    background: -moz-linear-gradient(top, #FDFDFD 0%, #F1F2F4 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,#F1F2F4));
        /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFDFD', endColorstr='#F1F2F4',GradientType=0 );
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.27),
                       0 0 60px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.27),
                       0 0 40px rgba(0, 0, 0, 0.06) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.27), 
                       0 0 40px rgba(0, 0, 0, 0.06) inset;
}

.shadowBox:before,
.shadowBox:after { 
    content:''; 
    position:absolute; 
    z-index:-2; 
    width:70%;
    max-width:200px; /* for liquid versions */
    height:55%; 
    bottom:10px;
    left: 10px; 
    -webkit-box-shadow:0 8px 16px rgba(0, 0, 0, 0.3); 
       -moz-box-shadow:0 8px 16px rgba(0, 0, 0, 0.3); 
            box-shadow:0 8px 16px rgba(0, 0, 0, 0.3); 
    -webkit-transform:skew(-15deg) rotate(-6deg); 
       -moz-transform:skew(-15deg) rotate(-6deg); 
            transform:skew(-15deg) rotate(-6deg);
} 

.shadowBox:after {
    left:auto;
    right: 10px; 
    -webkit-transform:skew(15deg) rotate(6deg);
       -moz-transform:skew(15deg) rotate(6deg);
            transform:skew(15deg) rotate(6deg);
}

.shadow1 {
    position:relative;
    z-index:1;
    overflow:hidden;
    background: -moz-linear-gradient(top, #F6F6F6 0%, #F4F4F4 100%); /* firefox */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(100%,#F4F4F4));
     /* webkit */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#F4F4F4',GradientType=0 );
}
.shadowWhite {
    position:relative;
    z-index:1;
    overflow:hidden;
    background-color:#ffffff;
}

.yastaTranslatable{
    display:none;
}


/*
*
*  TALENTO
*
*/

.containerMedios{
    margin-bottom: 5px;
    margin-top: 7px;
}

.tagMedios{
    background-clip: padding-box;
    background: -moz-linear-gradient(top, #749B05 0%, #408000 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#749B05), color-stop(100%,#408000));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749B05', endColorstr='#408000',GradientType=0 );
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-weight:bold;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 6px 3px 6px;
    position: relative;
    display:inline-block;
}

.cuadroEstado{
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    font-weight:bold;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 6px 3px 6px;
    position: relative;
    display:inline;
}

.tableContentFechas{
    width: 95%;
    margin-top:10px;
}

.tableContentFechas th{
    height:15px;
    vertical-align: middle;
    padding-left:5px;
    padding-top:3px;
    padding-bottom:3px;
    border-right:1px solid #FFFFFF;
    font-weight: normal;
    color: #545454;
    font-size: 12px;
    text-align: center;
}

.tableContentFechas td{
    height:15px;
    vertical-align: top;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    border-right:1px solid #FFFFFF;
    font-weight: normal;
    color: #545454;
    font-size: 12px;
    text-align: right;
}

.tableContentFechas td h1{
    font-weight: bold;
    color: #545454;
    font-size: 12px;
    margin-bottom:3px;
}

.tableContentFechas th h1{
    font-weight: bold;
    color: #545454;
    font-size: 12px;
    margin-bottom:3px;
}

.tableContentFechas  tr {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 2px solid #ffffff;
}


.boxFecha{
    border-radius: 3px 3px 3px 3px;
    position: relative;
    display:inline-block;
    height:35px;
    width:40px;
    border: 4px solid #e2e2e2;
}
.boxCerrado{
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    font-weight:bold;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 6px 3px 6px;
    position: relative;
    display:inline-block;
    margin-top:2px;
    color:#FFFFFF;
}

.boxFecha .numero{
   color: #FFFFFF;
   font-size: 25px;
   font-weight: bold;
   margin: 0 auto;
   position: relative;
   top: 0;
}

.boxFecha .dias{
   font-weight:bold;
   font-size:12px;
   bottom:0px;
   margin: 0px auto;
   position: relative;
   color: #ffffff;
   width:100%;
   background-color:#545454;
}

.boxStats{
    border-radius: 3px 3px 3px 3px;
    position: relative;
    display:inline-block;
    height:80px;
    width:120px;
    border: 4px solid #e2e2e2;
    cursor: pointer;
}

.background-rojo{
    background-clip: padding-box;
    background: -moz-linear-gradient(top,#ce4a3b 0%, #ba2818 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce4a3b), color-stop(100%,#ba2818));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4a3b', endColorstr='#ba2818',GradientType=0 );
}

.background-amarillo{
    background-clip: padding-box;
    background: -moz-linear-gradient(top,#efa82d 0%, #e89c0f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efa82d), color-stop(100%,#e89c0f));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa82d', endColorstr='#e89c0f',GradientType=0 );
}

.background-verde{
   background-clip: padding-box;
    background: -moz-linear-gradient(top,#749B05 0%, #408000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#749B05), color-stop(100%,#408000));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749B05', endColorstr='#408000',GradientType=0 ); 
}

.background-gris{
   background-clip: padding-box;
    background: -moz-linear-gradient(top,#666666 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); 
}

.boxStats .numero{
   color: #FFFFFF;
   font-size: 35px;
   font-weight: bold;
   position: relative;
   top: 10px;
   text-align:center;
}

.boxStats .texto{
   font-weight:bold;
   font-size:12px;
   bottom:0px;
   text-align:center;
   position: absolute;
   padding:3px;
   color: #ffffff;
   width:114px;
   background-color:#545454;
   border-top: 1px solid #454545;
}

.boxStats .texto a{
   font-weight:bold;
   font-size:12px;
   color: #ffffff;
   text-decoration: none;
}

.boxStats .texto a img{
    position: relative;
    top: 2px;
}

.textoFecha{
    font-weight: bold;
    font-size:20px;
    padding-top:3px;
    padding-bottom:5px;
    padding-right:3px;
}

.tableContentAvisos{
    width: 95%;
    margin-top:10px;
}

.tableContentAvisos th{
    vertical-align: middle;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    border-right:1px solid #FFFFFF;
    font-weight: normal;
    color: #545454;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
}

.tableContentAvisos td{
    height:15px;
    vertical-align: top;
    padding-right:3px;
    padding-top:5px;
    padding-bottom:5px;
    border-right:1px solid #FFFFFF;
    font-weight: normal;
    color: #545454;
    font-size: 12px;
    text-align: right;
}

.tableContentAvisos td h1{
    font-weight: bold;
    color: #545454;
    font-size: 12px;
    margin-bottom:3px;
}

.tableContentAvisos th h1{
    font-weight: bold;
    color: #545454;
    font-size: 12px;
    margin-bottom:3px;
}

.tableContentAvisos  tr {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}

.rightFloatingTitle{
    float:right;
    vertical-align:middle;
}

.rightFloatingTitle span{
    font-size:20px;
    vertical-align: top;
    top:15px;
    font-weight: bold;
    position:relative;
    color: #434343;
}

.rightFloatingTitle img{
    position:relative;
}

#cv-wrap{
    width:900px;
    margin:0 auto;
    color: #454545;
}
#cv-header{

}
#cv-header .nombre{
    font-size: 35px;
    left: 0;
    margin-left: 20px;
    margin-top: 120px;
    position: relative;
    color: #1A1A1A;
    text-shadow: 0 1px 0 #ebebeb;
    border-bottom: 1px solid #EEEEEE;
}

#cv-header .actualizacion{
    color: #1A1A1A;
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 40px;
    position: absolute;
    right: 0;
}
#cv-header .actualizacion .verde{
    color: #6d9704;
}
.verde{
    color: #6d9704;
}
.rojo{
    color: #ba2818;
}
.amarillo{
    color: #e89c0f;
}
#cv-main{
    float:right;
    width:620px;
    margin-top:30px;
    margin-left:20px;
}
#cv-main h3{
    font-size: 12px;
    font-weight: bold;
    color: #1A1A1A;
}



#cv-sidebar{
    float: left;
    margin-top: 30px;
    padding-left: 20px;
    width: 230px;
    line-height:20px;
    font-size:11px;
}

#cv-sidebar h1{
    color:#000000;
    font-size: 12px;
    font-weight: strong;
    display:inline;
    margin-right:10px;
}

#cv-sidebar h2{
    color:#000000;
    font-size: 12px;
    font-weight: bold;
    display:inline;
    margin-right:8px;
}
#cv-sidebar h3{
    color: #1A1A1A;
    font-size: 12px;
    font-weight: bold;
    line-height: 0;
    margin-bottom: 14px;
    margin-top: 6px;
}
#cv-sidebar h4{
    color:#000000;
    font-size: 10px;
    font-weight: bold;
    display:inline;
    margin-right:0px;
}
#cv-sidebar img{
    left: -4px;
    position: relative;
    top: 5px;
}

#cv-content {
    clear:both;
    padding-left: 20px;
    padding-top:10px;
}
#cv-content h1{
    color: #1A1A1A;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

#cv-content p{
    padding-left:10px;
}


* html #cv-footer {
    height: 1px;
}

.fotoCv{
    padding:5px;
    border: 1px solid #cccccc;
    width:128px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

.fotoCv img{
    width:128px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    
}

.tablaCv{
    width: 95%;
    margin-left: 10px;
}

.tablaCv th{
    height:20px;
    vertical-align: middle;
    color: #000000;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    background-color: #ECECEC;
    border-right: 1px solid #ffffff;
    padding-left:3px;
    
}

.tablaCv td{
    height:20px;
    vertical-align: top;
    color: #454545;
    padding-left:3px;
    padding-top:8px;
    margin-bottom:10px;
    line-height: 16px;
}

.tablaCv td span{
    font-weight: bold;
}


.tablaCvInterlineada{
    width: 95%;
    margin-left: 10px;
}

.tablaCvInterlineada th{
    height:20px;
    vertical-align: middle;
    color: #000000;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    background-color: #ECECEC;
    border-right: 1px solid #ffffff;
    padding-left:3px;
    
}

.tablaCvInterlineada td{
    height:20px;
    vertical-align: top;
    color: #454545;
    padding-left:3px;
    padding-top:3px;
    margin-bottom:10px;
    line-height: 18px;
}

.tablaCvInterlineada td span{
    font-weight: bold;
}

.tablaCvInterlineada  tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.tablaCvInterlineada  tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F3F3F3;
}
.tablaCvInterlineada  tr:nth-child(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}

.tablaCvExp{
    width: 95%;
    margin-left: 10px;
}

.tablaCvExp th{
    height:20px;
    vertical-align: middle;
    color: #000000;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    background-color: #ECECEC;
    border-right: 1px solid #ffffff;
    padding-left:3px;
    
}

.tablaCvExp td{
    height:20px;
    vertical-align: top;
    color: #454545;
    padding-left:3px;
    padding-top:8px;
    margin-bottom:10px;
    line-height: 16px;
}

.tablaCvExp td span{
    font-weight: bold;
    color:#333333;
}

.tablaCvDatosPersonales{
    width: 100%;
    margin-top: 10px;
}

.tablaCvDatosPersonales th{
    color:#000000;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
    padding-top:4px;
    padding-bottom: 4px;
    text-align: left;
}

.tablaCvDatosPersonales td{
    color: #454545;
    font-size: 11px;
    height:20px;
    vertical-align: top;
    padding-left:10px;
    padding-top:4px;
    padding-bottom: 4px;
    padding-right: 10px;
    text-align: left;
}


#barraCv{
    position:absolute;
    z-index:10;
    padding-left:5px;
    padding-right:5px;
    background: -moz-linear-gradient(top, #f2f4f9 0%, #EAEEFA 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f4f9), color-stop(100%,#EAEEFA));  
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f9', endColorstr='#EAEEFA',GradientType=0 );
    width:900px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

#barraCv .botonesBarraCv{
    left: 200px;
    position: absolute;
}

.resumenPrevioPostulantes{
    text-align: center;
}

.resumenPrevioSeleccionados{
    text-align: center;
}

.resumenPrevioCandidatos{
    text-align: center;
}

.resumenPrevioContratados{
    text-align: center;
}

.containerAlerta{
    -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
    background: #ebebeb;
    display:block;
    width:95%;
    margin:5px;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    padding:10px;
}

.containerAlerta .textoAlerta{
    float:left;
    width:55%;
    padding: 5px;
    position: relative;
}

.containerAlerta .textoAlerta .mainTitle a{
    color: #555555;
    font-size:16px;
    font-weight: bold;
    margin-bottom:2px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration: none;
}

.containerAlerta .textoAlerta .descTitle{
    color: #454545;
    font-size:10px;
    font-weight: bold;
}

.containerAlerta .boxAlerta{
    float: right;
    padding-right: 3px;
    padding-top: 5px;
    width: 35%;
}

.containerAlerta .boxAlerta .titleFecha{
    font-weight: bold;
    text-align:right;
    width: 100%;
    display: block;
    padding-right:5px;
    color:#454545;
    font-size:12px;
}
.containerAlerta .boxAlerta .textoFecha{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 3px;
    text-align:right;
    width: 100%;
    display: block;
}
.containerAlerta .boxAlerta .boxCerrado {
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 13px;
    margin: 2px 0 3px 5px;
    padding: 3px 6px;
    position: relative;
    text-align:right;
}

.containerAlerta .boxAlerta .boxFecha{
    border-radius: 3px 3px 3px 3px;
    position: relative;
    display:inline-block;
    height:35px;
    width:40px;
    border: 4px solid #e2e2e2;
    text-align: center;
    float:right;
}

.responsable{
    background: -moz-linear-gradient(top, #EBEBEB 0%, #CCCCCC 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBEBEB), color-stop(100%,#CCCCCC));  
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#CCCCCC',GradientType=0 );
    border: 1px solid #b2b2b2;
    border-radius: 3px 3px 3px 3px;
    color: #454545;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 100%;
    line-height: 17px;
    overflow: visible;
    padding: 3px 10px 3px 8px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}

.responsable img{
    border: medium none;
    height: 16px;
    margin: 0 3px -3px 0 !important;
    padding: 0;
    width: 16px;
    -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
}

.containerAlerta .textoAlerta .estado{
    position: absolute;
    bottom:10px;
    right:10px;
}

.terminos{
    width:700px;
    height:400px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 1px solid #454545;
}

.terminos h1{
    font-size:16px;
    font-weight:bold;
    color: #545454;
    padding:15px;
    text-align:left;
}
.terminos p{
    font-size:10px;
    font-weight: normal;
    color: #000000;
    line-height: 12px;
    margin-top:10px;
    margin-bottom:5px;
}
.terminos .texto{
    height:420px;
    overflow-x:auto;
    padding:15px;
    text-align:left;
}

.tableContentPregunta{
    width: 90%;
    margin-bottom:30px;
}

.tableContentPregunta th{
    height:30px;
    vertical-align: middle;
    padding: 10px 10px 10px 15px;
    border-right:1px solid #FFFFFF;
    font-weight: bold;
    color: #545454;
    background: none repeat scroll 0 0 #F3F3F3;
}

.tableContentPregunta td{
    height:30px;
    vertical-align: middle;
    padding: 10px 10px 10px 15px;
    border-right:1px solid #FFFFFF;
    font-weight: normal;
    color: #545454;
}

.tableContentPregunta  tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.tableContentPregunta  tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F3F3F3;
}
.tableContentPregunta  tr:nth-child(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}

.textoPregunta{
    font-weight: bold;
    color: #545454;
    font-size: 13px;
    margin-bottom:10px;
}

.tableContentRespuesta{
    width: 90%;
    margin-bottom:30px;
}

.tableContentRespuesta th{
    height:30px;
    vertical-align: middle;
    padding: 10px 10px 10px 15px;
    border-right:1px solid #FFFFFF;
    font-weight: bold;
    color: #545454;
    background: none repeat scroll 0 0 #F3F3F3;
}

.tableContentRespuesta td{
    height:30px;
    vertical-align: middle;
    border-right:1px solid #FFFFFF;
    font-weight: normal;
    color: #545454;
    padding-left:5px;
    padding-right:5px;
}

.tableContentRespuesta  tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.tableContentRespuesta  tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F3F3F3;
}
.tableContentRespuesta  tr:nth-child(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}

.label a.linkObjetoPrincipal{
    color: #eeeeee;
}

/* ------------------------------------------ */
/*                     Box                    */
/* ------------------------------------------ */
.box-stats {border: 4px solid #ccc; border-radius: 3px 3px 3px 3px; cursor: pointer; display: inline-block; margin-right: 5px; min-height: 80px; vertical-align: top; min-width: 120px;}
.box-stats .numero {color: #FFFFFF; font-size: 35px; font-weight: bold; line-height: 35px; min-height: 25px; min-width: 110px; padding: 15px 5px; text-align: center !important;}
.box-stats .texto {background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #555555, #444444); background-image: -ms-linear-gradient(top, #555555, #444444); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444)); background-image: -webkit-linear-gradient(top, #555555, #444444); background-image: -o-linear-gradient(top, #555555, #444444); background-image: linear-gradient(top, #555555, #444444); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#444444', endColorstr='#333333', GradientType=0); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); color: #FFFFFF; font-size: 12px; font-weight: bold; min-height: 15px; min-width: 114px; padding: 3px; text-align: center !important;}
.box-stats.alert-error.border-none {border-color: #F2DEDE}
.box-stats.alert-success.border-none {border-color:#DFF0D8}
.box-stats.alert-info.border-none{border-color:#D9EDF7}
.box-stats.alert-error .numero{color: #B94A48}
.box-stats.alert-success .numero{color: #468847}
.box-stats.alert-info .numero{color: #3A87AD}
.box-stats.ui-state-default .numero {color: #3A87AD;}
.box-stats.ui-state-highlight .numero {color: #B94A48}
.box-stats.ui-state-highlight .texto, .box-stats.ui-state-default .texto {text-shadow: none}
.box-stats.ui-state-default .texto {line-height: 18px}
.background-yellow{background-clip: padding-box; background: -moz-linear-gradient(top,#efa82d 0%, #e89c0f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efa82d), color-stop(100%,#e89c0f)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa82d', endColorstr='#e89c0f',GradientType=0 );}
.background-green{background-clip: padding-box; background: -moz-linear-gradient(top,#749B05 0%, #408000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#749B05), color-stop(100%,#408000)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749B05', endColorstr='#408000',GradientType=0 );}
.background-gray{background-clip: padding-box; background: -moz-linear-gradient(top,#666666 0%, #333333 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );}

/* ------------------------------------------ */
/*                     Mobile                 */
/* ------------------------------------------ */
.mobile-version {
    text-align: center;
}

.linkObjetoPrincipal {
	FONT-WEIGHT: bold; COLOR: #003366
}
.mouseOverEdit {
	BACKGROUND-COLOR: #c9e6f8
}
.mouseOverFila {
	BACKGROUND-COLOR: #BFFFC6
}
.linkObjetoPrincipalLight {
	COLOR: #003366
}
.linkSmallLight {
	FONT-SIZE: 9px; COLOR: #003366;  TEXT-DECORATION: underline
}
.linksBotonesTabla {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 2px; BACKGROUND-POSITION: center 50%; BORDER-TOP: #cccccc 1px solid; DISPLAY: block; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: middle; BORDER-LEFT: #cccccc 1px solid; COLOR: #005a91; PADDING-TOP: 2px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 20px; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center; TEXT-DECORATION: underline
}
.botonAccionTabla {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BACKGROUND-POSITION: center 50%; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; VERTICAL-ALIGN: middle; BORDER-LEFT: #cccccc 1px solid; CURSOR: pointer; COLOR: #003366; PADDING-TOP: 5px; BORDER-BOTTOM: #cccccc 1px solid;  BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center; TEXT-DECORATION: underline
}
.linkBreadCrumb {
	COLOR: #003366
}

.buttonPersonalizadoAceptar {
	BORDER-RIGHT: #336633 1px solid; BORDER-TOP: #336633 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #336633 1px solid; COLOR: #336633; BORDER-BOTTOM: #336633 1px solid; BACKGROUND-COLOR: #aad5b0
}

.botonNoAprobar {
	FONT-SIZE: 11px;
	COLOR: #9B5C09;
	BACKGROUND-COLOR: #EDD8A5;
	border: 1px solid #C4750B;
}
.botonCancelar {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #666666 1px solid; COLOR: #000033; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #E8E8E8}
.breadCrumb {
	FONT-SIZE: 11px;
	MARGIN-LEFT: 5px;
	COLOR: #333333;
	
}
.buttonPersonalizadoCancelar {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #666666 1px solid; COLOR: #000033; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #cccccc
}
.contenedorContactos {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #cccccc 1px solid;
}
.contenedorContactosMouseOver {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #cccccc 1px solid;  BACKGROUND-COLOR: #d8e7fc
}
.textoSmall {
	FONT-SIZE: 8px;
}
.textoSmall9 {
	FONT-SIZE: 9px;
}
.textoSmallBold {
	FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.tablaTitulosContactos {
	BORDER-RIGHT: #ffffff 1px solid; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-WEIGHT: bold; FONT-SIZE: 10px; PADDING-BOTTOM: 1px; COLOR: #000000; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #cccccc
}
.opcionesContacto {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 9px; BORDER-BOTTOM-COLOR: #cccccc; BORDER-LEFT: #cccccc 1px solid; COLOR: #666666;  BORDER-BOTTOM-STYLE: none
}
.eventosActivosMouseOver {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #cccccc 1px solid;  BACKGROUND-COLOR: #daebdb
}
.contenidoPanel {
	BORDER-RIGHT: #336699 1px solid; BORDER-TOP: #336699 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #336699 1px solid; COLOR: #666666; BORDER-BOTTOM: #336699 1px solid; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: justify
}
.contenidoPanel TD {
	PADDING-LEFT: 5px; VERTICAL-ALIGN: top; BACKGROUND-COLOR: #f7f7f7
}
.contenidoTabla {
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px; FONT-SIZE: 11px; BORDER-LEFT: 1px solid; COLOR: #666666; BORDER-BOTTOM: 1px solid; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: justify
}
.contenidoTabla TD {
	VERTICAL-ALIGN: top; BACKGROUND-COLOR: #f7f7f7
}
.tablaSinBordes {
font: Arial, Helvetica, sans-serif;
}
.tablaSinBordes TD {
	color: #868686;
	font-size: 10px;
}
.contenidoTablaFrm {
	BORDER-RIGHT: #79a7d2 1px solid; BORDER-TOP: #79a7d2 1px solid; BORDER-LEFT: #79a7d2 1px solid; BORDER-BOTTOM: #79a7d2 1px solid; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: justify
}
.contenidoTablaFrm TD {
	FONT-SIZE: 10px; VERTICAL-ALIGN: top; COLOR: #666666; HEIGHT: 20px; BACKGROUND-COLOR: #f7f7f7
}
.contenidoTablaFilaAlternativa {
	BACKGROUND-COLOR: #def4fa
}
.contenidoTablaFrm TH {
	FONT-SIZE: 11px; VERTICAL-ALIGN: top; COLOR: #000000; HEIGHT: 20px; BACKGROUND-COLOR: #d0e4ff
}
.contenidoTablaListado {
	BORDER-RIGHT: #79a7d2 1px solid; BORDER-TOP: #79a7d2 1px solid; BORDER-LEFT: #79a7d2 1px solid; BORDER-BOTTOM: #79a7d2 1px solid; BACKGROUND-COLOR: #ffffff;
}
.contenidoTablaListado TH {
	FONT-SIZE: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #003366;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #d0e4ff;
	font-weight: normal;
	text-transform: lowercase;
}
.contenidoTablaListado TD {
	FONT-SIZE: 8px; VERTICAL-ALIGN:middle;
}
.contenidoFilaUno {
background-color:#ffffff;
}
.contenidoFilaDos {
background-color:#F9F9F9;
}
.contenidoTablaFrm TD {
	FONT-SIZE: 10px; VERTICAL-ALIGN: top; COLOR: #666666; HEIGHT: 20px
}
.contenidoTablaFilaA {
	BACKGROUND-COLOR: #f7f7f7
}
.contenidoTablaFilaB {
	BACKGROUND-COLOR: #eef3fd
}

.tablaMenu {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 9px; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid;  BACKGROUND-COLOR: #f7f7f7; padding:3px;
}
.template {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; TEXT-TRANSFORM: capitalize; COLOR: #6caece; FONT-STYLE: normal;
}
.actAccion {
	FONT-SIZE: 9px; MARGIN-LEFT: 5px; COLOR: #6caece; FONT-STYLE: normal;
}
.containerBotones {
	PADDING-BOTTOM: 5px; PADDING-TOP: 10px
}
.containerModulo {
	BORDER-RIGHT: #79a7d2 1px solid; BORDER-TOP: #79a7d2 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #79a7d2 1px solid; COLOR: #666666; BORDER-BOTTOM: #79a7d2 1px solid; BACKGROUND-COLOR: #ffffff
}
.containerModuloNoBorder {
	BORDER-RIGHT: #79a7d2 1px solid; BORDER-TOP: #79a7d2 1px solid; FONT-SIZE: 0px; BORDER-LEFT: #79a7d2 1px solid; COLOR: #666666; BORDER-BOTTOM: #79a7d2 1px
}
.titleCabeceraCeleste {
	PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; VERTICAL-ALIGN: bottom; CURSOR: pointer; COLOR: #15428b; PADDING-TOP: 5px; BORDER-BOTTOM: #79a7d2 1px solid;  BACKGROUND-COLOR: #d0e4ff; TEXT-DECORATION: underline
}
.titleCabeceraCelesteSinLink {
	padding:2px;FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #15428b; BORDER-BOTTOM: #79a7d2 1px solid;  HEIGHT: 15px; BACKGROUND-COLOR: #d0e4ff; TEXT-DECORATION: none
}
.titleCabeceraNaranjaSinLink {
	padding:2px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FF6600;
	BORDER-BOTTOM: #79a7d2 1px solid;
	
	HEIGHT: 15px;
	BACKGROUND-COLOR: #FFE3B9;
	TEXT-DECORATION: none
}
.titleCabeceraGuindo {
	PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; VERTICAL-ALIGN: bottom; CURSOR: pointer; COLOR: #ffffff; PADDING-TOP: 5px; BORDER-BOTTOM: #79a7d2 1px solid;  BACKGROUND-COLOR: #d17575; TEXT-DECORATION: underline
}
.tipsAlert {
	BORDER-RIGHT: #fbcb39 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #fbcb39 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; BORDER-LEFT: #fbcb39 1px solid; COLOR: #15428b; PADDING-TOP: 4px; BORDER-BOTTOM: #fbcb39 1px solid; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: justify
}
.titleFooter {
	FONT-SIZE: 9px; VERTICAL-ALIGN: middle; COLOR: #15428b;  HEIGHT: 25px; BACKGROUND-COLOR: #d0e4ff; TEXT-ALIGN: right; TEXT-DECORATION: none
}
.filaOk{
	background-color: #DDF9E0;
}
.filaOk td{
	background-color: #DDF9E0 !important;
}
.filaImpresion{
	background-color: #CCCCCC;
}
.filaError{
	background-color: #F0E8B9;
}
.filaError td{
	background-color: #F0E8B9;
}
.filaEliminada{
	background-color: #F8BEAD;
}
.filaEliminada td{
	background-color: #F8BEAD;
}
.tituloError {
	
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	text-align:left;
}
.textoTitulo {
	
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 2px;
	text-align:left;
}
.tituloPagina {
	
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	text-align:left;
        width: 400px;
        margin-bottom:10px;
}
.contenidoError {
	
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	display: block;
	margin-top:1px;
	margin-right:15px;
	margin-left: 15px;
}
.tip {
	
	font-size: 10px;
	font-weight: normal;
	color: #6699CC;
	display: block;
	margin-top:1px;
	margin-right:20px;
	margin-left: 20px;
}
.containerResultadosOk{
	background-color: #E0F4DD;
	display: block;
	margin: 5px;
	padding: 2px;
	border: 1px solid #009900; 
}
.containerResultadosError{
	background-color: #FEEEEB;
	display: block;
	margin: 5px;
	padding: 2px;
	border: 1px solid #CC0000; 
}
.tablaEditable {
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #999999;
}
.tablaEditable TH {
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	HEIGHT: 15px;
	background:url(//egaz.sergaz.fr/imagenes/sprite.png) repeat-x 0 0;
	font-weight: bold;
	
}
.tablaEditable TD {
	FONT-SIZE: 10px; VERTICAL-ALIGN:middle;
}
.tablaPda {
	BACKGROUND-COLOR: #FFFFFF;
	border: 1px solid #999999;
}
.tablaPda TH {
	FONT-SIZE: 13px;
	VERTICAL-ALIGN: middle;
	COLOR: #666666;
	font-weight: bold;
	
	text-align: left;
	border-bottom: 1px solid #E9E9E9;
	border-left:1px dashed #DEDFDC;
	padding:4px;
	vertical-align: top;
}
.tablaPda TD {
	FONT-SIZE: 14px; VERTICAL-ALIGN:middle;
	background-color:#FFFFFF;
	border-bottom: 1px solid #E9E9E9;
	font-weight: bold;
	padding:2px;
	vertical-align: top;
	min-width:40px;
}
.tablaReporte {
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #999999;
}
.tablaReporteH1 {
	FONT-SIZE: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	HEIGHT: 15px;
	background:url(../../imagenes/sprite.png) repeat-x 0px -1300px;
	font-weight: bold;
	
}
.tablaReporteH2 {
	FONT-SIZE: 10px;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
	HEIGHT: 15px;
	background:url(../../imagenes/sprite.png) repeat-x 0px -1400px;
	font-weight: bold;
	
}
.tablaReporteH3 {
	FONT-SIZE: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	HEIGHT: 15px;
	background:url(../../imagenes/sprite.png) repeat-x 0px -2000px;
	font-weight: bold;
	
}
.tablaReporteH4 {
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	HEIGHT: 15px;
	background:url(../../imagenes/sprite.png) repeat-x 0px -100px;
	font-weight: bold;
	
}

.tablaReporte TD {
	FONT-SIZE: 10px; VERTICAL-ALIGN:middle;
}
.tablaFiltro {
	
	font-size: 8px;
	font-weight: bold;
	color: #999999;	
}
.tablaFiltro TD {
	
	font-size: 10px;
	font-weight: bold;
	color: #666666;	
	vertical-align:top;
}
.tablaFiltro TH {
	
	font-size: 10px;
	font-weight: bold;
	color: Black;
	vertical-align: top;
}

.tablaFiltro .span1{
    width: 60px !important;
}

.tablaFiltroi {
	
	font-size: 8px;
	font-weight: bold;
	color: #999999;
	border: none;
}
.tablaFiltroi TD {
	
	font-size: 10px;
	font-weight: bold;
	color: #666666;	
	vertical-align:top;
}
.tablaFiltroi TH {
	
	font-size: 10px;
	font-weight: bold;
	color: Black;
	vertical-align: top;
}
.formularioAgregar {
	margin: 15px;
}
.formularioAgregar TH {
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: middle;
	COLOR: #333333;
	font-weight: bold;
	text-align: left;
        padding:0px;
}
.formularioAgregar TD {
	FONT-SIZE: 10px; VERTICAL-ALIGN:middle;
        padding:5px;
}
.panelAltoFijo500{
	height: 500px;
	width: 98%;
	overflow: auto;
	margin: 10px;
}
.filaSeleccionadaImpar{
	background-color:#F5F9DF;
}
.filaSeleccionadaPar{
   background-color:#F5F9DF;
}

.containerVisita{
        border: 1px solid #939393;
        border-radius: 5px 5px 5px 5px;
        color: #333333;
        font-size: 10px;
        margin: 3px;
		margin-bottom: 10px;
		padding: 0px;
		background-color: #ffffff;
}
.containerVisitaOver{
	font-size: 10px;
	color: #333333;
	border: 1px solid #FF9900;
	margin:3px;
	padding:3px;
	background-color:#FBFBF4;
}
.containerVisitaImpresion{
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #DEE2FE;
	margin:3px;
	padding:3px;
}
.tituloHora{
	
	font-size: 9px;
	color: #003366;
	font-weight: bold;
}
.tablaVisitas {
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #999999;
}
.tablaVisitas TH {
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: middle;
	COLOR: #333333;
	HEIGHT: 20px;
	background:url(http://egaz.sergaz.fr/imagenes/sprite.png) repeat-x 0 0;
	font-weight: bold;
	
}
.tablaVisitas TD {
	FONT-SIZE: 10px;
	VERTICAL-ALIGN:middle;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	vertical-align:top;
}

.tablaFormulario {
	BACKGROUND-COLOR: #FFFFFF;
	
	border: 1px solid #DEE2FE;
}
.tablaFormulario TH {
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: middle;
	COLOR: #333333;
	font-weight: bold;
	background-color: #FBFBF4;
	text-align:left;
}
.tablaFormulario TD {
	FONT-SIZE: 11px;
	VERTICAL-ALIGN:middle;
	background-color: #FBFBF4;
	text-align:left;
}

.ocupadaNoAsignable{
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #FBD9B7;
	margin:0px;
	padding:2px;
	background-color:#FBFBF4;
}
.noLaboral{
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #003366;
	margin:3px;
	padding:2px;
	background-color:#F1F1FA;
}
.Pendiente{
	
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}
.Terminada{
	
	font-size: 10px;
	color: #009933;
	font-weight: bold;
}
.contenedorMapa{
	background-color: #999999;
	border: 1px solid #CCCCCC;
	width: 501px;	
}
.contenedorDetallesMapa{
	border: 1px solid #CCCCCC;
	width: 300px;
	margin:10px;
	padding:10px;
	
	font-size: 10px;
	color: #666666;
}
.loadingText{
	
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-align: center;	
	width:100%;
}
.containerMapaVisitas{
	background-color: #FFFFF0;
	height: 590px;
	width:  600px;
	border: 1px solid #E4E4E4;
	
	font-size: 10;
	color: #8FB2F2;
}
.containerFotos{
	width:900px;
	height:450px;
	padding:10px;
	overflow-y:auto;
	overflow-x:none;
	
	font-size: 10px;
	color: #666666;	
	border: 1px solid #999999;	
}

.fotoSeleccionable{
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;	
	margin:20px;
	padding:5px;
	background-color:#FFFFFF;
	cursor:pointer;cursor:hand;
	display:inline;
}

.fotoMouseOver{
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;	
	margin:20px;
	padding:5px;
	background-color:#B3BADD;
	cursor:hand;cursor:hand;
	display:inline;
}

.fotoSeleccionada{
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;	
	margin:20px;
	padding:5px;
	background-color:#A5CBA0;
	cursor:hand;cursor:hand;
	display:inline;
}
.cabeceraSeleccionFotos{
	width:900px;
	height:15px;
	
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #677CB4;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	padding:5px;
}
.containerEstadisticas{
	margin:10px;
}
.boxEstadisticas{
	
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	vertical-align: top;
	text-align:center;
	border: 1px solid #CCCCCC;    
	height:90px;
	width:100px;
}
.boxNumeroAzul{
	
	font-size: 25px;
	font-weight: bold;
	color: #0066CC;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.boxNumeroAzulSmall{
	
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.compteurImpresion{
	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.boxNumeroVerde{
	
	font-size: 25px;
	font-weight: bold;
	color: #339966;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.boxNumeroRojo{
	
	font-size: 25px;
	font-weight: bold;
	color: #CC3300;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.boxNumeroNaranja{
	
	font-size: 25px;
	font-weight: bold;
	color: #FF6600;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.boxNumeroGris{
	
	font-size: 25px;
	font-weight: bold;
	color: #999999;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.tablaVisitaImpresion{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE2FE;     
}
.textoInfoVisitaImpresion{
	
	font-size: 12px;
	color: #000000;
}

.puntoSobreMapa{
	height: 20px;
	width: 20px;
	
	font-size: 9px;
	font-weight: bold;
	color: #336699;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;	
	background:url(../../imagenes/punto20.png);
	background-repeat:  no-repeat;
}
.puntoSobreMapaListing{
	height: 20px;
	width: 20px;
	
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #336699;
}
.puntoSobreMapaOver{
	background-color: #FF0000;
	height: 20px;
	width: 20px;
	border: 1px solid #5181A8;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;	
}
.nombrePuntoMapa{
	background-color: #FFFFFF;
	border: 1px solid #5181A8;
	
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;	
}
.panelControlMapas{
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	height: 50px;
	width: 100%;
	filter: Alpha(Opacity=80);
}
.puntoCasaMapa{
	background-color: #FFFFFF;
	height: 24px;
	width: 24px;
	border: 1px solid #336699;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;	
}
.numCounter{
	
	font-size: 24px;
	font-weight: bold;
	color: #0099FF;
}
.textCounter{
	
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
.panelLeft{
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	height: 640px;
	width: 10px;
	filter: Alpha(Opacity=80);
}
.panelBottom{
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	height: 10px;
	width: 100%;
	filter: Alpha(Opacity=80);
}
.loading1st{
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	filter: Alpha(Opacity=80);
}
.tablaCalendario{
	
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
}
.tablaCalendario TH{
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;
	text-align: center;
	padding:3px;	
	border-right:1px solid #CCCCCC;	
}
.tablaCalendario TD{
	
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding:2px;
	border-right:1px solid #CCCCCC;
}
.tablaCalendarioBody{
	
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
}
.tablaCalendarioBodyThDia{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding:3px;
	border-right:1px solid #CCCCCC;
	
	background-color: #838282;
}
.tablaCalendarioBody TH{
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	text-align: center;
	padding:3px;
	border-right:1px solid #CCCCCC;
	
	background-color: #EFEFEF;
}
.tablaCalendarioBody TD{
	
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding:1px;
        border-right: 1px solid #F2F2F2;
}
.tablaCalendarioTd{
	
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding:2px;
	border-right:1px solid #CCCCCC;
}
.ocupadaOk{
	
	font-size: 10px;
	font-weight: normal;
	color: #339966;
	background-color: #C6E4B1;	
	margin:0px;
}
.ocupadaError{
	
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	background-color: #E8AC9B;	
	margin-bottom:2px;
}
.planOk{
	background-color:#C6E4B1;
}

.planNoOk{
	background-color:#F38076;
}

.citaPorConfirmar{
	
	font-size: 9px;
	color: #003366;
	background-color: #DDE8FB;
	padding: 2px;
	border: 1px solid #003366;
	text-align: left;
	height: auto;
}
.citaConfirmada{
	
	font-size: 9px;
	color: #333333;
	background-color: #D0FDDA;
	padding: 2px;
	border: 1px solid #009933;
	text-align:left		
}
.citaOtroEstado{
	
	font-size: 9px;
	color: #333333;
	background-color: #FFE8BD;
	padding: 2px;
	border: 1px solid #CC3300;
	text-align: left;
}
.contenidoCitas{
	
	font-size: 12px;
	color: #434E58;
}
.libre{
	
	font-size: 9px;
	color: #E2E2E2;
	text-align: center;
}
.cuadroTextoInter {
	display: block;
	color: #FF6600;
	padding: 3px;
	border: 1px solid #FF6600;
	background-color: #FAF7F1;
	font-weight: normal;
	font-size: 9px;
}
.cuadroTextoVisit {
	display: block;
	color: #6495ED;
	padding: 3px;
	border: 1px solid #6495ED;
	background-color: #F1F5FE;
	font-weight: normal;
	font-size: 9px;
}
.daoOk{
	font-weight: bold;
	color: #009F28;	
}
.daoPendiente{
	font-weight: bold;
	color: #FF6600;
}

.filaPlanning{
    
    font-size: 12px;
    color: #333333;
    padding: 2px;
    text-align:left;
    border: 1px solid #ede7d5;
    background-color: #fcf9ef;
}

.filaPlanningBottom{
    
    font-size: 12px;
    color: #333333;
    padding: 2px;
    text-align:left;
    border: 1px solid #ede7d5;
    background-color: #fcf9ef;
}

.CITA_POR_CONFIRMAR{
	background-color: #FBFCE4 !important;
	border: 1px solid #E8DD17 !important;
}
.CITA_POR_CONFIRMAR_MORADA{
	background-color: #9ea0fc !important;
	border: 1px solid #820de8 !important;
}
.CITA_CONFIRMADA{
	background-color: #E2F5FE !important;
	border: 1px solid #336699 !important;
}
.CITA_CON_CORREO{
	background-color: #D0FDDA !important;
	border: 1px solid #33CC66 !important;
}
.CON_FECHAS_CAMBIADAS{
    background-color: #d8caff !important;
    border: 1px solid #352564;
}
.MEDIDOR_NO_CONFORME{
	background-color: #FF9B9B !important;
	border: 1px solid #FF0000 !important;
}
.MEDIDOR_NO_CONFORME_CORREO{
	background-color: #FEEDED !important;
	border: 1px solid #FF0000 !important;
}
.CITA_POR_REPROGRAMAR{
	background-color: #FFD9B3 !important;
	border: 1px solid #FF9900 !important;
}
.CITA_ANULADA_GDF{
	background-color: #97CBFF !important;
	border: 1px solid #3399FF !important;
}
.PROGRAMAR_REPOSE{
	background-color: #F1D8EF !important;
	border: 1px solid #CC33CC !important;
}
.INTERVENCION_OK{
	background-color: #C2DDBF !important;
	border: 1px solid #006600 !important;
}

.INTERVENCION_OK_CORREO{
	background-color: #cff5cd !important;
	border: 1px solid #012601;
}

.COLLABORATEUR{
	background-color: #EFEEEB !important;
	border: 1px solid #006600 !important;
}

.historicoBotonIzquierdo{
	width:100px;
	text-align:left;
	cursor:pointer;cursor:hand;
	
}
.historicoFastBackward{
	font-size:48px;
	color:green;
}
.historicoBotonDerecho{
	width:50px;
	text-align:right;
	cursor:pointer;cursor:hand;
}
.navegacionHistorico{
	
	display:inline;
	width:100%;
	color:#666666;
	font-size:30px;
	text-align:center;
}

.tablaMedidores{
	padding: 0;
	margin: 0;
	vertical-align:top;
	font-size:  12px;
}
.tablaMedidores th{
	border-top: 0;
	background: #fff;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 35%;
	text-align: left;
}
.tablaMedidores th.alt{
	border-top: 0;
	background: #f5fafa;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
.tablaMedidores td{
	border-right: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: left;
	width: 65%;
}	

.tablaMedidores td.alt{
	background: #F5FAFA;
	color: #797268;
	text-align: left;
	width: 65%;
}
/**

NUEVO CSS V2.0

**/

.input-mandatory{
	border-left:2px solid #FFD41F !important;
}

/***********************************************/
/*************  TEXT EDITOR       ****************/
/***********************************************/
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
} 
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
} 
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}

ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}
.wysiwyg-color-black {
  color: black;
}

.wysiwyg-color-silver {
  color: silver;
}

.wysiwyg-color-gray {
  color: gray;
}

.wysiwyg-color-white {
  color: white;
}

.wysiwyg-color-maroon {
  color: maroon;
}

.wysiwyg-color-red {
  color: red;
}

.wysiwyg-color-purple {
  color: purple;
}

.wysiwyg-color-fuchsia {
  color: fuchsia;
}

.wysiwyg-color-green {
  color: green;
}

.wysiwyg-color-lime {
  color: lime;
}

.wysiwyg-color-olive {
  color: olive;
}

.wysiwyg-color-yellow {
  color: yellow;
}

.wysiwyg-color-navy {
  color: navy;
}

.wysiwyg-color-blue {
  color: blue;
}

.wysiwyg-color-teal {
  color: teal;
}

.wysiwyg-color-aqua {
  color: aqua;
}

.wysiwyg-color-orange {
  color: orange;
}

li.sortable-placeholder {
    background: none repeat scroll 0 0 transparent;
    border: 1px dashed #CCCCCC;
    background-color: #ccff99;
    height: 75px;
}

.titleGI{
    color: #428bca;
    text-decoration: none;
    font-size: 40px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    display:inline;
}
.titleGIDisabled{
    color: #ededed;
    text-decoration: none;
    font-size: 40px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    display:inline;
}

.titleGIDisabled:hover{
    color: #efa617;
    text-decoration: none;
}
.titleGI:hover{
    color: #428bca;
    text-decoration: none;
}

.titleGIDisabledPanel{
    color: #cccccc;
    text-decoration: none;
    font-size: 40px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    display:inline;
}

.titleGIDisabledPanel:hover{
    color: #efa617;
    text-decoration: none;
}

/* Filtros
***********************************************************/
.filtros .form-vertical div[class^='col'],.filtros .form-vertical div[class^='col']{
    padding:0;
}
/* Alertas
******************************************************************************/
.dropdown-menu.max-z-index{
    z-index:9999;
}
.dropdown.nohover{
    min-width:50px;
}
.dropdown.nohover a.dropdown-toggle{
    text-align:right;
}
.dropdown.nohover .modal-header{
    padding-top:10px;
    padding-bottom:10px;
}
.dmsg-panel{
    width:850px;
    padding:20px;
}
.dmsg-panel.modal-body{
    padding:0;
    margin:10px;
    max-height: 440px;
    overflow-y: auto;
    position: relative;
}
.dmsg-panel .checkbox-reference{
    display: inline-block;
    margin-top: 0;
    width: 10%;
}
.dmsg-panel .form-horizontal .form-group{
    margin-bottom:5px;
    margin-left:0px;
    margin-right:0px
}
.dmsg-panel .form-horizontal .form-group.subject-group .col-md-3{
    width: 20.2%;
}
.dmsg-panel .form-horizontal .form-group.subject-group .col-md-7{
    width: 78.4%;
}
.dmsg-panel .form-horizontal .control-label{
    
}
.dmsg-panel .form-horizontal .controls{
    margin-left:150px;
}
.dmsg-panel .form-horizontal input.input-large{
    width:200px;
}
.dmsg-panel .form-horizontal .input-xlarge{
    width:520px;
}
.dmsg-panel .dmsg-subject{
    color:#0088CC;
    text-transform:uppercase;
}
.dmsg-panel .dmsg-subject,.dmsg-panel .dmsg-message{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space:nowrap;
}
.dmsg-panel .btn.btn-default{
    text-shadow:none;
}

.dmsg-footer.modal-footer{
    margin-top:0;
}
.dmsg-footer a{
    line-height:30px;
    text-transform: uppercase;
}
.dropdown-menu.nohover li:hover .sub-menu {
    visibility: hidden;
}

.dropdown.nohover:hover .dropdown-menu {
    display: none;
}
.dropdown.nohover.open:hover .dropdown-menu {
    display: block;
}
.dmsg-panel.all-alerts{
    width:500px;
    margin:0px
}
.dmsg-panel .inline-block{
    width:49%;
}
.dmsg-panel hr{
    margin:5px 0;
}
.loader{
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 128px;
    left: 42%;
    margin: 0 auto 1em;
    position: absolute;
    top: 52%;
    width: 128px;
    display:none;
    z-index:9;
}
.loader.loading{
    background-image: url("../../imagenes/LoadingAjaxSmall.gif");
}
.loader.ok-result{
    background-image: url("../../imagenes/LoadingAjaxOk.png");
}
.all-alerts .well{
    width:484px;
    padding-bottom:7px;
    margin-bottom:0px;
    background-color: #FFFFFF;
    border-radius:0;
    border-top:none;
    padding-top:10px;
}
.all-alerts h5, .all-alerts p, .all-alerts div.span7, .all-alerts div.span5{
    margin:5px 0;
    min-height: 20px !important;
}
.all-alerts textarea.input-xlarge{
    height: 73px;
    width: 433px;
}
.all-alerts .well.not-read{
    background:none repeat scroll 0 0 rgba(237, 239, 245, 0.98);
}
.sender .dmsg-subject{
    font-weight: normal;
}
.dmsg-comment{
    border-bottom:1px solid #C9C9C9;
    padding:10px 0;
    margin-bottom:5px;
}
.modal-header.bg-dark{
    background-color:#55618A;
}
.modal-header.bg-dark h4{
    color:#FFFFFF;
    margin:0;
}
.modal-header.sms{
    min-height: 50px;
}
.modal-header.sms h4{
    margin-top: 4px;
}
.titleEnTablaAzul {
	color: #31708f !important;
	background-color: #d9edf7 !important;
	font-weight: bold !important;
	padding: 5px !important;
	font-size: 14px !important;
}

.titleEnTablaNaranja {
	color: #ec713c !important;
	background-color: #f6e5ce !important;
	font-weight: bold !important;
	padding: 5px !important;
	font-size: 14px !important;
}
.label-oscuro {
	background-color: #fef7f7;
	border: 1px solid #948e8e !important;
	color: #232222 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	margin-right: 5px !important;
}
.flotante-centro{
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}

.scroll-observaciones{
	overflow-y: auto;
	height: 220px;
}