body{
	background-color: #ECEDED;
	margin: 0px;
	/*text-align: center;*/
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	font-size: 14pt;
	font-weight: lighter;
        height:100%;
        overflow-x: hidden;
       
}
.TypewriterEliteMT { 
	font-family: TypewriterEliteMT;
	font-weight: normal;
	font-style: normal;
}
img{
    border: 0 none;
}


html{
    height:100%;
    
}

a, a:link, a:focus, a:visited, a:active, a img{
	color: #000000;
	text-decoration: none;
	outline: none;
     
}

a, a:focus, a:active, a.btn, a.btn:focus, a.btn:active, button.btn, button.btn:focus, button.btn:active, input:active, input:focus{
	outline: none;
        outline:0px;
}


.clear{
	clear: both;
}

.hover{
 	cursor: pointer;	
}

.left{
	float: left;
}
.right{
	float: right;
}
.rounded {
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.shadow{
	-webkit-box-shadow:  -1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  -1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

#logo{
	float: left;
	background: transparent url('../images/logo.png') no-repeat left top;
	width:  288px;
	height: 100px;
	cursor: pointer;
}

.back_img{
	position: absolute;
	width: 100%;
	height: 100%;
}
#back_1{
	z-index: -2;
	position: fixed;
}
#back_2{
	z-index: -3;
	position: fixed;
}

#center_bar{
	/*position: relative;	
	width: 1040px;*/
        height: 100%;
}

/*
 * MENU BAR
 */
#menu_bar{
	position: fixed;
	width: 100%;
	top: 40px;
	z-index: 100;
}

#menu_bar #menu_background{
	position: absolute;
	top: 0;
	/*background-color: #ffffff;*/
	height: 100px;
	width: 100%;
	opacity: 0.8;
	/*-webkit-box-shadow:  -1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  -1px 1px 2px 1px rgba(0, 0, 0, 0.3);*/
	z-index: -1;
}

#tablon{
	position: fixed;
	top: 25px;
	left: 170px;
	/*width: 367px;*/
	height: 20px;
	text-align: left;
	/*background:url('../images/fondo_tablon.jpg') no-repeat 0 0; */
	font-family: Times New Roman;
	
}

#mensaje_tablon{
	font-size: 11px;
	margin-left: 11px;
	margin-top: 3px;
        font-family: TypewEliMT, Tahoma;
	
	
}

#menu_bar #menu_content{
	width: 1040px;
}


#menu_bar ul{
	list-style: none;
	padding:0;
	margin:0;
}


#menu_bar ul li{
	float:left;
	margin-right: 25px;
	width: 160px;
	height: 100px;
	cursor: pointer;
	word-wrap: break-word;
}


#menu_bar ul li:first-of-type{
	margin-right: 0px;
	margin-left:20px;
}


#menu_bar ul li.active .title{
	font-style: italic;
}


#menu_bar li .title{
	font-style: normal;
	text-transform: uppercase;
	font-size: 13pt;
	padding: 3px;
	margin-top: 37px;
	
}


#menu_bar li.selected .title{
	font-style: italic;
	margin-top: 17px;
	
}



#menu_bar li .resume{
	display: none;
	font-style: italic;
	font-size: 9pt;
	width: 100%;	
}
#menu_bar li.selected .resume{
	display: inherit;
}


/*
 * HOME
 */
#home_view{

	/*height: 700px;*/
	position:fixed;
	top: 270px;
	left: 22px;
	width:100px;
	margin-right: 40px;
}

#home_view ul{
	list-style: none;
	padding:0;
	margin-top:12px;
	float: left;
}

#home_view ul li{
	float:left;
	margin-right: 25px;
	/*width: 160px;*/
	/*height: 100px;*/
	cursor: pointer;
	word-wrap: break-word;
}
#home_view ul li:first-of-type{
	margin-right: 0px;
	/*margin-left:20px;*/
}

#home_view ul li.active .title{
	/*font-style: italic;*/
}

#home_view li .title{
	font-style: normal;
	font-size: 9pt;
	padding: 3px;
	/*margin-top: 37px;*/
	
}
#home_view a{
	font-style: normal;
	font-size: 12pt;
	padding: 3px;
	/*margin-top: 37px;*/
	text-align: left;
	
}

#home_view .title{
    
    margin-left: 5px;
}

#home_view li.selected .title{
	/*font-style: italic;
	margin-top: 17px;
	*/
}


#home_view .arrow{
	position:absolute;
	z-index: 10;
	top: 320px;
	cursor: pointer;
	opacity: 0.8;
}
#home_view .arrow:hover{
	opacity: 1;
}
#home_view #arrow_left{
	left: 20px;	
}
#home_view #arrow_right{
	right: 20px;	
}

#home_view .img_1{
	position: absolute;
	left: 0;
	z-index: 4;
}

#home_view .img_2{
	position: absolute;
	left: 0;
	z-index: 3;
}

/*
 * PORTFOLIO
 */
#standard_view{
	padding-top: 87px;
	background-color: #ECEDED;
        width: 100%;
}

#standard_view2{
	
	background-color: #ECEDED;
}

#standard_view #description{
	padding-left: 20px;
	padding-right: 30px;
	margin-right: 12px;
	width: 220px;
	font-style: italic;
	font-size: 11pt;
	text-align: left;
	position: fixed;
	line-height: 14pt;
}
#standard_view #assemblage_gallery{
	/*width: 1000px;*/
	min-height: 500px;
	padding:0;
	/*margin:0 0 0 164px;*/
}

#assemblage_gallery{
    
    width: 850px;
}
#standard_view #assemblage_gallery ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#standard_view #assemblage_gallery ul li{
	float:left;
	margin: 3px 0 0 10px;
	padding:0;
}
#standard_view #assemblage_gallery ul li img{
	max-width: 700px;
}


#proyecto_thumb{
	width:194px;
       
	height: 400px;
	background-color: #ffffff;
	float: left; 
	margin-left: 8px;
	border-bottom: 1px dashed #A4A6A7;
	z-index : 100;
	overflow: hidden;
	
	
	
}

#imagen_thumb{
    margin: 10px;
    width: 174px;
    overflow: hidden;
    height: 270px;
    outline:0px;
    
    
}

#proyecto_thumb_relacionados{
	width:110px;
	height: 225px;
	background-color: #ffffff;
	float: left; 
	margin-right: 8px;
	margin-bottom: 8px;
	z-index : 100;
	overflow: hidden;
        text-align: center;
	
	
	
}


#proyecto_titulo{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    width: 150px;
    line-height: 18px;
}

#proyecto_resume{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 200;
    width: 150px;
}
/*
 * VISTA DE PROYECTO
 */
#parte_izquierda{
	float: left;
	width: 820px;
	overflow: hidden;
        margin-left: 170px;
}
#parte_inferior{
    float: left;
    width: 820px;
    overflow: hidden;
    margin-top: 24px;
    text-align: left;
}

#columna1{
    float: left;
    width: 210px;
   /* margin: 0 12px 0 12px;*/
    border-right: 1px solid #E3E3E3;
    font-size: 14px;
}

#columna2{
    float: left;
    width: 210px;
    margin: 0 12px 0 12px;
    border-right: 1px solid #E3E3E3;
    padding-right: 6px;
}
#columna2_contacto{
    float: left;
    width: 170px;
    margin: 0 12px 0 12px;
    border-right: 1px solid #E3E3E3;
    padding-right: 6px;
}
#columna3{
    float: left;
    width: 210px;
    margin: 0 12px 0 12px;
}


#imagen_grande{
	float: left;
	width: 805px;
	overflow: hidden;
	margin-bottom: 20px;
        text-align: left;
        visibility: hidden;
 
	
}
#thumb_proyecto{
	float: left;
	width: 100%;
	/*height: 214px;*/
	overflow: hidden;
	margin-bottom: 20px;
	
}
#thumb_imagenes{
	float: left;
	width: 335px;
	height: 125px;
	overflow: hidden;
        margin-right: 10px;
        
	
	
}
#relacionados{
	float: left;
	font-size: 13px;
	color: #000;	
}
#relacionados p{
	margin-bottom: 35px;
}

