@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
html {
	overflow: hidden;
	font-family: 'museo100', Arial, Helvetica, sans-serif;
	letter-spacing: 0.07em;
}
html, body {
	height: 100%;
}
h1 {
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
}
p {
}
span {
}
strong {
	font-family: 'museo500', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul, li {
	list-style-type: none;
}
/* Fondos */
body {
	background-attachment: fixed;
	background-image: url(../images/bg-portfolio.png);
	background-repeat: no-repeat;
	background-position: center center;
}
body#contacto, body#filosofia, body#home {
	background-attachment: fixed;
	background-image: url(../images/bg-contacto.png);
	background-repeat: no-repeat;
	background-position: center center;
}
body#portfolio div#content-wrap {
	background-image: url(../images/bg-portfolio-wrap.png) !important;
	background-repeat: no-repeat !important;
	background-position: center 55px !important;
}
body#oficina div#content-wrap {
	background-image: url(../images/bg-oficina-wrap.png) !important;
	background-repeat: no-repeat !important;
	background-position: center 55px !important;
}
body#filosofia div#content-wrap {
	background-image: url(../images/bg-filosofia-wrap.png) !important;
	background-repeat: no-repeat !important;
	background-position: center 55px !important;
}
body#contacto div#content-wrap {
	background-image: url(../images/bg-contacto-wrap.png) !important;
	background-repeat: no-repeat !important;
	background-position: center 55px !important;
}
body#home div#content-wrap {
	background-image: url(../images/bg-home-wrap.png) !important;
	background-repeat: no-repeat !important;
	background-position: center 55px !important;
}
/* Estructura general */
#vaLogo {
	height: 114px;
	width: 100%;
	float: left;
}
#logo-hide {
	height: 114px;
	background-image: url(../images/bg_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index: 2;
	width: 100px;
	float: left;
	margin-left: 47px;
}
#cachoLogo {
	background-image: url(../images/bg_logo_big.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 55px;
	width: 100%;
	position: absolute;
	z-index: 100;
}
#vaLogo a {
	background-image: url(../images/VA-Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
	display: block;
	height: 59px;
	width: 214px;
	margin-top: 0px;
}
#content-wrap {
	float: left;
	height: 560px;
	width: 100%;
	margin-top: -280px;
	position: absolute;
	top: 50%;
}
.contenido {
	height: 560px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;/*border: 1px solid #FF0;*/
}
.titulo-pagina {
	height: 55px;
	width: 100%;
}
.titulo-pagina-b {
	margin-top: 64px;
	height: 60px;
	width: 50%;
	float: left;
}
body#contacto .titulo-pagina-b {
	margin-top: 58px;
	height: 55px;
	width: 50%;
	float: left;
}
.titulo-pagina-c {
	margin-top: 187px;
	height: 56px;
	width: 99%;
	float: left;
}
.titulo-pagina h1 {
	font-family: 'museo100', Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	line-height: 55px;
	width: auto;
	margin-right: 35px;
}
.titulo-pagina-b h1 {
	font-family: 'museo100', Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	line-height: 56px;
	width: auto;
}
body#contacto .titulo-pagina-b h1 {
	font-family: 'museo100', Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	line-height: 55px;
	width: auto;
}
.titulo-pagina-c h1 {
	font-family: 'museo100', Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	line-height: 56px;
	width: auto;
}
.textos {
	width: 38%;
	margin-top: 85px;
	margin-right: 1%;
	float: right;
}
.textos h2 {
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
}
.textos p {
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: justify;
	line-height: 14px;
}
body#filosofia .textos {
	width: 90%;
	margin-top: 25px;
	margin-right: 1%;
	float: right;
}
body#filosofia .textos p.columna {
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: justify;
	line-height: 14px;
	float: left;
	width: 46%;
	margin-left: 4%;
}
body#contacto .textos {
	width: 38%;
	margin-top: 20px;
	margin-right: 1%;
	float: right;
}
.contenido-division {
	height: 505px;
	width: 100%;
}
#contenido-left {
	float: left;
	height: 505px;
	width: 214px;
	position: absolute;
	z-index: 100;
}
#contenido-left-home {
	float: left;
	height: 505px;
	width: 214px;
	padding-right: 127px;
	position: absolute;
	z-index: 100;
	background-image: url(/images/bg-menu-home.png);
	background-repeat: no-repeat;
	background-position: right top;
}

