* {
	margin: 0;
	padding: 0;
}
HTML {
	height: 100%;
}

BODY {
	margin: 0;	
	padding: 0;
	color: #222222;
	height: 100%;
	font: 11px/14px Verdana, Arial;
	text-align: justify;
}

DIV {
	margin: 0;
	padding: 0;
	border: 0;
}

A {
	outline:none;
	color: #222;
	text-decoration: none;	
}

A:hover {
	color: #910A2B;
	text-decoration: underline;
}

FORM {
	margin: 0;
	padding: 0;
}

.Formulario INPUT:focus, .Formulario TEXTAREA:focus {
	alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: .6;
	opacity: 0.6;
}

IMG {
	border: 0;
}

H1 {
	color: #910A2B;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 10px;	
}


/* Intro */

.ContenedorIntro {
	width: 790px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;	
	margin-top: -300px;
	margin-left: -395px;
}

/* Home */



.ContenedorHome {
	width: 790px;
	overflow: hidden;
	padding-bottom: 30px;
	margin: 30px auto 0 auto;
	background: url(/imagenes/contenedor_fondo.gif) no-repeat right bottom;
}

	.ContenedorHome .FlashHome {
		width: 790px;
		height: 340px;
	}
	
	.ContenedorHome .ContenidoHome {
	
	}
	
		.ContenedorHome .ContenidoHome .FotoHome {
			float: left;
			height: 259px;
			background: url(/imagenes/home_fondo.jpg) no-repeat;
			width: 170px;
		}
		
		.ContenedorHome .ContenidoHome .TextoHome {
			padding-top: 20px;
			font-size: 11px;
			width: 364px;
			margin-left: 170px;
		}
		

/* Pie */

.Pie {
	border-top: 1px solid #CCC;
	width: 790px;
	margin: 0 auto;
	font-size: 10px;
	text-align: left;
	word-spacing: -1px;
}

	.Pie .Empresa {
		height: 20px;
		line-height: 20px;
		float: left;
		width: 170px;
		text-align: center;
	}

	.Pie .Direccion {
		height: 20px;
		line-height: 20px;
		float: left;
		width: 374px;
	}

	.Pie .Telefono {
		background: url(/imagenes/bolita1.gif) no-repeat;
		padding-left: 23px;
		height: 20px;
		line-height: 20px;
		float: left;
		font-size: 11px;
		width: 100px;
	}

	.Pie .Mail {
		background: url(/imagenes/bolita2.gif) no-repeat;
		padding-left: 23px;
		height: 20px;
		line-height: 20px;
		float: left;
		font-size: 11px;
		width: 100px;
	}
	
		.Pie .Mail A {
			color: #222;
			text-decoration: none;
		}

		.Pie .Mail A:hover {
			color: #910A2B;
			text-decoration: underline;
		}


/* Top */

.Top {
	height: 125px;
	width: 790px;
	margin: 0 auto;
	background: url(/imagenes/top.jpg) no-repeat;
	margin-top: 30px;
	border-top: 1px solid #CCC;
}

/* Contenido */	

.Contenido {
	width: 790px;
	margin: 25px auto 0 auto;
	padding-bottom: 25px;
	background: url(/imagenes/contenedor_fondo.gif) no-repeat right bottom;
}

/* Menús */

