/* PUCP Intranet II style sheet */

/* Define colores, letras y otros attributos de estilo  */

/* color de fondo de la pagina */
body { background-color: #FFFFFF;font-family: Arial Narrow; font-size: 10pt }
 
/* manejo del menu */
.pucpTablaMenu { align: right; border-width: 0; }
.pucpCeldaMenu {background: #4866ad; foreground: #FFFFFF; font-family: Arial; font-size: 8pt;}
.pucpRefMenu {color: #FFFFFF; text-decoration: none;}

/* ruta */
.pucpRuta { color: #a52a2a; font-family: Arial; font-size: 8pt; }

/* titulo */
.pucpTablaTitulo {border: 0px;  width: 100%; }
.pucpTitulo {font-family: Arial; font-size: 12pt; font-weight: bold; color:  #4866ad;}	

/* Informacion del registro */
.pucpInfReg {font-family: Arial; font-size: 10pt; font-weight: bold; color: #7189C4; }

/* boton */
.pucpBoton {border-width: 0;color: #FFFFFF; text-decoration: none; cursor: hand;}

/* subtitulo */
.pucpTablaSubTitulo {border: 0px;  width: 100%; background: #4866ad;}
.pucpSubTitulo {font-family: Arial; font-size: 10pt; color:  #FFFFFF}	

/* campos */
.pucpEtiq {font-family: Arial Narrow; font-size: 10pt }
.pucpEtiqOblig {font-family: Arial Narrow; font-size: 10pt; font-weight: bold; }
.pucpEtiqEdicion {font-family: Arial Narrow; font-size: 10pt; color:  #4866ad}
.pucpCampo {font-family: Arial; font-size: 8pt }
.pucpCriterio  {font-family: Arial Narrow; font-size: 10pt; color:  #4866ad}
.pucpValor  {font-family: Arial Narrow; font-size: 10pt }
.pucpError {font-family: Arial Narrow; font-size: 10pt ; color:red }

/* tablas */
.pucpCeldaTitulo {font-family: Arial Narrow; font-size: 10pt ; background: #7189C4; 
	color: #FFFFFF; height: 16pt;}
.pucpCeldaGris {font-family: Arial; font-size: 8pt ; background: Gainsboro;}
.pucpCelda {font-family: Arial; font-size: 8pt; background: White;}
.pucpNro {font-family: Arial; font-size: 8pt; color: DarkGray; width: 1%;}
.pucpCeldaTotal {font-family: Arial; font-size: 8pt; background: White; font-weight: bold;}
.pucpLinkCelda  {font-family: Arial; font-size: 8pt; text-decoration: none; background: White;}
.pucpLinkCeldaGris  {font-family: Arial; font-size: 8pt; text-decoration: none; background: Gainsboro;}
.pucpCeldaTituloEst {font-family: Arial Narrow; font-size: 10pt ; background:Gainsboro ; 
	color: black; height: 16pt;}
.pucpErrorCelda {font-family: Arial; font-size: 8pt ; color:red }

/* links */
.pucpLinkMenu  {font-family: Arial; font-size: 8pt; align: center;}
.pucpLink  {font-family: Arial; font-size: 10pt; text-decoration: none;}

/* Texto en los frames superiores de Internet e Intranet*/
.pucpTituloPUCP {font-family: Arial; font-size: 12pt; font-weight: bold; color:  #000000;}
.pucpTituloIcono {font-family: Arial; font-size: 8pt; color:  #000000;}
.pucpLogin {font-family: Arial; font-size: 10pt;}
.pucpUnificarClaves {font-family: Arial Narrow; font-size: 8pt; color:  #000000;}
.pucpCerrarSesion {font-family: Arial; font-size: 20pt; font-weight: bold; color:  #000000;}
.pucpException {font-family: Arial; font-size: 12pt }
.pucpMisComunicaciones {font-family: Arial; font-size: 10pt }

/* Mensajes estandares */
.pucpMensaje {font-family: Arial; font-size: 12pt }

/* Documentos */
.pucpTituloNoticia {font-family: Arial ; font-size: 10pt;}
.pucpSubTituloNoticia {font-family: Arial; font-size: 8pt; color: #4866AD }
.pucpNoticia {font-family: Arial; font-size: 8pt }
.pucpNoticiaInf {font-family: Arial; font-size: 8pt; color:#CC0000 }
.pucpVerNoticia {font-family: Arial ; font-size: 8pt }
.pucpTituloDoc {font-family: Arial, Helvetica, sans-serif ; font-size: 10pt; background: White; color: #4866AD}
.pucpDato {font-family: Arial, Helvetica, sans-serif ; font-size: 8pt}
.pucpDatoRes {font-family: Arial, Helvetica, sans-serif ; font-size: 8pt; color: #4866AD}

/* Info y Tips */
.pucpTablaInfo {background:#FFFFCC; border:1px solid #96965E; padding:5px;margin-top:12px;margin-botton:12px}
.pucpInfo {font-family: tahoma,sans-serif; font-size: 11px;}


/*Nuevos botones PUCP*/
button.pucpBotonCorto {
    border-bottom: 2px #761818 solid;
    border-right: 2px #761818 solid;
    border-top: 2px #BD4848 solid;
    border-left: 2px #BD4848 solid;
    FONT-FAMILY: sans-serif;
    background-color: #A40404;
    color: white;
    font-size: 8pt;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2px;
    margin-left: 2px;
    font-stretch: ultra-expanded;
    height: 18px;
    min-width: 77px;
    cursor:pointer;	
	font-weight:normal;
	white-space:nowrap;
}

button.pucpBotonLargo {
    border-bottom: 2px #761818 solid;
    border-right: 2px #761818 solid;
    border-top: 2px #BD4848 solid;
    border-left: 2px #BD4848 solid;
    FONT-FAMILY: sans-serif;
    background-color: #A40404;
    color: white;
    font-size: 8pt;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2px;
    margin-left: 2px;
    font-stretch: ultra-expanded;
    height: 18px;
    WIDTH: 135px;     
    cursor:pointer;	
	font-weight:normal;
	white-space:nowrap;
}
