body {
	background-color:#FFF;
	margin:0px;
	background-image:url('bg.jpg');
	background-repeat:repeat-x;
}

div.contenedor {
	width:750px;
	margin:auto;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-align:justify;
}

div.izq {
	float:left;
}

div.menu {
}

div.extra {
	width:293px;
	height:101px;
	margin-bottom:3px;
}

a.enlaceabajo {
	text-decoration:none;
	font-weight:bold;
	color:#666;
}

a.enlaceabajo:hover {
	text-decoration:underline;
}

a:focus, a:hover, a:active { outline:none }

div.der {
	width:452px;
	float:right;
}

div.main {
	overflow:auto;
	border:1px solid #E5E5E5;
	background-color:#FFF;
	padding:0px 10px 0px 10px;
	height:500px;
}

div.abajo {
	clear:both;
	text-align:right;
}

.img {
  border: 1px solid #000;
}

div.top {
	font-size:18px;
	text-align:right;
	border-bottom:1px solid #CCC;
}