body {
	font-family: 'Exo 2', sans-serif;
	background-image: url(../images/linea.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 80%;
}
#wrap {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fondo_linea.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.activo {
	color: #FFF;
	background-color: #635456;
}
.menu {
	color: #635456;
	text-decoration: none;
}


#wrap #header {
	background-repeat: repeat-x;
	background-position: left top;
	height: 274px;
}
#wrap #header #logo {
	width: 238px;
	float: left;
	height: 240px;
	padding-top: 32px;
}
#wrap #header #menu {
	float: left;
	width: 685px;
}
#wrap #content {
	padding-left: 240px;
	min-height: 300px;
}
#footer {
	background-color: #D1CDCD;
	font-size: 80%;
	color: #57575A;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

td {
	min-width: 180px;
}