/* Escuela ESAE - IAR - SGM 2006 */
BODY {
	font-family:"Century Gothic",Verdana, Tahoma, Helvetica;
	font-size: 14px;
	background-color:#FFFFFF;
	background-image:url(img/fondo.jpg);
	background-repeat:repeat-x;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#cccccc);*/

}
table{ background-color:#FFFFFF;}
P, INPUT, TEXTAREA, TR, TH, TD {
	font-family: "Century Gothic", Verdana, Tahoma, Helvetica;
	font-size: 14px;
}

A {
	color: #5b6473;
	text-decoration: none;
}
A:hover {
	color: #999999;
	text-decoration: underline; 
}
/*estilos para los enlaces dentro del texto*/
.enlaces{
color:#0000ff;
}
.enlaces:hover{
color:#7777ff;
text-decoration:none;}
/* Estilos propios */
.tablaPrincipal {
	height: 100%;
	width: 80%;
	border: 1px solid #A40120;
	background-color: #FFFFFF;
}
.texto{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.flecha{
	
	padding-top:15px;
	
	text-align:left;
	vertical-align:top;
}
.texto2{
	
	padding-top:10px;
	padding-bottom:10px;
}
.Puntos{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.Titulo1{
	font-weight:bold;
	color:#0000FF;
}

.pie {
	height: 30px;
	width:766;
	background-image:url(img/pie.jpg);
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
.enlacepie{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;}
.tablaMenu{
	background-color:#1b06e3;
	color:#000000;
	height:30px;
}
.tablaMenu A{
	color:#FFFFFF;
}
.separador {
	width: 1px;
	background-color: #A40120;
}

.AFondo {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#1b06e3,endColorStr=#ffffff);
	background-color: #1b06e3;
	height: 30px;
}
.ATexto {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
.B {
	font-size: 17px;
	font-weight: bold;
	height: 30px;
	vertical-align: top;
}

/* Menu superior */
.menuSuperior {
	height: 20px;
}
.menuSuperiorElem {
	height: 20px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.menuSuperiorSeparador {
	width: 3px;
	/*background-color: #A40120;*/
}
.leyenda{
	font-weight:bold;
	font-size:16px;
	color:#0000FF;
}
.textopunto{
padding-bottom:10px;
padding-left:20px;
padding-top:10px;}
.linea1{
background-color:#77adff;}
.linea2{
background-color:#bbd6ff;}
#mensaje{color:#ff3300;text-align:center;}
.notas{
font-size:11px;
color:#CC0000;
}
.destacado{
font-size:14px;
color:#990033;
font-weight:bold;}