#body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../pics/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#content {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.top {
	background-color: #FFF;
	height: 70px;
	background-repeat: no-repeat;
	background-position: right;
}
.header {
	height: 140px;
	background-repeat: no-repeat;
	background-image: url(../pics/headertop.jpg);
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #900;
	font-weight: normal;
}
.bot_registro {
	height: 32px;
	width: 142px;
	text-align: right;
}

.menu {
	height: 38px;
	background-color: #000;
	color: #FFF;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.contenido {
	height: 100%;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.footer {
	height: 70px;
	background-image: url(../pics/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#navi {
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	margin:2px;
	padding:0;
    float:left;
}
#navi li a {
	display:block;
	width:80px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000;
	border-left:10px solid #666666;
}
#navi li a:hover {
	color:#FFF;
	background-color:#666;
	border-left-color:#F60;
}


.horario {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	float: left;
}
.lenguaje {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #608CA7;
	height: 20px;
	text-align: right;
	padding-right: 20px;
}



.txt_link_azul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

.txt_link_azul a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #990000;
}

.txt_link_azul a:visited {
	font-size: 12px;
	/*text-decoration: none;*/
	color: #800080;
}
.txt_top_ruta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-align:right;
}
.Titulo02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}


.Titulo {  	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-weight: bold;
}
.texto_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000;
	font-weight: normal;
	font-style: normal;
}