/* CSS Document */

html, body {
	font-family:Tahoma;
	color:#666666;
	font-size:11px;
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#74D6E4;
	}

a:link {
	color: #FF3300;
	text-decoration:none;
	}
a:visited {
	color: #333333;
	text-decoration:none;
	}
a:hover {
	color: #000000;
	text-decoration:underline;
	}
a:active {
	color: #FF3300;
	text-decoration:none;
	}
	
/* Titulos */
.TituloPrincipal {
	font-size:26px;
	}
	
.SubTitulo {
	font-size:18px;
	line-height:18px;
	}

/* Top */
.TopFondoSuperior {
	background:url(../ima/top-fondo-01.jpg) center no-repeat;
	width:1013px;;
	height:92px;
	}

/* Contenido */
.ContenidoPrincipal {
	background:url(../ima/cont-fd-centro.jpg) top repeat-y;
	width:841px;
	text-align:justify;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	}
	
.TextoPeque {
	font-size:10px;
	color:#000000;
	}
	
.ContenidoInlges {
	color:#006699;
	}

.SombraIzquierda {
	background:url(../ima/sb-izq.jpg) top repeat-y;
		color:#0099FF;
	}

.SombraDerecha {
	background:url(../ima/sb-der.jpg) top repeat-y;
	color:#0099FF;
	}
	
.SeparadorHorizontal {
	background:url(../ima/separador-horizontal.jpg) left repeat-x;
	height:11px;
	display:block;
	}

.SeparadorVertical {
	background:url(../ima/separador-vertical.jpg) top repeat-y;
	width:3%;
	}
	
.Horarios {
	color:#333333;
	text-align:center;
	}
	
/* Base */
.Base {
	color:#333333;
	font-size:9px;
	font-family:Tahoma;
	background:url(../ima/bottom.jpg) center no-repeat;
	width:1013px;
	height:90px;
	text-align:center;
	}
	
.aBase,.aBase:link,.aBase:visited,.aBase:active {
	color:#333333 !important;
	text-decoration:none;
	}

.aBase:hover {
	color:#FF0000 !important;
	}
