@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0; height:100%; background-color:#09F;}

div#container{display: table; height: 100%; width:367px; margin: 0 auto; background-color:#FFF;	
box-shadow: 1px 1px 14px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 18px rgba(0,0,0,.5);//Safari y navegadores que usen WebKit
	-moz-box-shadow: 1px 1px 18px rgba(0,0,0,.5);//Firefox
	-khtml-box-shadow: 1px 1px 18px rgba(0,0,0,.5);}
div#content{display: table-cell; vertical-align: middle;position: relative;}

#direccion{padding-left:0px; text-align:center; line-height:1.3; font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size:14px; color:#039;}
#direccion a{font-family:Century Gothic, Arial, Helvetica, sans-serif; font-size:14px; color:#039; text-decoration:none}
#direccion a:hover{color:#09F;}

/* \*/
* html #content {
    top: 50%;
    left: 0;
    height: 1px;
    }
 
* html #content #inner {
    position: relative;
    top: -50%;
    }
/* */
