/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-feb-2014, 17:29:15
    Author     : carlos
*/

#menu_home{
    position: relative;
    margin: 0 auto;
    width: 970px;
    height: 52px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
}

#menu_home .item{
    float: left;
    width: auto;
    text-align: center;
}

#menu_home .item a:link, #menu_home .item a:visited, #menu_home .item a:active{
    -moz-text-shadow: 1px 1px 1px #FFFFFF;
    -webkit-text-shadow: 1px 1px 1px #FFFFFF;
    text-shadow: 1px 1px 1px #FFFFFF;
    /*margin-top: 12px;*/
    text-decoration: none;
    color: #480324;
    float: left;
    text-align: center;
   	width: auto;
	padding: 15px 19px;
	margin-right: 30px;
}

#menu_home .item a:hover{
     color: #185ca1;
}