/*DEFINICIONES*/
html{height:100%;}
body{
	margin:auto;
	padding:0;
	width:auto;
	height:auto;
	background-color: #222;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
form{margin:0px;padding:0px;border:0px;border-collapse:collapse;}
img{border:0px;margin:0px;padding:0px;}
span{margin:0px;padding:0px;border:0px;}
p{
	margin:0px 0 10px 0;
	padding:0px;
	border:0px;
	line-height:1.5em;
}
li{margin:0px;padding:0px;}
div{display:block;position:relative;}
a{text-decoration:none;color:#424242;}
a:hover{text-decoration:none;}
.ocultar{display:none;font-size:0px;}

.tip-wrap{z-index:3;}
.tip{background:rgba(255,255,255,0.5);color:#000;width:200px;height:auto;padding:10px;font-size:85%;text-align:center;}
.tip-top{height:0;width:0px;border-style:solid;border-color:transparent transparent rgba(255,255,255,0.5) transparent;border-width:10px;margin-left:100px;}

.slide{position:absolute;top:157px;left:91px;width:812px;height:345px;overflow:hidden;z-index:500;}
.tabs{position:absolute;top:157px;left:29px;width:939px;height:345px;}
.btn_izq{position:absolute;top:143px;left:0px;background-image:url('../img/btn_izq.png');width:30px;height:60px;background-position:0px 0px;}
.btn_izq:hover{position:absolute;top:143px;left:0px;background-image:url('../img/btn_izq.png');width:30px;height:60px;background-position:0px -60px;}
.btn_der{position:absolute;top:143px;right:0px;background-image:url('../img/btn_der.png');width:30px;height:60px;background-position:0px 0px;}
.btn_der:hover{position:absolute;top:143px;right:0px;background-image:url('../img/btn_der.png');width:30px;height:60px;background-position:0px -60px;}

.arial{font-family:arial;}
.verdana{font-family:verdana;}
.helvetica{font-family:helvetica;}
.times{font-family:times New Roman;}

.blanco{color:#FFFFFF;}
.azul{color:#509dda;}
.rojo{color:#d3593a;}
.gris{
	color:#333;
}
.amarillo{color:#f8b105;}
.negro{color:#000000;}
.naranja{color:#ec7d2d;}
.rosa{color:#fd0067;}

.t103{font-size:103px;}
.t101{font-size:101px;}
.t72{font-size:72px;}
.t50{font-size:50px;}
.t46{font-size:46px;}
.t44{font-size:46px;}
.t40{font-size:40px;}
.t39{font-size:39px;}
.t38{font-size:38px;}
.t35{font-size:35px;}
.t33{font-size:33px;}
.t31{font-size:31px;}
.t29{font-size:29px;}
.t28{font-size:28px;}
.t26{font-size:26px;}
.t24{font-size:24px;}
.t23{font-size:23px;}
.t18{font-size:16px;}
.t17{font-size:17px;}
.t16{font-size:16px;}
.t15{font-size:15px;}
.t14{font-size:14px;}
.t13{font-size:13px;}
.t12{font-size:12px;}
.t11{font-size:11px;}
.t10{font-size:10px;}
.t9{font-size:9px;}
.negrita{font-weight:bold;}
.justificado{text-align:justify;}
.upper{text-transform:uppercase;}
.sub{
	text-decoration:underline;
}
.nosub{text-decoration:none;}

/*COMÚN*/
.contenido {
	display: block;
	position: relative;
	clear: none;
	float: none;
	margin: 0px auto;
	width: 1000px;
	height: 800px !important;
	height: 585px;
	text-align: left;
}
.contenedor {
	width: 100%;
	height: 800px;
}
.fondo_negro {
	position: absolute;
	right: 0px;
	width: 100%;
	background-color: #000;
}
.fondo_blanco {
	position: absolute;
	right: 0px;
	width: 100%;
	background-color: #FFF;
}
.idiomas {
	position: absolute;
	right: 0px;
	height: 20px;
	top: 75px;
	line-height: 20px;
	z-index: 100;
}
.idiomas span{
	color: #999;
}
.idiomas a:active {
	color: #333;
}
.idiomas a:link {
	color: #333;
}
.idiomas a:visited {
	color: #333;
}
.idiomas a:hover {
	color: #000;
}
.img_foto_inicio {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}

.logo {
	position: absolute;
	left:0px;
	width:375px;
	height:100px;
	top: 0px;
}
.logo_gris {
	position: absolute;
	left:0px;
	width:275px;
	height:125px;
	z-index: 100;
	bottom: 96px;
}
.base_menu {
	position: absolute;
	background-color: #222;
	opacity: 0.75;
	filter:alpha(opacity=75);
	left: 0px;
	top: 100px;
	height: 30px;
	width: 100%;
	z-index: 100;
}
.menu {
	display: block;
	position: relative;
	clear: none;
	float: none;
	margin: 5px auto;
	width: 1000px;
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	z-index: 100;
	text-align: center;
	letter-spacing: 3px;
	color: #FFF;
}
.menu span {
	color: #666;
}
.menu a:active {
	color: #FFF;
}
.menu a:link {
	color: #FFF;
}
.menu a:visited {
	color: #FFF;
}
.menu a:hover {
	color: #666;
}
.pie {
	position: absolute;
	height: 20px;
	width: 1000px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: center;
	line-height: 20px;
	left: 0px;
	bottom: 0px;
	z-index: 50;
}
.pie a:active {
	color: #999;
}
.pie a:link {
	color: #999;
}
.pie a:visited {
	color: #999;
}
.pie a:hover {
	color: #FFF;
	font-weight: normal;
}
.firma {
	position: absolute;
	height: 20px;
	width: 200px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: right;
	line-height: 20px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
}
.firma a:active {
	color: #999;
}
.firma a:link {
	color: #999;
}
.firma a:visited {
	color: #999;
}
.firma a:hover {
	color: #FFF;
	font-weight: bold;
}
/*INICIO*/

#carrusel {
	position:absolute;
	float: none;
	width: 1000px;
	height: 500px;
	z-index:10;
	top: 100px;
}
.texto {
	position: absolute;
	height: 50px;
	width: 450px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align: center;
	line-height: 25px;
	left: 275px;
	bottom: 130px;
	z-index: 50;
	letter-spacing: 4px;
}
.imagen {
	position:absolute;
	float: none;
	width: 1000px;
	height: 250px;
	z-index:10;
	top: 100px;
}

/*ESTUDIO*/
.titulo_estudio {
	position: absolute;
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
	line-height: 18px;
	left: 75px;
	z-index: 50;
	letter-spacing: 2px;
	top: 370px;
}
.texto_estudio {
	position: absolute;
	width: 700px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: justify;
	line-height: 18px;
	left: 175px;
	z-index: 50;
	letter-spacing: 1px;
	top: 370px;
}
/*SERVICIOS*/
.titulo_servicios {
	position: absolute;
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
	line-height: 18px;
	left: 75px;
	z-index: 50;
	letter-spacing: 2px;
	top: 370px;
}
.texto_servicios1 {
	position: absolute;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: right;
	line-height: 18px;
	left: 175px;
	z-index: 50;
	letter-spacing: 1px;
	top: 370px;
}
.texto_servicios2 {
	position: absolute;
	width: 250px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: justify;
	line-height: 18px;
	left: 380px;
	z-index: 50;
	letter-spacing: 1px;
	top: 370px;
}
.imagen_servicios {
	position: absolute;
	width: 500px;
	font-size: 12px;
	z-index: 20;
	top: 350px;
	height: 250px;
	right: 0px;
	background-image: url(../img/servicios2.jpg);
}
/*PROYECTOS*/
.titulo_proyectos {
	position: absolute;
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
	line-height: 18px;
	left: 75px;
	z-index: 50;
	letter-spacing: 2px;
	top: 625px;
}
.titulo_clientes {
	position: absolute;
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
	line-height: 18px;
	left: 125px;
	z-index: 50;
	letter-spacing: 2px;
	top: 675px;
}
.titulo_colaboraciones {
	position: absolute;
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
	line-height: 18px;
	left: 125px;
	z-index: 50;
	letter-spacing: 2px;
	top: 975px;
}
.texto_i_proyectos {
	position: absolute;
	width: 400px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: justify;
	line-height: 18px;
	left: 125px;
	z-index: 50;
	letter-spacing: 1px;
	top: 700px;
}
.texto_i_proyectos a:active {
	color: #CCC;
}
.texto_i_proyectos a:link {
	color: #CCC;
	font-weight: bold;
}
.texto_i_proyectos a:visited {
	color: #CCC;
}
.texto_i_proyectos a:hover {
	color: #FFF;
	font-weight: bold;
}
.texto_d_proyectos {
	position: absolute;
	width: 400px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: justify;
	line-height: 18px;
	left: 530px;
	z-index: 50;
	letter-spacing: 1px;
	top: 700px;
}
.texto_d_proyectos a:active {
	color: #CCC;
}
.texto_d_proyectos a:link {
	color: #CCC;
	font-weight: bold;
}
.texto_d_proyectos a:visited {
	color: #CCC;
}
.texto_d_proyectos a:hover {
	color: #FFF;
	font-weight: bold;
}
.texto_colaboraciones {
	position: absolute;
	width: 400px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: justify;
	line-height: 18px;
	left: 125px;
	z-index: 50;
	letter-spacing: 1px;
	top: 1000px;
}
.contenido_proyectos {
	display: block;
	position: relative;
	clear: none;
	float: none;
	margin: 0px auto;
	width: 1000px;
	height: 1450px;
	text-align: left;
}
.img_proyectos {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}
#carrusel_proyectos {
	position:absolute;
	float: none;
	width: 1000px;
	height: 375px;
	z-index:10;
	top: 100px;
}

/*LEGAL*/
.contenido_legal {
	display: block;
	position: relative;
	clear: none;
	float: none;
	margin: 0px auto;
	width: 1000px;
	height: 1950px;
	text-align: left;
}
.legal {
	position: absolute;
	left: 100px;
	width: 800px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: justify;
	z-index: 50;
	letter-spacing: 0px;
	top: 370px;
}

/*CONTACTO*/
.contacto_titulo {
	position: absolute;
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
	line-height: 18px;
	left: 75px;
	z-index: 50;
	letter-spacing: 2px;
	top: 370px;
}
.contacto {
	position: absolute;
	width: 250px;
	left: 700px;
	color: #000;
	top: 450px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align: justify;
	line-height: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
	z-index: 50;
}
.contacto span{
	font-weight: bold;
	text-decoration:underline;
}
.contacto a:active {
	color: #999;
}
.contacto a:link {
	color: #999;
}
.contacto a:visited {
	color: #999;
}
.contacto a:hover {
	color: #FFF;
}
.contacto_campos {
	position: absolute;
	top: 370px;
	left: 200px;
	width: 450px;
	height: 250px;
	z-index: 50;
}

/*BOTONES*/
.boton {
	width: 125px;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: url(../img/boton_off.png);
	background-repeat: no-repeat;	
	line-height: 30px;
}
.boton ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.boton ul li {
	display: inline;
}
.boton ul li a {
	display: block;
	width: 125px;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: url(../img/boton_off.png);
	background-repeat: no-repeat;	
	line-height: 30px;
}
.boton ul li a:hover {
	background: url(../img/boton_on.png);
}
.boton2 {
	width: 125px;
	height: 30px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: url(../img/boton_off.png);
	background-repeat: no-repeat;	
	line-height: 30px;
}
.boton2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.boton2 ul li {
	display: inline;
}
.boton2 ul li a	{
	display: block;
	width: 125px;
	height: 30px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: url(../img/boton_off.png);
	background-repeat: no-repeat;	
	line-height: 30px;
}
.boton2 ul li a:hover	{
	background: url(../img/boton_on.png);
}
