/* comentarios */
@charset "UTF-8";


/* Clearfix */
.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

a#pull {
    display: none;
}
/* Final Clearfix */

/* Menu Nav */
nav {
	height: 38px;
	width: 100%;
	position: relative;
	text-align: center;	
	/*border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C81515;*/
	margin: 0 auto;
}

nav ul {
	background-color: rgba(0,0,0,1.0);
    padding: 0;
    margin: 0 auto;
    width: 1350px;
    height: 38px;
}

nav li {
    display: inline;
    float: left;
}

nav a {
    color: rgba(0,0,0,0.6);
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;	/*text-shadow: 0px 1px 1px rgba(0,0,0,.4);*/
}

nav li a {
	background-color: rgba(0,0,0,1.0); 
	color: rgba(255,255,255,1.0);
	transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;	/*box-shadow: inset 1px 1px 1px rgba(255,255,255,.3), inset -1px -1px 1px rgba(0,0,0,.2);*/
}

nav a:hover, nav a:active {
	background-color: rgba(225,33,30,0.7);
	color: rgba(255,255,255,1.0);
	transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;	/*box-shadow: inset 1px 1px 1px rgba(255,255,255,.3), inset -1px -1px 1px rgba(0,0,0,.2);*/
}

nav li:first-child a {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.boton_final {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.boton_final_activo {
	background-color: rgba(225,33,30,1.0);
	color: rgba(255,255,255,1.0);
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.boton_activo {
	background-color: rgba(225,33,30,1.0);
	color: rgba(255,255,255,1.0);
}

.boton_activo:hover {
	background-color: rgba(225,33,30,1.0);
}

/* Final Menu Nav */

@media only screen and (max-width : 1350px) {
	
	nav ul {
		width: 1260px;
	}
	
	nav a {
		width: 140px;
	}
}

@media only screen and (max-width : 1260px) {
	
	nav ul {
		width: 1170px;
	}
	nav a {
		width: 130px;
	}
}

@media only screen and (max-width : 1170px) {
	
	nav ul {
		width: 1080px;
	}
	nav a {
		width: 120px;
	}
}

@media only screen and (max-width : 1080px) {
	
	nav ul {
		width: 990px;
	}
	nav a {
		width: 110px;
	}
}

@media only screen and (max-width : 990px) {
	nav {
        border-bottom: 0;
        height: auto;
    }

    nav ul {
        display: none;
        height: auto;
        width: 100%;
    }

    nav li {
        width: 100%;
        float: left;
        position: relative;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 38px;
    }

    nav a#pull {
        display: block;
        background-color: rgba(0,0,0,1.0);
		color: rgba(255,255,255,1.0);
        width: 100%;
        position: relative;
    }

    nav a#pull:after {
        content:"";
        background: url('../images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 7px;
    }
	
	nav li:first-child a {
		-webkit-border-top-left-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	
	.boton_final {
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.boton_final_activo {
		background-color: rgba(51,119,175,1.0);
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
}

