@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: Nekst;
	src: url(../fonts/Nekst/Nekst_Regular.otf);
}

/* Inicio Mensajes Informativos */
.mensajes {
    background-color: #FFFFCC;
    clear: both;
    height: 24px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: none;
}


.textomensaje {
    height: 19px;
    border: 1px solid #98C6EA;
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 50px;
}

.iconoerror {
    height: 24px;
    background-image: url(../images/msg_error.png);
    float: left;
    width: 33px;
}
.iconoalerta {
    height: 24px;
    background-image: url(../images/msg_alerta.png);
    float: left;
    width: 33px;
}
.iconoinformativo {
    height: 24px;
    background-image: url(../images/msg_informativo.png);
    float: left;
    width: 33px;
}
.iconopregunta {
    height: 24px;
    background-image: url(../images/msg_pregunta.png);
    float: left;
    width: 33px;
}
.iconosatisfactorio {
    height: 24px;
    background-image: url(../images/msg_satisfactorio.png);
    float: left;
    width: 33px;
}
/* Fin Mensajes Informativos */ 
    
/* Inicio Miga de Pan */
    
#breadcrumb {
    background-image: url("img/bread/bc_bg.png");
    background-repeat: repeat-x;
    border: 1px solid #CACACA;
    color: #9B9B9B;
    font-family: Nekst;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#breadcrumb li {
    float: left;
    list-style-type: none;
    padding-left: 10px;
}

#breadcrumb a {
    background-image: url("img/bread/bc_separator.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #454545;
    display: block;
    height: 30px;
    padding-right: 15px;
    text-decoration: none;
}

.home {
    border: medium none;
    margin: 8px 0;
}

#breadcrumb a:hover {
    color: #35ACC5;
}
/* Fin Miga de Pan */