.Menu {
	height: 25px;
	width: 790px;
	margin: 0 auto;
	background: url(/imagenes/menu_fondo.jpg) no-repeat;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

	.Menu UL {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		
		.Menu UL LI {
			float: left;
			margin: 0;
			padding: 0;
		}

			.Menu UL LI .Opcion {
				height: 25px;
				padding-left: 7px;
				padding-right: 7px;
				float: left;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				color: #222;
				line-height: 25px;
			}

			.Menu UL LI .Opcion A {
				text-decoration: none;
				color: #222;
			}

			.Menu UL LI .Opcion A:hover {
				text-decoration: none;
				color: #910a2b;
			}

			.Menu UL LI .Opcion .Seleccionado {
				color: #910a2b;
			}
			
			.Menu UL LI .Borde {
				border-left: 1px solid #CCC;
				float: left;
				height: 25px;
				width: 1px;		
			}

.Submenu {			
	background: #910a2b url(imagenes/submenu_fondo.gif) no-repeat;
	height: 35px;
	width: 550px;
	margin-bottom: 20px;
	padding: 0 20px;
	color: #FFF;
	line-height: 35px;
}
		
	.Submenu .Opcion {
		font-size: 12px;				
		margin-right: 10px;
		float: left;
	}
			
	.Submenu .Opcion A {
		color: #FFF;
		background: url(/imagenes/sub.gif) no-repeat left center;
		padding-left: 18px;
	}
			
	.Submenu .Opcion A:hover {
		color: #FFF;
		background: url(/imagenes/sub_seleccionado.gif) no-repeat left center;
		text-decoration: none;
		padding-left: 18px;
	}

	.Submenu .Opcion A.Seleccionado {
		color: #FFF;
		background: url(/imagenes/sub_seleccionado.gif) no-repeat left center;
		text-decoration: none;
		padding-left: 18px;
	}
		
	.Submenu .Titulo {
		font-weight: bold;
		font-size: 14px;
		float: right;
		padding: 0 10px;
	}

/* Estilos  */
	
.ColumnaIzq {
	width: 180px;
	border-right: 1px solid #ccc;
	vertical-align: top;
}	

.ColumnaDcha {
	width: 590px;
	padding-left: 20px;
	vertical-align: top;	
}

.ColumnaTexto {
	width: 390px;
	padding-right: 20px;	
	border-right: 1px solid #CCC;
	vertical-align: top;
} 

.BordeFoto {
	height: 20px;
	border-top: 1px solid #CCC;
	margin-top: 20px;
	width: 163px;
}

.Escuela {
	margin-top: 10px;
	margin-bottom: 10px;
}

.Escuela .Acceso {
	width: 200px;
	padding-left:20px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 10px;
}

.Escuela .Acceso A {
	color: #910A2B;
	text-decoration: none;
}

.Escuela .Acceso A:hover {
	color: #910A2B;
	text-decoration: underline;
}

.Flecha {
	background: url(/imagenes/flecha.gif) no-repeat 0 center;
	padding-left: 30px;
}

.CuadroGris {
	background: #DDD;	
	margin-top: 100px;
	padding: 10px;
}

	.CuadroGris .Recuerda {
		color: #910a2b;
	}
	
	.CuadroGris .Tip {
		background: url(/imagenes/tip.gif) no-repeat;
		padding-left: 15px;
	}

.Nota {
	color: #910a2b;
}

.BordePaso {
	height: 15px;
	border-top: 1px solid #CCC;
	margin-top: 15px;
	width: 167px;
	margin-left: 20px;
	
}

.Paso {
	height: 80px;
	line-height: 80px;
}
	.Paso .Numero {
		float: left;
		width: 20px;
		margin-right: -165px;
		text-align: center;
	}
	
	.Paso .Imagen {
		margin-left: 20px;
		width: 165px;
		height: 80px;
		border: 1px solid #CCC;
	}

/* ############################### FORMULARIO DE CONTACTO ############################### */


.TopFormulario {
	width: 100%;
	height: 115px;
	background: url(imagenes/top_formulario.jpg) no-repeat right;
	border-bottom: 4px solid #910a2b;
}

.Formulario {
	font: 13px Verdana, Arial;
	color: #333;
	width: 450px;
	margin: 40px auto;
}

.Formulario LABEL {
	float: left;
	width: 80px;
	height: 25px;
	line-height: 25px;
}

.Formulario INPUT {
	width: 370px;
	_width: 365px;
	height: 25px;
	background: #f4e7ea;
	color: #333;
	line-height: 25px;
	font: 13px Verdana, Arial;
	border: 0;
	border-bottom: 1px solid #910a2b;
}



.Formulario TEXTAREA {
	width: 370px;
	_width: 365px;
	height: 100px;
	background: #f4e7ea;
	font: 13px Verdana, Arial;
	color: #333;
	border: 0;
	border-bottom: 1px solid #910a2b;
	overflow: auto;
}

.Formulario .DosColumnas {
	width: 450px;
	margin: 0 auto;	
	height: 40px;
}

	.Formulario .DosColumnas .Izquierda {
		float: left;
		width: 233px;
		height: 40px;
		margin-right: -225px;
	}
	
	.Formulario .DosColumnas .Derecha {
		text-align: right;
		width: 225px;
		height: 40px;
		margin-left: 220px;
	}
	

	.Formulario .DosColumnas INPUT {
		width: 140px;
		background: #f4e7ea;	
	}
	
	
	.Formulario .DosColumnas .Derecha LABEL {
		float: left;
		width: 80px;
	}

.Formulario BR {
	clear: left;
}

.Formulario .BotonEnviar {
	text-align: right;
	font-size: 13px;
}

	.Formulario .BotonEnviar A {
		text-decoration: none;
		color: #333;
	}

	.Formulario .BotonEnviar A:hover {
		text-decoration: none;
		color: #910a2b;
	}

.Enviado {
	padding-top: 50px;
	color: #910a2b;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.Gracias {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #333;
}

.BotonCerrar {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding-bottom: 20px;
}

.BotonCerrar A {
	color: #910a2b;
	text-decoration: underline;
}
		
.BotonCerrar A:hover {			
	color: #CCC;
	text-decoration: underline;
}

.TopCorreoRecibido {
	width: 100%;
	height: 115px;
	border-bottom: 4px solid #910a2b;
	text-align: right;
}

.CorreoRecibido {
	font: 13px Verdana, Arial;
	color: #333;
	width: 450px;
	margin: 30px 20px;
}

	.CorreoRecibido LABEL {
		color: #333;
		font-weight: bold;
	}

/* ############################### CALENDARIO DE CURSOS ############################### */


.TopCalendario {
	width: 100%;
	height: 115px;
	margin-bottom: 20px;
	background: url(imagenes/top_calendario.jpg) no-repeat right;
	border-bottom: 4px solid #910a2b;
}

.Acceso {
	width: 450px;
	margin: 0 auto;
}

.Acceso .Fila {
	width: 270px;
	height: 30px;
	margin: 0 auto;
}

.Acceso .BotonAcceder {
	width: 270px;
	height: 30px;
	text-align: right;
	margin: 0 auto;
}

.Acceso .Fila LABEL {
	float: left;
	width: 90px;
	height: 30px;
}

.Acceso .Fila INPUT {
	width: 170px;
}


.Agenda {
	color: #222222;
	font: 11px/14px Verdana, Arial;	
}
.AgendaCeldaActiva {
	border: 1px solid #910a2b;
	background: #FFF;
}
.AgendaCeldaActiva A {
	color: #910a2b;
	text-decoration: none;
}

.AgendaCeldaActiva A:hover {
	color: #910a2b;
	text-decoration: underline;
}

.AgendaCeldaConActo {
	color: #fff;
	background-color: #910a2b;
}
.AgendaCeldaConActo A {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.AgendaCeldaConActo A:hover {
	color: #fff;
	text-decoration: underline;
}
.AgendaCeldaSinActo {
	color: #910a2b;
	background: #f4e7ea;
}
.AgendaCeldaVacia {
	background-color: #EEEEEE;
}

.AgendaMes {
	color: #222222;
	font: 15px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-weight: bold;
	padding-bottom: 10px;
}

.CeldaAgenda {
	font: 13px Arial, Helvetica, sans-serif;
	color: #222222;
	text-align: center;
}

.Evento {
	margin-top: 10px;	
}

	.Evento TH {
		vertical-align: top;
		width: 90px;
		text-align: left;
	}
	
	.Evento TD {
		padding-bottom: 10px;
		text-align: justify;
	}
	
	.Evento .Nombre {
		color: #910a2b;
		font-weight: bold;
		padding-top: 2px;
	}










