@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	border: none;
}

body {
	font-size: 12px;
	line-height: 15px;
	background-color: #000;
	text-align: center;
}
#web{margin: 0px auto; text-align:center; width:882px;}
div.base {
	width: 882px;
	background-color: #151515;
	padding-bottom: 15px;
	padding-top: 5px;
}

ul.menu {
	height: 36px;
	background-position: 0px 0px;
	background-image: url(header/menubg.gif);
	background-repeat: repeat-x;
	border-top: 5px solid #851993;
	display: block;
	padding-left: 85px;
}
li.menu {
	height: 36px;
	list-style-type: none; display: inline;
}
a.menu {	
	height: 36px;
	background-image: url(header/menu.gif);
	float: left;
}

a.menuhme {	width: 63px; background-position: -84px 0px; }
a.menuhme:hover { background-position: -84px -36px; }
a.menuhme-act { width: 63px; background-position: -84px -72px; }
a.menunvd {	width: 102px; background-position: -147px 0px; }
a.menunvd:hover { background-position: -147px -36px; }
a.menunvd-act { width: 102px; background-position: -147px -72px; }
a.menuart {	width: 81px; background-position: -249px 0px; }
a.menuart:hover { background-position: -249px -36px; }
a.menuart-act { width: 81px; background-position: -249px -72px; }
a.menushw {	width: 68px; background-position: -330px 0px; }
a.menushw:hover { background-position: -330px -36px; }
a.menushw-act { width: 68px; background-position: -330px -72px; }
a.menuqns {	width: 136px; background-position: -398px 0px; }
a.menuqns:hover { background-position: -398px -36px; }
a.menuqns-act { width: 136px; background-position: -398px -72px; }
a.menusrv {	width: 89px; background-position: -534px 0px; }
a.menusrv:hover { background-position: -534px -36px; }
a.menusrv-act { width: 89px; background-position: -534px -72px; }
a.menuasc {	width: 92px; background-position: -623px 0px; }
a.menuasc:hover { background-position: -623px -36px; }
a.menuasc-act { width: 92px; background-position: -623px -72px; }
a.menucnt {	width: 84px; background-position: -715px 0px; }
a.menucnt:hover { background-position: -715px -36px; }
a.menucnt-act { width: 84px; background-position: -715px -72px; }

.tituloseccion {
	background-image: url(subtitulos/fondo.gif);
	height: 24px;
	padding-left: 9px;
	text-align: left;
	display: block;
	margin-top: 12px;
	margin-bottom: 18px;
	background-repeat: repeat-x;
	clear: both;
}
div.footer {
	width: 882px;
	padding-top: 8px;
	padding-bottom: 15px;
	clear:both;
}
h6.footer {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
div.header {
	width: 882px;
	background-color: #151515;
}
.invisible {
	display: none;
}
h2.titulollevasub {
	background-image: url(subtitulos/fondo.gif);
	height: 24px;
	padding-left: 9px;
	text-align: left;
	display: block;
	margin-top: 12px;
	background-repeat: repeat-x;
}
ul.submenu {
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #851993;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.submenu li {
	display: inline-block;
	list-style-type: none;
	margin-right: 3px;
	margin-left: 3px;
}
.submenu a {
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	background-color: #555;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 14px;
}
.submenu a:hover {
	background-color: #851993;
}

div.footer h6.footer a {
	color: #E2E2E2;
	text-decoration: none;
}
div.footer h6.footer a:hover {
	color: #FFF;
}
.centrado * {
	text-align: center;
}
