/* CSS Document */
body{
	margin:0 0 0 0;
	background:#FFF url(../imagenes/fondo.jpg) repeat-x;
	font:11px Arial, Helvetica, sans-serif;
}
.pagina{
	width:918px;
	margin:auto;
}
.superior1{
	background:url(../imagenes/superior1.png) no-repeat;
	height:37px;
}
.superior2{
	background:url(../imagenes/superior2.png) no-repeat;
	height:103px;
}
.sin_borde{
	border:none;
}
.clientes{
	font:bold 12px Arial, Helvetica, sans-serif;
	background:url(../imagenes/clientes.jpg) no-repeat;
	width:525px;
	height:32px;
	float:right;
	margin:0 30px 0 0;
	text-align:right;
	display:inline;
}
.clientes form{
	margin:0;
}
.clientes input{
	margin-top:5px;
}
.buscador{
	background:url(../imagenes/dominios.jpg) no-repeat;
	width:384px;
	height:32px;
	float:right;
	margin:20px 30px 0 0;
	text-align:right;
	display:inline;
}
.buscador form{
	margin:0;
}
.buscador input{
	margin-top:5px;
}
.menu{
	background:url(../imagenes/menu.png) no-repeat;
	height:42px;
	padding:0 35px 0 35px;
}
.promociones{
	background:url(../imagenes/promociones.png) no-repeat;
	height:300px;
	padding:10px 29px;
	display:block;
}
.breadcrumb{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background:url(../imagenes/breadcrumb.png) no-repeat;
	height:30px;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active{
	color:#FFF;
	text-decoration:none;
}
.breadcrumb a:hover{
	color:#FB0;
	text-decoration:underline;
}
.breadcrumb_ligas{
	line-height:26px;
	float:left;
	padding-left:28px;
}
.breadcrumb_switch{
	line-height:26px;
	float:right;
	padding-right:28px;
}
.cuerpo{
	background:url(../imagenes/fondo_pagina.png) repeat-y;
}
.cuerpo_contenido{
	font:12px Arial, Helvetica, sans-serif;
	padding:10px 19px;
}
.tabla_hospedaje{
	background-color:#FFF;
	border-collapse:collapse;
}
.tabla_hospedaje td{
	border:1px solid #777;
    border-collapse:collapse;
    padding:5px 10px 5px 10px;
}
.tabla_hospedaje tr:hover{
	background-color:#EEE;
}
.div880{
	background-color:#FFF;
	width:880px;
}
.div880:hover{
	background-color:#EEE;
}
.div880rt{
	background:url(../imagenes/rt.gif) no-repeat;
	width:880px;
	height:14px;
}
.div880contenido{
	display:table-cell;
	width:880px;
	border-color:#EEE;
	border-style:solid;
	border-width:0 1px 0 1px;
	padding:0 5px 0 5px;
}
.div880rf{
	background:url(../imagenes/rf.gif) no-repeat;
	width:880px;
	height:14px;
}
.pie{
	background:url(../imagenes/fondo_pagina.png) repeat-y;
}
.pie_contenido{
	padding:0 19px 0 19px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#777;
}
.pie_contenido a:link, .pie_contenido a:visited, .pie_contenido a:active{
	text-decoration:none;
	color:#555;
}
.pie_contenido a:hover{
	text-decoration:underline;
}
.fin{
	background:url(../imagenes/pie.png) no-repeat;
	height:20px;
	clear:both;
}