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

/*  
Client Name: Allan Urban Design Factory
Version: 1.5
Author: Sergio Majluf & Cesar Godoy
Author URI: http://www.basa.cl/ & http://www.03.cl

*/

body {
margin:auto;
background-color:#FFFFFF;
background-image:url(../images/fondo_header.png);
background-position:top;
background-repeat:repeat-x;
}

a, a:visited {
	color: #3d82c3;
}

a:hover {
	color: #185589;
}

#wrap {
width:780px;
height:auto;
margin:auto;
}

.header {
background-image:url(../images/background.png);
background-position:right;
width:780px;
height:86px;
}

.header a {
background-image:url(../images/logotipo.png);
background-position:left;
display:block;
width:250px;
height:86px;
}

.header a span {
display:none;
}

.header h1 {
margin:0px;
padding:0px;
}
.cuerpo {
padding:8px 20px 10px 20px;
}

.cuerpointerior {
padding:8px 20px 10px 20px;
}

.contenedorhomecolumnas {
height:246px;
}
.contenedorinteriorcolumnas {

padding-top: 20px;
border-top: 1px solid #d8e6e8;
clear:both;

}
.columnaizquierda {
height:246px;
width:287px;
float: left;
}
.columnaizquierda2 {
background-image:none;
height:246px;
width:287px;
float: left;
}

.columnaizquierda2 ul {
color: #3e80c0;
	border-bottom-width: 1px;
padding: -10px;

}
.columnaizquierda2 ul li a {
text-decoration: none;
color: #3e80c0;
	text-transform: capitalize;
	font-size: 95%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	line-height: 1.1em;
	padding: 5px;
}
.columnaizquierda2 ul li a:hover, .columnaizquierda2 ul li a.active {
	background-color: #f2f3f5;
	color: #002343;
}
.columnaderecha {
width:416px;
float: left;
margin-left:9px;
padding:10px;
font-family: "Arial Narrow";
color:#666666;
background: #fff url(../images/columna_izquierda-bg.png) no-repeat;
	font-weight: normal;
	font-style: normal;
}

.columnaderecha ul, .columnaizquierda2 ul {
	margin: 0 0 20px 0;
	padding: 0 5px 0 20px;
	list-style-type: square;
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
color:#666666;
	font: 96%/1.5em "Arial Narrow";
}

.columnaderecha h1 {
margin: 0 0 5px 0;
	color: #3e80c5;
	font: 160% "Arial Narrow";
	letter-spacing: -0.05em;
}
.columnaderecha h3 {
margin: 0 0 10px 0;
color:#666666;
	font: bold 100% "Arial Narrow";
	text-transform: uppercase;
}

.columnaderecha h2 {
background-image:url(../images/texto_importante_naranja.png);
background-repeat:no-repeat;
width:417px;
height:50px;
margin: 0;
padding:0px;
}
.cuerpo .columnaderecha h2 {
	background: url(../images/texto_importante_naranja.png) 0 2px;
}
.columnaderecha h2 b{
display:none;
}
.columnaderecha a img {
	padding: 2px;
	background-color: #dadada;
	margin: 0 0 10px 0;
}
.columnaderecha a:hover img {
	background-color: #3e8cdb;
}

.menu {
height:140px;
}

.menu ul li a{
width:177px;
height:132px;
display:block;
}

a.indexhome{
width:177px;
height:132px;
display:block;
background: url(../images/botones/btn-au.png);
}

a.directorhome{
width:177px;
height:132px;
display:block;
background-image: url(../images/botones/btn-director.png);
}

a.proyectoshome{
width:177px;
height:132px;
display:block;
background-image: url(../images/botones/btn-proyectos.png);
}

a.contactenoshome{
width:177px;
height:132px;
display:block;
background-image: url(../images/botones/btn-contactenos.png);
}

a:hover.indexhome {
background-image: url(../images/botones/btn-au-over.png);
}

a:hover.directorhome{
background-image: url(../images/botones/btn-director-over.png);
}

a:hover.proyectoshome{
background-image: url(../images/botones/btn-proyectos-over.png);
}

a:hover.purobuenohome{
background-image: url(../images/botones/btn-purobueno-over.png);
}

a:hover.contactenoshome{
background-image: url(../images/botones/btn-contactenos-over.png);
}


.menu ul li a span{
display:none;
}

.menu ul li {
float:left;
padding:0px;
margin:0px 8px 0 0;
list-style-type:none;
}

.menu ul {
padding:0px;
margin:0px;
}


/*----interior----*/
.menuinterior{
height:90px;
}

.menuinterior ul li a span{
display:none;
}

.menuinterior ul li {
float:left;
padding:0px;
margin:0px 8px 0 0;
list-style-type:none;
}

.menuinterior ul {
padding:0px;
margin:0px;
}

.menuinterior ul li a{
width:177px;
height:72px;
display:block;
}

a.indexinterior{
width:140px;
height:72px;
display:block;
background: url(../images/botones/btn-au.png) 0 -25px;
}

a.directorinterior{
width:140px;
height:72px;
display:block;
background: url(../images/botones/btn-director.png) 0 -25px;
}

a.proyectosinterior{
width:140px;
height:72px;
display:block;
background: url(../images/botones/btn-proyectos.png) 0 -25px;
}