#titulo{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	
	
}

#resumen{
	font-size: 14px;
	color: #787878;
        
	text-align: left;
	margin: 0px 10px 10px 0px;
        font-weight: 200;
	
}

#descripcion{
	font-size: 14px;
	color: #787878;
	text-align: left;
        text-wrap: normal;
        width: 200px;
       
	
	
	
}

#leermas{
	font-size: 11px;
	margin-bottom: 10px;
	text-align: left;
	color: #DDB2B9 !important;
}

#leermas a{
	color: #DDB2B9 !important;
	
}

#idiomas{
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	color: #787878 ;
}

#info_ampliada{
        width: 210px;
        float: left;
	/*display: none;*/
	
}

.enlace_idioma{
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 20px;
	color: #787878;
	
}
#enlace_menu{
	font-size: 13px;
	text-align: left;
	color: #000;
        margin-bottom: 25px;
	
}
/*
 * VIDEO
 */

#video_view{
	padding-top: 180px;
}
#video_view iframe{
	background-color: #000000;
	/*-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;*/
	-webkit-box-shadow:  -1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  -1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*
 * CONTACT
 */
#contact_view{
	padding: 180px 0 0 30px;
	margin-bottom: 30px;
}

#contact_view .left{
	width: 300px;
	text-align: left;
	font-size: 11pt;
}

#contact_view .right{
	margin-right: 40px;
}
#contact_view .right .title{
	text-align: left;
	margin-bottom: 65px;
	font-size: 12pt;
	width: 600px;
}
#contact_view .left #form_header{
	padding-left: 8px;
}

#contact_view .left input{
	border: none;
	background: transparent url('../images/contacte_camp1.png') no-repeat 0 0;
	width: 250px;
	height: 70px;
	padding: 0 20px 0 20px;
	margin-bottom: 10px;
	font-family: Georgia;
	color: #828282;
	font-size: 10pt;
}


#contact_view .left input.btn{
	border: none;
	background: transparent url('../images/boto_enviar.png') no-repeat 0 0;
	width: 116px;
	height: 42px;
	padding: 0;
	margin: 20px 0 0 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10pt;
	font-style: italic;
	cursor: pointer;
	
}

#contact_view .left textarea{
	border: none;
	background: transparent url('../images/contacte_camp2.png') no-repeat 0 0;
	width: 250px;
	height: 110px;
	padding: 20px 20px 20px 20px;
	resize: none;
	font-family: Georgia;
	color: #828282;
	font-size: 10pt;
}

#contact_view #msg_form{
	padding-left: 8px;
	margin-top: 20px;
	color: #bd3f3f;
}
#contact_view .msg_ok{
	color: #51a737;
}

#contact_view .right #map_footer #address{
	text-align: left;
	font-size: 10pt;
	margin-top: 25px;
}

#contact_view .right iframe{
	margin-top:4px;
}

/*
 * BOTTOM
 */
#bottom_bar{
	width: 100%;
	text-align: center;	
	margin: 0 0 50px 0;
}
#bottom_bar>div{
	display: table;   /* Allow the centering to work */
	margin: 0 auto;	
}
#bottom_bar ul{
	min-width: 696px;
	list-style: none;
	padding-top: 30px;
	margin:0;
}

#bottom_bar ul li{
	float:left;
	width: 250px;
	display: inline;
	text-align: center;
}
#bottom_bar ul li .title{
	text-transform: uppercase;
	font-size: 11pt;
	margin-bottom: 8px;
}

#bottom_bar ul li .content{	
	font-size: 10pt;
}

#bottom_bar ul li .content a{	
	text-decoration: underline;
}

