body{
	margin:0;
	padding:0;
	color:#797979;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../imgs/bg_trama.png);
}

body img{
	border:none;
}

body a{
	color:#075D91;
	text-decoration:none;
}
body a:hover{
	color:#00F;
}

#cuerpo{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

#contenido{
	background-image:url(../imgs/bg_web.png);
	background-repeat:no-repeat;
	position:relative;
	width:908px;
	height:570px;
	margin-top:50px;
	padding:20px;
}

#left{
	position:relative;
	float:left;
	width:200px;
	height:auto;
}

#right{
	position:relative;
	float:left;
	width:750px;
	height:auto;
}

#footer{
	position:relative;
	float:left;
	width:100%;
	color:#FFF;
	padding-top:10px;
}