@charset "utf-8";
/* CSS Document */
body{
	width:800px;
	background-color:#636363;
	text-align:center;
	margin: auto;
	border: 0px;
	visibility:hidden;	
}
#contenedor{
	width:800px;
	text-align:center;
	padding-top:43px;
	margin: auto;
	border: 0px;	
}
#caja1{
	width:800px;
	text-align:center;	
	padding-bottom:2px;
}
#menu{
	width:685px;
	height:20px;
	background-color:#20232c;
	margin: auto;
	border: 0px;
}
#pie{
	width:685px;
	height:37px;
	margin:auto;
	border:0px;
	padding-top:25px;
	padding-left:12px;
	padding-bottom:10px;
}
a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:3px;
}
a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:3px;
}
a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #999966;
}
.textazul {
	font-family: Tahoma;
	font-size: 10px;
	color: #006a9d;
	padding-top:3px;
	padding-left:25px;
	float:left;
}