/*Table header text must not be empty*/
.accesibilidad-titCabeceraTablaVacio {
	color: #AFC0DE;
}

.hidden {
	display: none;
}

.scrollTabla {
	overflow: auto;
	/*overflow-x: hidden;*/
}

.ancho300 {
	width: 300px;
}

.alto75 {
	height: 75px;
}

.alto212 {
	height: 212px;
}

/* Elemento ancho 15% */
.ancho15 {
	width: 15%;
}
/* Elemento ancho 25% */
.ancho25 {
	width: 25%;
}
/* Elemento ancho 35% */
.ancho35 {
	width: 35%;
}
/* Elemento ancho 45% */
.ancho45 {
	width: 45%;
}

/* Elemento ancho 12% */
.ancho12 {
	width: 12%;
}
/* Elemento ancho 22% */
.ancho22 {
	width: 22%;
}
/* Elemento ancho 32% */
.ancho32 {
	width: 32%;
}
/* Elemento ancho 42% */
.ancho42 {
	width: 42%;
}
/* Elemento ancho 69% */
.ancho69 {
	width: 69%;
}
/* Elemento ancho 92% */
.ancho92 {
	width: 92%;
}
/* Elemento ancho 98% */
.ancho98 {
	width: 98%;
}

/*Necesario para que examinar e importar no se solapen*/
.padding35Izq {
	padding-left: 35px;
}

/* Espacio de 70px por arriba antes del elemento a dibujar*/
.padding70Sup {
	padding-top: 70px;
}

/* EDITOR DESHABILITADO*/
.editorDeshabilitado {
	height: 300px;
	width: 500px;
	overflow: auto;
	/*overflow-x:hidden;*/
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	padding: 5px;
	BACKGROUND-COLOR: #eeeeee;
	color: #808080;
}

/* Boton gris*/
.botonDeshabilitado {
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
	color: #808080;
}

.seemTd500PXAlignIzq {
	width: 500px;
	float: left;
	color: inherit;
	background: inherit;
}

.textarea {
	border-top: solid 2px #666666;
	border-left: solid 2px #666666;
	width: 500px;
	height: 300px;
	background-color: #EEEEEE;
	overflow: auto;
}

.textareaDescripcion {
	border-top: solid 2px #666666;
	border-left: solid 2px #666666;
	width: 600px;
	height: 100px;
	background-color: #EEEEEE;
	overflow: auto;
}

.textarea ol li {
	list-style-type: decimal;
}

.textarea ul li {
	list-style-type: disc;
}

.textarea p {
	text-indent: 20px
}

#cal1Container {
	position: absolute;
	display: none;
	z-index: 100;
}

#cal2Container {
	position: absolute;
	display: none;
	z-index: 100;
}

#cal3Container {
	position: absolute;
	display: none;
	z-index: 100;
}

#cal4Container {
	position: absolute;
	display: none;
	z-index: 100;
}

#cal5Container {
	position: absolute;
	display: none;
	z-index: 100;
}

#cal6Container {
	position: absolute;
	display: none;
	z-index: 100;
}

#cabecera {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
}

#imagenCabecera {
	background-image: url(../img/tab.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 24px;
	position: relative;
	top: -15px;
}

/* DISPLAY TAG */
#pagelinks {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
}

.anexosSecretariaVirtual {
	width: 12.35%;
	height: 90px;
	padding-right: 2.5%;
	float: left;
}