body {
	margin: 0 auto;
	background: #093;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
#contenedor {
	width: 860px;
	background: #fff;
	margin: 0 auto;
}
#header {
	width: auto;
	height: 90px;
	background: #fff url(imagenes/header.png) no-repeat 10px 10px;
	
}
.idiomas {
	float: right;
	list-style: none;
	margin: 10px;
}
.idiomas li {
	width: 65px;
	display: block;
	background: #555;
	margin-bottom: 2px;
	padding-left: 20px;
	
}
.idiomas a {
	color: #fff;
	
}

#header2 {
	width: auto;
	height: 250px;
	background: #fff url(imagenes/mona-portada.jpg) no-repeat 10px 0;
	
}
a {
	color: #090;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#anuncios {
	width: 258px;
	height: 250px;
	float: right;
	background: #fff;
	
}
.item {
	padding: 0 10px;
}
.item h2{
	font-size: 18px;
	height: 28px;
	background: #fa0 url(imagenes/mosaico.png) repeat-x 0 20px;
	margin: 0;
	padding: 5px;
	color: #fff;
}
.item p{
	
	margin: 5px 0 10px 0;
	padding: 0;
}
#rubros {
	width: 860px;
	background:  #fff;
	padding: 10px 0;
}
.enlaces {
	list-style: none;
	margin: 0  0 0 20px;
}
.enlaces li {
	float: left;
	padding: 3px 10px;
	margin: 0 20px 0 0;
	background: #fa0;
}
.enlaces li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.enlaces li a:hover {
	text-decoration: underline;
}
.rub { 
    width: 260px;
	background:  #fff;
	padding: 10px;
	float: left;
	border-right: 1px solid #ccc;
}
.rub h3{ 
    font-size: 16px;
	color: #093;
    width: auto;
	float: right;
	
}
.rub p{ 
 margin: 0;
 padding: 0;
 color: #999;
}
.rub img { 
    width: auto;
	text-align: left;
	padding: 0 4px 4px 0;
	border: none;
}
#clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pie {
	background: #fa0 url(imagenes/mosaico.png) repeat-x;
	height: 30px;
	margin: 0;
	padding: 0;
}
#pie2 p {
	text-align: center; 
	margin: 0;
	padding: 0;
	
}
.style1 {font-size: 14px}
.style2 {color: #333333}