input.tablon {
    font-family: TypewriterEliteMT;
  border: 1px solid #ccc;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.
   */
  -moz-box-shadow: inset 2px 2px 3px 0px #666;
  -webkit-box-shadow: inset 2px 2px 3px 0px #666;
  box-shadow: inset 2px 2px 3px 0px #666;
  
  /* using a bigger font for demo purposes so the box isn't too small */
  font-size: 14.5px;
  width: 560px;
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 10px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;
  background-color: #FCF2F3;
  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
  height: 24px;
  
  
  
  
  
}

#tablon-instagram {
    position: absolute;
	top: 0;
    right: -200px;
}

#contenedor_coverflow{
  height: 100%;
/*  min-height: 1000px;*/
  margin-left: 20px;
}

#coverflow_derecha{

  float: left;
  background-color: #F7F7F7;
/*    height: 100%;
  min-height: 1000px;  */
}

#coverflow_izquierda{
  width: 945px;
  float: left;
  background-color: #e3e5e5;
  height: 100%;
  min-height: 560px; 
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}

#menu_coverflow{
    
    color: #000;
    font-size: 13px;
    float:left;
    font-weight: 400;
}

#contenido_coverflow_derecha{
    
    color: #807F7F;
    font-size: 11px;
    margin-top:118px;
    margin-left: 22px;
    float:left;
}

#titulo_coverflow{
    
    color: #000000;
    font-size: 13px;
    float:left;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    width: 100%;
}

#resume_coverflow{
    
    color: #424242;
    font-size: 13px;
    float:left;
    text-align: left;
     width: 100%;
}

#descripcion_coverflow{
    
     color: #424242;
    font-size: 14px;
    float:left;
    text-align: left;
    width: 100%;
    font-weight: 200;
}

#slide_cover {
    float: left;
    /*height: 435px;*/
    /*margin-left: 100px;*/
    margin-top: 20px;
    /*width: 700px;*/
}

#container, #content{
    /*height: 100%;*/
    min-width: 780px;
    
}

#iconos{
    width: 50px;
    
}

#capa_logo{
    
    margin: 0px 0px 50px 0px;
    float: left;
}

#datos_contacto{
	/*width: 1000px;*/
	min-height: 600px;
	padding:0;
	margin:175px 0 0 170px;
}

#descripcion_contacto{
    
    color: #000;
    font-size: 14px;
    float:left;
    text-align: left;
    width: 190px;
    font-weight: 200;
}

#menu_contacto{
    
    color: #000;
    font-size: 14px;
    margin-top:15px;
    float:left;
    font-weight: 400;
}

#contenidos_coverflow{
    background-color: #e3e5e5;
    width: 945px;
    height: 100%;
    float: left;
    padding: 10px 0 15%;
    clear: left;
    
}

#columna1_coverflow{
    float: left;
    width: 195px;
    margin: 0 0px 0 130px;
    border-right: 1px solid #D8D8D8;
    font-size: 14px;
    text-align: left;
    
    
}

#columna2_coverflow{
    float: left;
    width: 210px;
    margin: 0 12px 0 12px;
    border-right: 1px solid #E3E3E3;
    
    
}

/*
@media screen and (max-width: 194px){
#proyecto_thumb{
	
        width: 100%;
	height: 400px;
	background-color: #ffffff;
	float: left; 
	margin-left: 8px;
	border-bottom: 1px dashed #A4A6A7;
	z-index : 100;
	overflow: hidden;
	
	
	
}
}*/

/*
@media only screen and (max-width: 460px) {

        #tablon{left:40px;}
        input.rounded{width: 350px;}
        #home_view{top: 70px;}
        #assemblage_galley{width: 260px;margin: 0 0 0 120px;}
}*/

.preloader { 
    background:url(../images/89.gif) center top no-repeat;
    padding: 50% 0;
    /*visibility: hidden;*/
}
.preloader img{
    position: relative;
}
#loadingicon{
    position: absolute;
    top: 40%;
}
#loading.loading{
    background: url(../images/89.gif) center center no-repeat rgba(99,99,99,0.1);
    width: 100%;
    height: 100%;
    
}