a.btnVolver {
	color: #5a5c60 !important;
}
a.btnVolver:hover {
	color: #fff !important;
}
#menu-nav {
	width: 200px;
	height: 200px;
	float: left;
	padding-right: 14px;
	margin-bottom: 26px;
	margin-top:35px;
	clear: both;
}
#menu-nav ul {
	width: 100%;
}
#menu-nav ul ul.submenu{
	width: 93% !important;
	margin-left:7% !important;
}
#menu-nav ul li {
	float: left;
	width: 100%;
}
#menu-nav ul li a {
	color: #b5b8c1;
	font-size: 16px;
	display: block;
	line-height: 25px;
	height: 25px;
	width: 100%;
}
#menu-nav ul ul.submenu a {
	color: #8e9097 !important;
	font-size: 12px !important;
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	line-height: 16px !important;
	height: 16px !important;
	
}
#menu-nav ul ul.submenu a:hover {
	color: #fff !important;
}
#menu-nav ul li a:hover {
	color: #fff;
}
body#oficina #menu-nav ul li a {
	color: #767676 !important;
}
body#oficina #menu-nav ul li a:hover {
	color: #000 !important;
}
#footer {
	color: #626262;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.04em;
}
#contenido-rigth {
	float: left;
	margin-left: 194px;
	height: 505px;
	width: 766px;
	position: absolute;
}
#contenido-rigth-home {
	float: left;
	margin-left: 168px;
	height: 505px;
	width: 1113px;
	position: absolute;
}
/* slide content */
/* --- Container configuration ---------------------------------------------------------- */
.viewportL1A, .viewportL1B, .viewportL1C, .viewportL2A, .viewportL2B, .viewportL2C, .viewportL3A, .viewportL3B, .viewportL3C {
	float: left;
	height: 116px;
	overflow: hidden;
	position: relative;
	width: 198px;
}
.viewportL1A, .viewportL1B, .viewportL1C, .viewportL2A, .viewportL2B, .viewportL2C {
	margin-bottom: 25px;
}
.viewportL1A {
	left: 78px;
}
.viewportL1B {
	left: 16px;
}
.viewportL1C {
	left: -50px;
}
.viewportL2A {
	left: 44px;
}
.viewportL2B {
	left: -19px;
}
.viewportL2C {
	left: -82px;
}
.viewportL3A {
	left: 10px;
}
.viewportL3B {
	left: -53px;
}
.viewportL3C {
	left: -116px;
}
/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
	margin-right: 0;
}
/* --- Link configuration that contains the image and label ----------------------------- */
.viewportL1A a, .viewportL1B a, .viewportL1C a, .viewportL2A a, .viewportL2B a, .viewportL2C a, .viewportL3A a, .viewportL3B a, .viewportL3C a {
	display: block;
	position: relative;
}
.viewportL1A a img, .viewportL1B a img, .viewportL1C a img, .viewportL2A a img, .viewportL2B a img, .viewportL2C a img, .viewportL3A a img, .viewportL3B a img, .viewportL3C a img {
	height: 116px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 198px;
}
/* --- Label configuration -------------------------------------------------------------- */
.viewportL1A a span, .viewportL1B a span, .viewportL1C a span, .viewportL2A a span, .viewportL2B a span, .viewportL2C a span, .viewportL3A a span, .viewportL3B a span, .viewportL3C a span {
	display: none;
	font-size: 13px;
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	height: 100%;
	padding-top: 50px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	width: 78%;
	padding-left: 22%;
	z-index: 100;
}
.viewportL1A a span em, .viewportL1B a span em, .viewportL1C a span em, .viewportL2A a span em, .viewportL2B a span em, .viewportL2C a span em, .viewportL3A a span em, .viewportL3B a span em, .viewportL3C a span em {
	display: block;
	font-size: 0.45em;
	font-weight: normal;
}
/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
	color: #fff;
	text-shadow: #000 0px 0px 20px;
	background-image: url(../images/hover-thumb.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.dark-background em {
	color: #ccc;
}
/* formulario contacto */
#contactWrapper {
	width: 100%;
	padding: 0px;
}
#contactform {
	margin-top: 70px;
	display: block;
}
#contactWrapper h1 {
	font-size: 11px;
	margin: -33px 0px 30px;
	padding: 5px 0px 0px 15px;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../img/title-background.png) no-repeat;
	width: 138px;
	height: 22px;
	color: #fff;
	font-weight: bold;
}
#contactWrapper label {
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	display: block;
	float: none;
	font-size: 11px;
	width: auto;
	margin-bottom: 4px;
	color: #666;
}
#contactWrapper #error {
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	font-size: 11px;
	width: 274px;
	color: #bb3737;
	background: #fad6d6;
	border: 1px solid #bb3737;
	margin-top: -70px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: absolute;
	z-index: 100;
}
#contactWrapper label.checked {
	display: none;
	background: none;
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	text-indent: -5000px;
}
#contactWrapper em {
	color: #bb3737;
}
#contactWrapper .stage {
	margin-bottom: 10px;
}
form#contactform input, form#contactform textarea {
	border: 1px solid lightGrey;
	padding: 5px 5px;
	font-size: 12px;
	color: #333;
	width: 274px;
	color: #777;
	background-color: #EEEFF3;
}
#contactWrapper .success {
	margin-top: 70px;
	color: #666;
}
form#contactform input, form#contactform textarea {
	border: 1px solid #cfdede;
	padding: 5px 5px;
	font-size: 12px;
	color: #333;
	width: 274px;
	color: #777777;
	background-color: #eeeff3;
}
form#contactform textarea {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
}
form#contactform input:focus, form#contactform textarea:focus {
	outline: none;
	border: 1px solid #649d9d;
}
#submitButton {
	display: block;
	width: 100px!important;
	height: 27px;
	border: 0px!important;
	padding: 5px!important;
	background-color: #151515 !important;
}
#submitButton:hover {
	background-color: #555 !important;
}
#submitButton:active {
	background-color: #151515 !important;
}
.list{
	background-image: url(/images/proyectos/thumb-list.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:198px;
	height:116px;
}
.listTitulo{
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-left:34px;
	padding-top:10px;
	margin-right:25px;
	padding-bottom:10px;
}
.listL1, .listL2, .listL3, .listL4, .listL5{
	font-family: 'museo300', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaa;
}
.listL1{
	margin-left:30px;
}
.listL2{
	margin-left:26px;
}
.listL3{
	margin-left:22px;
}
.listL4{
	margin-left:18px;
}
.listL5{
	margin-left:14px;
}