* {
	padding:0;
	margin:0;
}
body {
	color:#fff;
	background:#3c0086;
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	outline:none;
	color:#333;
}
a span {
	cursor:pointer;
}
img {
	border:none;
	vertical-align:middle;
}
a:hover {
}
.on a {
	text-decoration:none;
	cursor:default
}

/*/////////CONTENEDOR///////*/
#contenedor {
	width:1000px;
	margin:0 auto;
}
/*/////////ENCABEZADO///////*/
#encabezado {
	width:1000px;
	height:40px;
	background:#5200b9 url(../img/bgencabezado.jpg) no-repeat top right;
	margin-top:-70px;
	z-index:1010;
	position:absolute
}
.logo  {
	background:url(../img/logo.png) no-repeat;
	height:40px;
	width:300px;
}
/*/////////MENU///////*/
#menu {
	width:1000px;
	height:30px;
	background:#7e00b9 url(../img/bgmenu.jpg) repeat-x;
}
#menu  ul {
	list-style: none;

} 
#menu  li {
	float: left;
	margin: 0 5px 0 0px;
} 
#menu li a {
	height: 24px;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:4px;
	float: left;
	width: 100px;
	display: block;
	color: #fff;
	text-align: center;
	font-weight:bold;
} 

#menu li a:hover {
	color: #000;
	background:url(../img/bgmenuon.png) repeat-x;
} 
.subMenu {
	position:absolute;
	width:200px;
	display:none;
	background-color:#6009b0;
	border:#FFF solid 1px;
	margin:28px 0 0 0
}
.subMenu a{
	width:195px !important;
	text-align:left !important;
	padding-left:5px;
}
.subMenuA:hover .subMenu {
	display:block
}
/*/////////CONTENIDO///////*/
#contenido {
	width:970px;
	height:auto;
	background:#609;
}
/*/////////PIE///////*/
#pie {
	width:1000px;
	height:40px;
	background:#5200b9;
}

.loginlogo {
	width:80px;
	height:30px;
	float:right;
	margin:5px 10px 0px 0px;
	background:#5200b9 url(../img/loginoff.png) no-repeat right;
}
.loginlogo:hover {
	background:#5200b9 url(../img/loginon.png) no-repeat right;
	height:32px;
}
