/*
 CSS del módulo de desempeño individual.
*/

/* Menu superior del Modulo desempeño individual */
a.menuDesempInd:link, a.menuDesempInd:visited
{
	font-size	: 11px;
 	color		: #123551;
	text-align      : left;
	text-decoration : none;
}

a.menuDesempInd:hover
{
	color           : #ffffff;
	background      : none;
}


/* Viñetas para las sugerencias */

/* Sugerencias (Conceptos)
 * */

.tema
{
       	background      :  url("../images/zaeta_azul.gif") no-repeat;
       	background-position : 30px 100% ;
}
.subtema
{
       	background      :  url("../images/circulo_verde.gif") no-repeat;
       	background-position : 50px 1px ;
}

/* Sugerencias (Interactivo)
 * */

.sugInt
{
       	background      :  url("../images/zaeta_roja.gif") no-repeat;
       	background-position : 45px 15px ;
}
.sugInt1
{
       	background      :  url("../images/circulo_naranja.gif") no-repeat;
       	background-position : 105px 1px ;
}

.zaeta_naranja
{

	background      : url("../images/zaeta_naranja.gif") no-repeat;
        background-position: 0% 0%;
}
.zaeta_azul
{       color           : #5c5c5c;
	line-height     : 18px;
	padding-left    : 10px;
	font-size       : 100%;
	padding-top     : 2px;
	padding-bottom  : 5px;
	background-image: url(../images/zaeta_azul.gif);
	background-repeat  : no-repeat;
	background-position: 130px 50%;

}

a.sugerenciasInter
{
       color            : #357b37;
}
a.sugerenciasInter:link,a.sugerenciasInter:visited
{
	font-size	: 11px;
	text-align      : left;
	text-decoration : underline;
}

a.sugerenciasInter:hover
{
        font-size	: 12px;
	background      : none;
}


/* Viñeta de el encabezado de la Tabla(Reporte de Exámenes del EVALUADOR)  */
.vineta
{
        padding-left: 17px;
	font-size: 110%;

	padding-bottom: 0px;
	background-image: url(../images/indent1.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
        vertical-align: top;
}
.lipaloma
{
   line-height: 15px;
   padding-left: 25px;
   padding-top:  0px;
   background-image: url(../images/indent1.png);
   background-repeat: no-repeat;
   background-position: 0px 3px;
}
a.sugerenciasInter:link,
a.sugerenciasInter:visited,
a.sugerenciasInter:hover
{
       color            : #000000;
       text-decoration  : none;

}
/* Botones para los reportes en Desp Ind - Contenido - */
.reportButton
{
	cursor          : pointer;
	font-size	: 12px;
 	color		: #123551;
	text-align      : center;
	text-decoration : none;
	border          : 1px solid #a6c5ea;
	background      : #e2ebfa;
	padding         : 3px;
	padding-right   : 3px;
	padding-left    : 3px;
}

.optionButton
{
	cursor          : pointer;
	font-size	: 12px;
 	color		: #123551;
	text-align      : center;
	text-decoration : none;
	border          : 1px solid #f0b67b;
	background      : #fbeed2;
	padding         : 3px;
	padding-right   : 3px;
	padding-left    : 3px;
}

.reportButton1
{
	color           : #ffffff;
	background      : #31507d;
	font-size	: 12px;
}

/*Desempeño Colectivo  */
.zaeta_naranjaColect
{
	line-height: 15px;
	padding-left: 20px;
	font-size: 100%;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../images/zaeta_naranja.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Prueba */
a.enlaceboton {    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 4px;
    background-color: #ffffcc;
    color: #666666;
    text-decoration: none;
}
a.enlaceboton:link,
a.enlaceboton:visited {
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #666666;
    border-left: 1px solid #cccccc;
    border-right: 2px solid #666666;
}
a.enlaceboton:hover {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #666666;
    border-right: 1px solid #cccccc;
    border-left: 2px solid #666666;
}


