/*
	_LayOut.css:	LayOut
	Author:			WebHotel
*/

/* Body */
body.Home  { width:780px; margin-left:auto; margin-right:auto; }

h1#google  { display:none; }

/* Divs de layout de la pagina */
div#idTopPage    { margin-top:1px; width:100%; height:89px; position:relative; background-color:#ffffff; }
div#idMsgPage    { margin-top:0px; width:100%; height:20px; position:relative; line-height:20px; 
	               background-image:url(/Images/WHPlus/Top_MsgBgnd.png); background-repeat:repeat-x }
div#idContPage   { margin-top:2px; width:100%; height:440px; position:relative; clear:both; overflow:auto; }
div#idFootPage   { margin-top:10px; width:100%; }


/* Layout Top */
#idTopPage #idTopLogo    { padding-bottom:1px; }
#idTopPage #idTopBanner  { position:absolute; left:260px; top:4px; }

#idTopPage #idTopMenu    { position:absolute; top:72px; left:250px; height:18px; }


#idTopPage a       { font-weight:bold; text-decoration:none; display:inline;
	                 padding-left:10px; padding-right:6px;  
	                 background-image:url(/Images/WHPlus/Ico_TriDotWhite.png); background-repeat:no-repeat; 
	                 background-position:left center; 
	                 color:#ffffff; }
#idTopPage a:hover { color:#ffffff; background-color:#d61943; } 


/* Layout Message */
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/WHPlus/Ico_TriDotWhite.png); background-repeat:no-repeat; 
	                       background-position:left center; }
#idMsgPage a.lite:hover  { text-decoration:underline;  } 


/* Layout Access */
#idContPage #IFrmCont { width:100%; height:100%; }


/* Layout Footer */
#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; } 


/* Layout Opciones Superiores */
#IFrmL   { width:150px; height:100%; float:left; }
#IFrmC   { width:630px; height:100%; float:left; }

/* Layout Ventana Popup */
div#idPopup { position:absolute; display:none; }
div#idPopup #IFrmPopup { width:100%; height:100%; }

