body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat-x;
	color: #333333;
}
#barra {
	background-image: url(images/fondo.png);
	height: 190px;
}
#logo {
	background-image: url(images/logo.png);
	height: 190px;
	background-repeat: no-repeat;
}
#menu {
	padding-top: 120px;
}
#boton {
	height: 35px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
#boton a:link {
	color: #D4D0C8;
	text-decoration: none;
	font-variant: small-caps;
	height: 35px;
	font-weight: bold;
}
#boton a:visited {
	color: #D4D0C8;
	font-variant: small-caps;
	text-decoration: none;
	height: 35px;
	font-weight: bold;
}
#boton a:hover {
	color: #D4D0C8;
	background-image: url(images/menu_on.png);
	background-repeat: repeat-x;
	background-position: 0px 25px;
	height: 35px;
	padding-bottom: 25px;
	font-weight: bold;
}
#boton a:active {
	color: #D4D0C8;
	background-image: url(images/menu_on1.png);
	background-repeat: repeat-x;
	background-position: 0px 25px;
	height: 35px;
	padding-bottom: 25px;
	font-weight: bold;
}
#contenido h2{
	color: #FFFFFF;
}

#pie {
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #666666;
}