@charset "UTF-8";
/* CSS Document */
body {
	font-family: Helvetica;
}
.superHeader {
	font-size: 9px;
	font-weight: bold;
	color: #666;
	background-color: #D7D8D9;
	height: 13px;
}
.superHeaderTE {
	font-size: 9px;
	font-weight: bold;
	color: #999;
	background-color: #D7D8D9;
	height: 13px;
}
.superHeader a{
	text-decoration: none;
	color: #666;
}
.tablaMenu {
	font-size: 9px;
	font-weight: bold;
	color: #666;
	height: 376px;
	background-color: #FFF;
}
.menu {
	padding-top: 30px;
}
.subMenu {
	text-align: right;
	padding-right: 10px;
	vertical-align: bottom;
 	}
.logochico {
	margin-top: 30px;
}
.pielogo {
	margin-top: 30px;
}

.footer {
	font-family: Helvetica;
	height: 184px;
	width: 100%;
	vertical-align: bottom;
	position: fixed;
	bottom: 0px;
	left: auto;
	top: auto;
	right: auto;
	padding-top: 80px;
}
.text {
	font-family: helvetica;
	font-size: 11px;
	color: #624B42;
	text-align: right;
	padding-right: 10px;
	padding-top: 30px;
	padding-left: 150px;
	line-height: 15px;
}
.celdasPortfolio {
	background-color: #D5CAC1;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 30px;
	width: 125px;
	background-repeat: repeat;
	padding: 5px;
}
.celdasPortfolioSeleccion {
	background-color: #94167C;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 30px;
	width: 125px;
	background-repeat: repeat;
	padding: 5px;
}
.celdasPortfolio a:hover{
	background-color: #614A42;
}

.text strong{
	font-weight: bold;
	color: #94097C;
}
