* {
	margin: 0;
	padding: 0;
}
body {
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	/*background-image: url(../images/fondo.jpg);*/
}
#sub01 {
	display: none;
}
#contenedor {
/*width: 766px;		*/
/*	width: 760px;                        ESTE ES EL ANCHO del contenedor*/
/*	width: 75%;                         ESTE ES EL ANCHO del contenedor*/
	margin: 0 auto;
}
#cabecera {
	/*background: url(../images/cabecera.gif) no-repeat;
	height: 37px;*/
	text-align: center;
}
#contenido {
/*	background-image: url(../images/contenido.jpg);*/
	padding: 0px 20px;
}
#menu {
	background-image:	url(../images/menu_r2_c1.jpg);
	float: left;
	margin-right: 5px;
	/*width: 189px; */  /* ESTE ES EL ANCHO DEL MENU*/
	width: 189px;
	
}
#menu .titulo{
	background-image:url(../images/menu_r1_c1.jpg);
	height:22px;
	color:#FFF;
	padding:10px 0 0 3em;
}
#menu .pie{
	background-image:url(../images/menu_r3_c1.jpg);
	height:10px;
}
#menu ul {
	margin:5px 10px;
	list-style: none;
}

#menu li{
		margin:2px 0;
}
#menu li a {
	color: #003399;
	display: block;
	zoom: 1;
}
#menu li a:hover {
	color: #F00;
	background-color: #FFC;
}
#cuerpo {
	float: left;
	/*width: 525px;*/
/*	width::630px;  */                      /*ANCHO DEL CUERPO*/
	width::930px;  
	font-size: 9pt;
/*	overflow: auto;*/
	height: 360px;
}

#pie {
/*	background: url(../images/pie.gif);*/
	height: 37px;
	clear: both;
	text-align: center;
}

#tituloCab {
	background-image:url(../../img/bg_head_middlered04.jpg);
	height:135px;
	font-size: 11pt;
	padding: 5px 0 0 50px;
	color:#FFF;
	font-weight: bold;
	border: 2px solid #000;
	margin: 0 auto 10px auto;
}

#tituloReport {
	background-color:#316AC5;	
	font-size: 11pt;
	padding: 5px 0 0 50px;
	color:#FFF;
	font-weight: bold;
	border: 2px solid #000;
	margin: 0 auto 10px auto;
}

#datos {
	text-align: center;
}
a, a:visited {
	font-size: small;
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	color: #FF0000;
}
#logo {
	float: left;
	text-align: center;
}
fieldset {
	padding: 5px;
}
#olvido {
	display: none;
}
#menu img {
}
#evaluacion {
	text-align: justify;
}
.rowTitulo {
	background: #ff0;
	color: red;
	text-transform: uppercase;
}
.rowPregunta {
}

.nota {
	color: #FF0000;
}
label {
	margin: 8px 0;
	display: block;
}

.mbueno {
	background-color: #CFC;
	width:25%;
}
.bueno {	
	background-color: #FFC;
	width:25%;
}
.regular {
	background-color: #FC9;
	width:25%;
}
.malo {
	background-color: #F33;
	width:25%;
}

TABLE{
	font-size:12px;
	font-weight:bold;
}
TH{
	background:#009;
	color:#FFF;
	padding:2px 0;
	font-size:12px;
}
TR.resalta {
	background: #FFC;
	cursor:default;
}

TD {
	padding: 3px;
}

#tblPersonal tr:hover{
	background-color:#CCFF66;
	}
	
#btnSiguiente{
	width:100px;
	height:39px;
	font-weight:bold;
}

#rowCompetencia{
	background-color:#6E94C3;
	color:#FFF;
	text-transform:uppercase;
	font-family:cursive;
}

.rowRespuesta {
	text-align: justify;
	font-weight: normal;
	font-family: arial-narrow;
	font-size: 15px;
}

.divForDeb{
	background-color: #FFFFD5;
	width: 52%;	
	margin-left: 287px;
	margin-top: 16px;
	padding: 5px;
	text-align: center;
	border: #946201;
	border-style: solid;
}

.seleccion {
	font-weight: bold;
	font-size: 10pt;
}
.seleccion tr:hover{
 	background-color:#CF0;
}

.btnOK{
	background-color: #4D90FE;
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	border: 1px solid #3079ED;
	 overflow: hidden;
    position: relative;
	color:#FFF;
	height:29px;
	font-weight:bold;
	width:9em;
}

.txtPeso{
	background-color: #8BB033;
    color: #FFFFFF;
    font-weight: bold;
}

#tblEvaluadoresGrupales tr td:last-child{
	background-color: #4D90FE;
	color:#FFF;
}

.filtroBusqueda{
	border: 1px solid #000000;
    line-height: 1px;
    margin-bottom: 12px;
    padding: 8px;
	background: none repeat scroll 0 0 #FFF7D2;
    color: #000099;
    text-transform: uppercase;
	font-family:Tahoma, Geneva, sans-serif;
}

