/* CSS Document */

body, td, th, input, select, textarea, label {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
}

a img {
	border: 0px;
}

.mostrar {
	display: inherit;
}

.noMostrar {
	display: none;
}

.separador {
	color: #CCCCCC;
}

.cmdError {
	padding: 10px;
	border: 1px solid #8F0300;
	background-color: #FABABD;
}

div.cmdError img {
	margin-right: 4px;
}

.franjaSuperior {
	/*padding: 6px;*/
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	background-image: url(../images/imgCabecera.jpg);
	border-bottom: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 82px;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 15px;
}

.franjaSuperior a {
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
}

.franjaSuperior a:hover {
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

.menuLateral {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	vertical-align: top;
	background-color: #E5E5E5;
}

.linkMenu {
	padding-left: 15px;
	padding-right:10px;
	margin-left: 11px;
	background-image: url(../images/flecha_menu.jpg);
	background-repeat: no-repeat;
	color: #214592;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	display:block;	
}

html>body .linkMenu {

	padding-left: 22px;
	padding-right:10px;
	margin-left: 11px;
	background-image: url(../images/flecha_menu.jpg);
	background-repeat: no-repeat;
	color: #214592;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	display:block;	

}

.linkMenu:hover {
	/*width: 159px;
	color: #666666;
	font-size: 11px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border: 1px solid #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;*/
}


#linkActivo, #linkActivo:hover {
	/*width: 100%;
	color: #666666;
	font-size: 11px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;*/
	
	
	padding-right:10px;
	margin-left: 11px;
	background-image: url(../images/flecha_menu_activo.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	/*line-height: 20px;*/
	display:block;		
}


.contenido {
	padding: 12px;
}

.bloqueInterfaz {
	border: 1px solid #CCCCCC;
}

.headerBlInterfaz {
	padding: 5px;
	padding-left: 8px;
	font-weight: bold;


	background-color: #214592;
	height: 11px;
	color: #FFFFFF;
	font-size: 12px;

}

.contBlInterfaz {
	padding: 8px;
}

.boton {
	background-color: #375EB1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #375EB1;
	height: 20px;
}

#msgEnvio {
	color: #CC0000;
}

.msgValidacion, span.msgValidacion {
	color: #CC0000;
	margin-left: 5px;
	visibility: hidden;
}

fieldset {
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}

legend {
	padding-left: 4px;
	padding-right: 8px;
}

a.bloque {
	padding: 4px;
	display: block;
	height: 100%;
	width: 100px;
	text-align: center;
}

a.bloque:hover {
	padding: 3px;
	color: #000033;
	border: 1px solid #CCCCCC;
	background-color: #C5D8EB;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../images/bgBoton.jpg);
}

a.bloque img {
	border: 0px;
}

.tblResultados {
	border: 1px solid #DDDDDD;
	border-bottom: 0px;
}

table.tblResultados th, table.tblResultados th a {
	padding: 5px;
	height: 22px;
	background-color: #214592;
	height: 11px;
	color: #FFFFFF;
	font-size: 12px;
}

table.tblResultados td {
	padding: 5px;
	height: 22px;
	border-bottom: 1px solid #DDDDDD;
}

a.icono {
	padding: 3px;
}

a.icono:hover {
	padding: 2px;
	border: 1px solid #3366CC;
	background-color: #DFEBF7;
}

.tblBalance {
	border: 1px solid #DDDDDD;
}

.thBalance {
	padding: 3px;
	height: 24px;
	color: #666666;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #C5D8EB;
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/bgBoton.jpg);
}

.tdBalance {
	padding: 6px;
}

.tblPreguntas {
	margin-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
}

.tblOpciones {
	margin-bottom: 6px;
}

/* --------------------- */

.bgIzquierdo {
	/*background-image: url(../images/contenido/bg_izq_label.jpg);*/
	background-image: url(../images/bg_izq_label.jpg);	
	background-position: top right;
	background-repeat: repeat-y;
}	

.tabla_ppal {
	background-color: #FFFFFF;
}

body.inicial {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
}

.bgDerecho {
	background-image: url(../images/bg_der.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}