#principal
{
	
	
}

#header
{
}

#menu
{
background:#CCCCCC;
width:789px;
font-size:13px;
padding-bottom:5px;
padding-top:5px;
}

#izquierdo
{
	position:relative;
	float:left;
	width:120px;
	background-color:#666666;
	height:400px;
}

#derecho
{
	padding:10px;
	font-size:14px;
	position:relative;
	float:right;
	width:629px;
	color:#CCCCCC;
	
}

#contenido
{
	position:relative;
	width:789px;
	height:376px;
}

#contenidoInternas
{
	position:relative;
	width:789px;
	height:400px;
}

#footer
{
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	
}

a
{
	text-decoration:none;
	color:#333333;

}
