@charset "utf-8";
/* CSS MLS Tulum IOP */
#wrap{
	margin:0 auto 0 auto;
	width:1000px;
	background-image:url(imagen/fondo_wrap.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
#left{
	width:245px;
	float:left;
}
#left ul.menu {
	width:227px;
	padding:0 10px;
	margin:0;
	list-style-type:none;
}
#left ul.menu li {
	display:block;
	width:204px;
	height:20px;
	color:#d0d0d0;
	font-family:Arial, Helvetica, sans-serif, "Palatino Linotype";
	font-size:11px;
	background:url(imagen/links_left.jpg);
	background-repeat:no-repeat;
	padding:6px 3px 0 20px;
	margin:2px 0 2px 0;
	text-decoration:none;
}
#left ul.menu li a{
	display:block;
	color:#d0d0d0;
	text-decoration:none;
}
#left ul.menu li a:hover{
	display:block;
	color:#FF9;
	text-decoration:none;
}
#rss{
	width:216px;
	padding:8px 8px 3px 3px;
	height:227px;
	background-image:url(imagen/fondo_rss.jpg);
	background-repeat:no-repeat;
	margin:9px 0 9px 9px;
	font-family:Arial, Helvetica, sans-serif, "Palatino Linotype";
}
#sponsors{
	width:221px;
	padding:3px;
	height:232px;
	background-image:url(imagen/fondo_sponsors.jpg);
	background-repeat:no-repeat;
	margin:9px 0 9px 9px;
}
#logo{
	margin-left:9px;
	width:227px;
}
#right{
	width:751px;
	float:left;
	margin-left:4px;
}
#header{
	width:740px;
	height:150px;
}
#footer{
	width:968px;
	padding:20px 15px 10px 12px;
	height:65px;
	float:left;
	color:#d0d0d0;
	margin-top:10px;
	background-image:url(imagen/fondo_footer.jpg); 
	background-repeat:repeat-x;
	background-color:#626262;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eeeeee;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif, Palatino Linotype;
	font-size: 12px;
	color: #000;
}
span.red{
	color:#B61A06;
	background-color:inherit;
	font-weight:bold;
}
