*{ /*Estilo aplicado a todos los elementos de página*/
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none; 
}

#cabecera_index {
	height: 126px;
	width: 95%;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(1m4g3n3s/cabeza-sine.png);
	background-repeat: no-repeat;
	background-position:center;
	border: 2px solid #482249;
}

.div_btn_sesion{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.enc_modulo {
	width: 95%;
	/*background-color: #ECE9F2;*/
	color: #29281F;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #FFF;
	float: none;
	height: 50px;
}

.enc_contenido {
	width: 95%;
	/*background-color: #ECE9F2;*/
	color: #29281F;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	float: none;
	height: 30px;
}

.div_botones{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
/*	border:dashed;*/
}

.botones ul li a{
/*	background-color: #39717C;*/
	color: #000;
	display: block;
	text-align: left;
	text-decoration: none;
	-webkit-transition: background-color 300ms ease-in 0s;
	-moz-transition: background-color 300ms ease-in 0s;
	-ms-transition: background-color 300ms ease-in 0s;
	-o-transition: background-color 300ms ease-in 0s;
	transition: background-color 300ms ease-in 0s;
	width: 100%;
	font-size: 16px;
/*	vertical-align: middle;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

.botones ul li a:hover {
/*	background-color: #A9D1DC;*/
	background-color: #D9F1FC;
	border: 1px groove #39717C;
	color: #000000;
	font-weight: bold;	
}

.botones ul li {
	display: block;
	border: 0px groove #000;
}

.tabla_btn {
	margin: 4px auto;
}

#div_form {
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#div_form .textStyl{
	font-size: 1.1em;
	font-weight: bold;
	width:190px;
	padding-left: 20px;
}

.campo{
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.resaltar{
/*	background-color: #A9D1DC;*/
	background-color: #D9F1FC;
}

#idTrHeader{
	background-color: #39717C;
	color: #FFF;
	font-size:12px;
}

.centrar{
	text-align: center;	
}

.padding_tabla{
	padding: 4px;	
}

.paddingLeft{
	padding-left: 10px;
}

.clsTablaAspirante{
	color: #19515C;
	font-weight: bold;
}


#navegacion {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 5px;
}

#navegacion ul {
	background-color: #304;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 42px;
}

#navegacion ul li {
	display: block;
	float: left;
}

#navegacion ul li a{
	background-color: #304;
	color: #FFF;
	font-size: 12px;
	display: block;
	width: 200px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 300ms ease-in 0s;
	-moz-transition: background-color 300ms ease-in 0s;
	-ms-transition: background-color 300ms ease-in 0s;
	-o-transition: background-color 300ms ease-in 0s;
	transition: background-color 300ms ease-in 0s;
	padding: 5px;
	height: 30px;
	border: 1px solid #555;
}

#navegacion ul li a:hover {
	background-color: #969;
	color: #000;
}

.cls_links tr {
	height:40px;
}

.cls_links td {
	padding: 3px;		
	}

.cls_td td {
	padding: 5px;		
	}