/*
	_LayOut.css:	LayOut
	Author:			WebHotel
*/

/* Ocultos */
h1#google  { display:none; }

/* Top */
#idTopLogo    { float:left; margin-bottom:1px; margin-top:1px; }
#idTopBanner  { float:left; margin-top:5px; margin-left:2px; }
#idTopMenu    { margin-top:-17px; margin-left:250px; height:17px; }

#idTopMenu a       { font-weight:bold; text-decoration:none; display:inline;
	                 padding-left:10px; padding-right:6px;  
	                 background-image:url(/Images/Hotusa/Ico_TriDotWhite.png); background-repeat:no-repeat; 
	                 background-position:left center; color:#ffffff; }
#idTopMenu a:hover { color:#ffffff; background-color:#d61943; } 

div#idMsgPage { width:100%; height:20px; line-height:20px; 
	            background-image:url(/Images/Hotusa/Top_MsgBgnd.png); background-repeat:repeat-x }

div#idMsgPage #idMsg     { padding-left:10px; padding-right:10px; color:#040404; font-weight:normal; } 
#idMsgPage a.lite        { font-weight:normal; padding-left:9px; padding-right:0px; color:white; display:inline;
		                   background-image:url(/Images/Hotusa/Ico_TriDotWhite.png); background-repeat:no-repeat; 
	                       background-position:left center; }
#idMsgPage a.lite:hover  { text-decoration:underline;  } 


/* Bottom */
div#idFootPage            { margin-top:10px; width:100%; clear:both; }
#idFootPage #idLogo       { float:right; }
#idFootPage #idBar        { padding-top:2px; clear:both; }
div#idFootPage #idLinks   { padding-right:2px; text-align:right; }
div#idFootPage #idCopy    { padding-right:2px; text-align:right; color:#ee5b9a; }
#idFootPage a             { color:#8d1b3d; font-weight:normal; text-decoration:none; display:inline;
	                        padding-right:4px; }
#idFootPage a:hover       { text-decoration:underline; } 



