@charset "utf-8";
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	list-style:none;	
	}
body{
	margin:0;
	padding:0;
	background-color: #CF010D;
}
.pie{
	font-size:10px !important;
	}
.indice{
	padding-right:10px !important;
	width:658px;
	height:280px;
	overflow:auto;
	text-align:justify;
	}
.conte{
	padding-right:10px !important;
	width:300px;
	height:190px;
	overflow:auto;
	text-align:justify;
	}
.estudiantes{
	padding-right:10px !important;
	width:300px;
	height:230px;
	overflow:auto;
	text-align:justify;
	}
.menu_abajo {
	color: #2C1500;
	font-weight: bold;
	text-align:center;
	}
a{
	color:#2C1500;
	}
.centro{
	text-align:center;
	}
.izq{
	text-align:left !important;
	}
.titulo {
	font-weight: bold;
	color: #CF010D;
}
.subtitulo {
	font-style: italic;
	font-weight: bold;
	color:#333333;
}
.itinerario {
	font-weight: bold;
	color:#2C1500;
}
.menu_opciones {
	font-weight: bold;
	color: #CF010D;
	text-align:left;
}
.menu_opciones a:link{
	color:#AAAAAA;
	}
.menu_opciones a:visited{
	color:#AAAAAA;
	}
.menu_opciones a:hover{
	color: #CF010D;
	}