*{
    margin:0;
    padding:0;
}
body{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin:0;
    padding:0;
    color:#999;
    background:#000000 url(images/fondo.jpg) no-repeat fixed 50% 0;
    /*height:600px;*/
}

#content {
    display:none;
}
#contenedor {
    margin:auto;
    padding:0;
    width:1000px;
}
#logo-head {
    display:block;
    float:left;
    padding:30px 0 0 0;
}
#menu-head {
    display:block;
    float:left;
}

#header {
    width:100%;
    height
}

#msg {
	display: block;
	color: #494B4C;
	margin:20px auto;
	padding:25px 0 0 0;
	width: 896px;
	text-align: center;
}

a.ref{
    color:#888;
    text-decoration:none;
    text-shadow:1px 1px 1px #000;
    position:absolute;
    bottom:10px;
    right:10px;
}
a.ref:hover{
    color:#000;
}
a.back{
    width:184px;
    height:32px;
    position:absolute;
    bottom:10px;
    left:10px;
    background:transparent url(../back.png) no-repeat top left;
}
.container{
    width:900px;
    height:130px;
    position:relative;
    margin:0px auto 20px auto;
    overflow:hidden;
    border-bottom:3px solid #fff;
    -moz-box-shadow-bottom:1px 1px 6px #000;
    -webkit-box-shadow-bottom:1px 1px 6px #000;
}
#logo {
    width:200px;
    margin:0 auto;
    padding:10px 0 0 0;
}
ul#menu{
    list-style:none;
    position:absolute;
    bottom:0px;
    left:20px;
    font-size:34px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color:#999;
    letter-spacing:-2px;
}
ul#menu li{
    float:left;
    margin:0px 10px 0px 0px;
}
ul#menu a{
    cursor:pointer;
    position:relative;
    float:left;
    bottom:-95px;
    text-decoration:none;
    line-height:20px;
    width:210px;
}
.icon_about,
.icon_work,
.icon_help,
.icon_search{
    width:64px;
    height:64px;
    display:block;
    left:170px;
    top:50px;
    position:absolute;
}
.icon_about{
    background:transparent url(images/contacto.png) no-repeat top left;
}
.icon_work{
    background:transparent url(images/portafolio.png) no-repeat top left;
}
.icon_help{
    background:transparent url(images/blog.png) no-repeat top left;
}
.icon_search{
    background:transparent url(images/mail.png) no-repeat top left;
}
ul#menu span.title{
	font-family: "museo-1","museo-2",serif;
    display:block;
    height:24px;
    text-shadow:1px 1px 1px #000;
    color:#B7B7B6;
    text-indent:10px;
}
ul#menu span.description{
    width:140px;
	height:80px;
    background-color:#B7B7B6;
    border:3px solid #fff;
    color:#fff;
    display:block;
    font-size:24px;
    padding:10px;
    -moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
    box-shadow:1px 1px 6px #000;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
ul#menu a:hover span.description{
    background-color:#54504F;
}
ul#menu a:hover span.title{
    color:#54504F;
}
.clear {
    clear:both;
}
.social {
    display:block;
    text-align:center;
}

