body {
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	overflow:hidden;
	
}
.contenedor
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../img/bgk.jpg);
}

.cabecera
{
	width: 100%;
	height: 100%;

}
.cabecera2
{
	width: 100%;
	height: 100%;
}


#framecontent{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px; /*Height of frame div*/
	background-image: url(../img/fondo_frame.png);
	color: white;
	background-repeat: repeat;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	width:700px;
	height: 35px;
	padding-top: 15px;
	float:right;
	font-size:12px;
	text-align: right;
}
.menu li {
	float:right;
	padding-right:15px;
	list-style-type:none;
}

a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}


html,body {height:100%} /*etiquetas body y html altura 100%*/ 
div{height:100%} /*altura de div que contiene el flash*/ 