body
{
	margin: 0 auto;
	width: 978px;
	border:0px solid silver;
	font-family: Tahoma;
	font-size: 12px;
	background: #eeeeee;
	text-align: center;
}

.principal
{
width: 978px;
margin: 0 auto;
text-align: left;

	background: white;
/*	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
*/
}
.cabecera
{
	height:50px;
	border: 1px solid silver;
}
.twitter
{
	height:172px;
	border: 1px solid silver;
	border-top: 0px;
	width:670px;
	float:left;
}
.coveritlive
{
	position:relative;

}
p
{
	padding-top:-50px;
	padding-bottom: -50px;

}

.menu
{
	height:198px;
	border-bottom: 0px solid silver;
	position:absolute;
	top: 224px;
	width: 700px;
}

.submenu
{
	float: left;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	
	height:inherit;
}

.cuerpo
{
	height:874px;
	border:1px solid silver;
}
.cuerpoprincipal
{
	position:absolute;
	width:710px;
	height:inherit;
	height: 870px;
	overflow: auto;
}
.barralateral
{
	float:right;
	height: inherit;
	width:260px;
}

.pie
{
	border: 1px solid silver;
	border-top:0px;
	text-align: center;
	height: 80px;
}

ul
{
	margin:0px;
	list-style-type: none;
	padding-left: 0px;
}

li
{
	height:33px;
	border-bottom: 0px solid silver;
	background: url(li.png);
	font-size: 16px;
	color: navy;
	padding-left: 10px;	

}

li:hover
{
	background: url(liamarillo.png);
	color: white;
	cursor:pointer;
}


h1,h4
{
	font-family: Eurostile;
	color:navy;
	margin-top:20px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-weight: lighter;
	font-size: 18px;
}


p
{
	margin:20px;
	font-size: 12px;
}

.azul
{
	color:navy;
}

.naranja
{
	color: #eb451b;
}

hr
{
	border:1px solid silver;
}

td
{
	margin:0px;
	padding: 0px;
	font-size: 12px;
}
a:link,a:visited
{
	text-decoration: none;
	color: black;
}
a:hover
{
	text-decoration: underline;
}

.blog
{
	font-family: Tahoma;
	width: 700px;
}


