@import "reset.css";
@import "fonts.css";
@import "mediaqueries.css";

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* clearfix */
.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
/*.clearfix 
{
	display: inline-block;
}*/
 
html[xmlns] .clearfix 
{
	display: block;
}
 
* html .clearfix 
{
	height: 1%;
}
a, a:hover a:visited
{
    color: inherit;
    text-decoration: none;
}
body, html
{
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue Medium";
	font-size: 14px;
	line-height: 1.2;
}
div.wrap
{
    margin: 0 auto;
    width: 960px;
}
h2
{
    font-family: "Trajan Pro";
    font-weight: bold;
    font-size: 34px;
    color: #2f3033;
}
/*
 * Lenguaje
 */
section#language
{
    width: 100%;
    min-width: 960px;
    height: 24px;
    background: #1a1b1c;
    color: #ffffff;
    font-size: 12px;
    text-align: right;
    padding-top: 6px;
}
section#language .wrap
{
    padding-right: 12px;
}
section#language a, ul#langSelector a
{
    text-decoration: underline;
}
ul#langSelector
{
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 358px;
    text-align: center;
    width: 110px;
    height: 84px;
    z-index: 11;
    background: #1c1c1e;
    padding-top: 24px;
}
ul#langSelector li
{
    margin-top: 7px;
}
/*
 * Menu
 */
section#menu
{
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    min-width: 960px;
    height: 83px;
    background: transparent url('../imgs/mainMenu_bg.png') repeat-x;
    z-index: 10;
}
section#menu h1
{
    display: block;
    float: left;
    margin-top: 13px;
}
section#menu header
{
    float: left;
    margin-left: 12px;
}
section#menu nav#mainMenu
{
    float: left;
    margin-left: 85px;
}
section#menu nav#mainMenu li
{
    display: block;
    float: left;
    margin-right: 10px;
}
section#menu nav#mainMenu li a
{
    display: block;
    padding: 22px 10px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    height: 60px;
}
section#menu nav#mainMenu li a:hover
{
    background: transparent url('../imgs/mainMenuOver_bg.png') bottom center;
}
section#menu nav#mainMenu li a.active
{
    background: transparent url('../imgs/mainMenuActive_bg.png') bottom center;
}
section#menu nav#socialMenu
{
    float: right;
    background: url('../imgs/separator_bg.png') top left repeat-y;
    height: 40px;
    padding-left: 5px;
    padding-top: 10px;
    margin-top: 10px;
    margin-right: 12px;
}
section#menu nav#socialMenu li
{
    display: block;
    float: left;
    margin-left: 10px;
}
/*
 * Imagen
 */
section#image
{
    width: 100%;
    min-width: 960px;
    margin-top: 60px;
    text-shadow: 0px 1px 3px rgba(48, 48, 50, 0.75);
}
/*
 * Contenido
 */
section.mainContent
{
    width: 100%;
    min-width: 960px;
    background: #ebebeb;
    padding: 120px 0;
}
section.info
{
    width: 940px;
    height: 118px;
    background: transparent url('../imgs/ctaBanner_bg.png') no-repeat;
    margin-left: 10px;
}
section.info a
{
    display: block;
    width: 940px;
    height: 118px;
    padding: 30px;
}
section.info div.text
{
    float: left;
    width: 680px;
    font-size: 14px;
    color: #666666;
}
section.info div.button
{
    float: right;
    width: 176px;
}
section.info p.title
{
    font-family: "Trajan Pro";
    font-weight: bold;
    font-size: 24px;
    color: #2e2f32;
    margin-bottom: 10px;
}
/*
 * Contacto
 */
section#contact
{
    width: 100%;
    min-width: 960px;
    height: 460px;
    background: transparent url('../imgs/contact_bg.jpg') repeat-x;
    background-size: 52px 460px;
}
section#contact div.wrap
{
    padding: 55px 0;
}
section#contact div.address
{
    float: left;
    color: #a7a7a7;
    font-size: 14px;
}
section#contact div p.title
{
    font-size: 27px;
    color: #ffffff;
    margin-bottom: 35px;
}
section#contact div.address a:hover
{
    text-decoration: underline;
}
section#contact div.address span
{
    display: block;
    font-family: "Trajan Pro";
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}
section#contact div.address ul li
{
    margin-top: 10px;
}
section#contact div.address ul li.social
{
    overflow: hidden;
}
section#contact div.address ul li.social ul
{
    display: block;
    margin-left: -5px;
}
section#contact div.address ul li.social li
{
    float: left;
    background: url('../imgs/separator_bg.png') top left repeat-y;
    padding: 0 8px;
    margin-left: -5px;
    margin-right: 5px;
    margin-top: 0;
}
section#contact div.address ul li img
{
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px;
}
section#contact div.address ul li.social img
{
    margin-bottom: -2px;
}
section#contact div.form
{
    float: right;
}
section#contact div.form p.title
{
    margin-bottom: 30px;
}
section#contact div.form label
{
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    width: 97px;
}
section#contact div.form label span
{
    color: #c90202;
    display: none;
}
section#contact div.form input[type="text"]
{
    border: 0;
    background: transparent url('../imgs/formInput_bg.png') no-repeat;
    width: 199px;
    height: 35px;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
}
section#contact div.form input#contact_phone
{
    margin-bottom: 20px;
}
section#contact div.form textarea
{
    display: block;
    border: 0;
    background: transparent url('../imgs/formTextArea_bg.png') no-repeat;
    width: 300px;
    height: 73px;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 13px;
    margin: 10px 0;
    resize: none;
}
section#contact div.form input[type="image"]
{
    margin-left: 160px;
}
section#contact div#contact_result
{
    color: #0fa216;
}
/*
 * Pie de página
 */
footer#legals
{
    width: 100%;
    min-width: 960px;
    background: #151516;
    color: #ffffff;
    font-size: 13px;
}
footer#legals div.wrap
{
    padding: 30px 0;
}
footer#legals div#copyright
{
    float: left;
}
footer#legals div#copyright a
{
    text-decoration: underline;
}
footer#legals div#developer
{
    float: right;
    font-size: 12px;
    color: #6f6f6f;
}
footer#legals div#developer a:hover
{
    text-decoration: underline;
}
