/*position and hide the menu initially - leave room for menu items to expand...*/
#page {padding-top:150px; padding-bottom:20px; width:100%;}
#menu {position:absolute; top:0px; left:0; width:100%; display:none;} /* con este top se cambia donde estan los botones del centro..*/
/*dock styling...*/
/*...centre the dock...*/
#menu div.jqDockWrap {margin:0 auto;}
/*...set the cursor...*/
#menu div.jqDock {cursor:pointer;}
/*label styling; push the label off the bottom of the image...*/
/*label styling
div.jqDockLabel {font-weight:bold; font-style:italic; white-space:nowrap; color:#ffffff; cursor:pointer; padding:0 8px 5px 1px;}
.disabled div.jqDockLabelText {visibility:hidden;}...*/

/*label styling; push the label off the bottom of the image...*/
div.jqDockLabelText {position:absolute; top:-15px; right:4px; 
font-weight:bold; font-style:italic; white-space:nowrap; color:#ffffff; cursor:pointer; padding:0 1px;}

#footer { height: 80px; background-color:#1C3752; width:100%; text-align:center;}
#footer div.jqDockWrap {margin:0 auto; vertical-align:middle;}

#menu_solito{ height: 110px; background-color:#1C3752; position:absolute; top:0px; left:0px; width:100%; display:none; padding-top:10px; margin-top:15px;}
#menu_solito div.jqDockWrap {margin:0 auto; vertical-align:middle;}
#menu_solito div.jqDock {cursor:pointer;}

#contenido_prinicipal{ width: 100%; left: 0px; top: 15px; text-align:center;position:relative;}