html{
	height: 100%;
}
body
{
	background: #c4c4c4;
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#000;
	font-family: Verdana,Georgia;
	font-size:10px;
	text-align: center;
	/*border: 1px solid #F00;*/
	height: 99%;
}
div{
}

a{
	text-decoration: none;
	color: #656565;
}
a:hover{
	color: #F00;
}
img { display: block; }
#arriba{
	height: 0px auto;
}
#footer{
	width: 547px;
	height: 30px;
	color:#7f7e7e;
	font-family: Verdana,Georgia;
	font-size:10px;
	text-align: center;
	padding-top: 20px;
}
#content{ /*300 + 29 + 29 = 358*/
	width: 547px;
	height: 358px;
	margin:0px auto;
}
#top{
	width: 547px;
	height: 40px;
}
#cuerpo{ /*500 - 29 - 50 - 29 = 392*/
	width: 547px;
	height: 270px;
	background: #c4c4c4 url('../img/portada/body_portada.jpg') repeat-y;
}
#cuerpo_objeto{
	width: 547px;
	height: 210px;
	text-align: center;
}
#logo{
	margin-left: 50px;
	float: left;
	width: 235px;
	height: 55px;
}
#menu_portada{
	width: 180px;
	height: 55px;
	float: left;
	text-align: right;
}
#menu_portada ul	{	
	
	list-style-type:none;
	margin:0px;
	padding-left:100px;
}

#menu_portada li{
	padding: 3px 0px 2px 4px;
	margin: 3px;
	text-align: left;
}
#foot{
	width: 547px;
	height: 40px;
}
