/* CSS Hoteles y Moteles */
body{
margin:0px;}

.textoindex{
	font-family: Arial, Trebuchet ms, Garamond,Times New Roman;
	font-size:14px;
	color:#660000;
}
td.fondo{
	background-image:url(../imagenes/contenidos.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

td.fondo_menu{
	background-image:url(../imagenes/fondo_menu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

td.fondo_cont{
	background-image:url(../imagenes/fondo_cont.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

td.texto{
	font-family: Arial, Trebuchet ms, Times New Roman,Garamond; 
	font-size:13px;
	color:#660000;
}

div.texto_colum{
	font-family: Arial, Trebuchet ms, Garamond, Times New Roman;
	font-size:13px;
	color:#000000;
	background-color:#FFA346;
}

div.texto{
	font-family: Arial, Trebuchet ms, Garamond, Times, New Roman;
	font-size:12px;
	color:#660000;
	font-weight: bold;
}

div.resaltar{
	font-family: Arial, Trebuchet ms, Garamond, Times New Roman;
	font-size:14px;
	color:#663300;
}

div.texto_tabla{
	font-family: Arial, Trebuchet ms, Garamond, Times New Roman;
	font-size:12px;
	color:#660000;
}

div.titulos{
	font-family: Arial, Trebuchet ms, Garamond, Times New Roman;
	font-size:14px;
	color:#663300;
	font-weight: bold;
}

a:hover {
	color:#663300;	
	text-decoration: underline;
}

a {
	text-decoration: none;
	color:#663300;
}

tr.fondo_cont{
	background-color:#FFA346;
}

tr.fondo_cont2{
	background-color:#FCFCFC;
	
}

tr.contenidos {
	empty-cells:show;	
	border-style:solid;
	border-color:#CC6600;
	border-collapse: collapse;
}

td.cont {
	/*empty-cells:show;*/
	border-style:solid;
	border-color:#CC6600;
	/*border-collapse: collapse;*/
}


