/*
@font-face {
    font-family: 'cinecav_xui_regular';
    src: url('../font/cinecav_x_ui-webfont.eot');
    src: url('../font/cinecav_x_ui-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cinecav_x_ui-webfont.woff') format('woff'),
         url('../font/cinecav_x_ui-webfont.ttf') format('truetype'),
         url('../font/cinecav_x_ui-webfont.svg#cinecav_xui_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*rojo ec1b50
azul 5dc4c1*/

body {background-color:#ec1b50; color: #FFF; font-family:'Roboto Condensed'; font-weight:700; padding: 0; margin: 0;}
.mainContanier {width: 100%; overflow: hidden; padding: 0; margin: 0; position:relative;height: 100%;}
.logoContainer {width:420px; margin:0 auto;}
.logo { font-size: 60px; color: #FFF; float:left; opacity: 0}
#tagline {margin: auto; width: 386px; text-align: center; height: 60px; opacity: 0 }
.renovando {margin-top:80px; font-size: 24px;}
.footer {position:absolute; bottom:0px; width: 100%; height: 35px; }
.footer > div {width: 33%; float: left; position:relative;  top:35px;}
.footer div.wrap { padding: 0 25px 70px; }
.footer div h2 {text-indent: -9999px; height: 35px; overflow: hidden; margin: 0; cursor: pointer;}
.footer div.nosotros h2 {background: url(../img/bkg_nosotros.png) no-repeat 50% 0 #5dc4c1; }
.footer div.trabajo h2 {background: url(../img/bkg_trabajo.png) no-repeat 50% 0 #43a3a1;}
.footer div.contacto h2 {background: url(../img/bkg_contacto.png) no-repeat 50% 0 #5dc4c1;}

.footer div.nosotros {background: #5dc4c1; }
.footer div.trabajo {background: #43a3a1;}
.footer div.contacto {background: #5dc4c1;}
.footer div.trabajo {width: 34%;}

a, a:active, a:visited, a:focus {color: #b3fffd;}

.small {font-size: 14px;}