@charset "utf-8";
/* CSS Document */
body{
	width:800px;
	background-color:#636363;
	text-align:center;
	margin: auto;
	border: 0px;
}
#contenedor{
	width:800px;
	padding-top:17px;	
	text-align:center;
	margin: auto;
	border: 0px;	
}
#caja1{
	width:800px;
	padding-bottom:27px;
}
#caja2{
	width:684px;
	padding-bottom:45px;
	margin: auto;
	border: 0px;
}
#caja3{
	width:200px;
	padding-bottom:80px;
	margin: auto;
	border: 0px;		
}
#menu{
	width:685px;
	height:20px;
	background-color:#20232c;
	margin: auto;
	border: 0px;
}
#menu2{
	width:497px;
	margin:auto;
	border:0px;
	float:right;
}
#pie{
	width:600px;
	height:12px;
	margin:auto;
	border:0px;
	padding-top:42px;
}
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;
}