a.purobuenointerior{
width:140px;
height:72px;
display:block;
background: url(../images/botones/btn-purobueno.png) 0 -25px;
}

a.contactenosinterior{
width:140px;
height:72px;
display:block;
background: url(../images/botones/btn-contactenos.png) 0 -25px;
}

a:hover.indexinterior, a.indexinterior.activo {
	background: url(../images/botones/btn-au-over.png) 0 -25px;
}

a:hover.directorinterior, a.directorinterior.activo{
	background: url(../images/botones/btn-director-over.png) 0 -25px;
}

a:hover.proyectosinterior, a.proyectosinterior.activo{
	background: url(../images/botones/btn-proyectos-over.png) 0 -25px;
}

a:hover.purobuenointerior, a.purobuenointerior.activo{
	background: url(../images/botones/btn-purobueno-over.png) 0 -25px;
}

a:hover.contactenosinterior, a.contactenosinterior.activo{
background: url(../images/botones/btn-contactenos-over.png) 0 -25px;
}


.fondonegro {
width:722px;
height:290px;
background-color:#000000;
margin-bottom:8px;
padding:5px;
}

.fondogris {

font-family:"Arial Narrow";
font-size:12px;
	letter-spacing: 0.1em;
background: #d4dade url(../images/columna_izquierda-bg.png);
}

.fondogris .campos {
border:1px solid #999999;
width:350px;
}


.cuerpointerior h2 {
	margin-top:3px;
	width:713px;
	color:#333333;
	letter-spacing: 0.015em;
	font: normal 12px/1.8em "Tahoma";
}
.cuerpointerior h2 strong, h3 strong {
	letter-spacing: 0.04;
	text-transform: uppercase;
	font-family:"Arial Narrow";
}
.cuerpointerior h1.director {
	margin-top:1px;
	font-size:10px;
	font-weight:normal;
	width:150px;
	height:20px;
	text-indent: -9999px;
	background: url(../images/h1-director.png) no-repeat;
	
}
.cuerpointerior h1.proyectos {
	margin-top:1px;
	font-size:10px;
	font-weight:normal;
	width:150px;
	height:20px;
	text-indent: -9999px;
	background: url(../images/h1-proyectos.png) no-repeat;
	
}

.cuerpointerior h1.contacto {
	margin-top:1px;
	font-size:10px;
	font-weight:normal;
	width:150px;
	height:20px;
	text-indent: -9999px;
	background: url(../images/h1-contactenos.png) no-repeat;
}

.cuerpointerior h1.hardwork {
	padding-top:0px;
	margin-top:-4px;
	font-family:"Arial Narrow";
	font-size:10px;
	font-weight:normal;
	background-image:url(../images/hardworklogo.png);
	background-repeat:no-repeat;
	width:128px;
	height:24px;
	text-indent: -9999px;

}

.cuerpointerior h1.alusystem {
	padding-top:0px;
	margin-top:-4px;
	font-family:"Arial Narrow";
	font-size:10px;
	font-weight:normal;
	background-image:url(../images/alusystemlogo.png);
	background-repeat:no-repeat;
	width:152px;
	height:24px;
	text-indent: -9999px;
	
}


.activo {
display:block;
width:140px;
height:72px;
background-color:#996600;
}

.activodiseno
{
background-image:url(../images/images/menu_interior_over_03.png);
}

.activoalu {
background-image:url(../images/images/menu_interior_over_05.png);
}

.activohardwork {
background-image:url(../images/images/menu_interior_over_07.png);
}

.activopuro {
background-image:url(../images/images/menu_interior_over_09.png);
}

.activocontacto {
background-image:url(../images/images/menu_interior_over_11.png);
}

.activo span{
display:none;
}

.footer {
	clear: both;
	overflow: hidden;
	margin-top:3px;
	margin-left:20px;
	padding:30px 20px 0px 0;
	border-top: 1px solid #d8e6e8;
	width:713px;
	font-family:"Arial Narrow";
	font-size:11px;
	text-transform: uppercase;
	color: #154e81;
}

.footer a.qvid {
	float: right;
margin: -15px -20px 0 0;	
}
.creditos { 
	clear: both;
	overflow: hidden;
	padding:10px 0;
	width:750px;
	color: #c5bebc;
	text-align: right;
	font: 10px "Avant Garde", "Century Gothic", "Lucida Grande", "Lucida Sans", Calibri, Arial;
}
.creditos a {
	color: #5d697d;
	text-decoration: none;
}
/*---- estilo de galeria de fotos ------*/

#box2{
	position:absolute;
	width:540px;
	height:290px;
}
#box2 span{
	display:block;
	float:left;
	margin-left:5px;
	
}
.mask2{
	position:relative;
	width:540px;
	height:290px;
	overflow:hidden;
	float:right;
}

.buttons{padding:5px;padding-top:260px;padding-left:40px;}
.buttons span{color:#3e80c5;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{color:#3e80c5}

#prev1 {
background-image:url(../images/btn_anterior.gif);
background-repeat:no-repeat;
display:block;
width:45px;
height:10px;
float:right;
}

#prev1 strong{
display:none;
}

#next1 {
background-image:url(../images/btn_siguiente.gif);
background-repeat:no-repeat;
display:block;
width:45px;
height:10px;
float:right;
}

#next1 strong{
display:none;
}

img {
border:0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */