/* Parametros Generales */

*{
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
}

img{
	border:none;
}

a{
	text-decoration:none;
}
body{
	padding:0;
	margin:0;
	background-color:#CBCBCB;
	background-image: url(../imagenes/bkgd.jpg);
	background-repeat:repeat-x;
}
.limpiar{
	clear:both;
}
ul{
	list-style:none;
}

/* Inicia el cuerpo */

#lineatop{
	width:100%;
	height:30px;
}
#lineanegra{
	height:22px;
	background:#002F65;
}
.idiomas{
	width:890px;
	height:12px;
	padding:5px;
	margin:auto;
	color:#FFC81F;
	font-size:10px;
	text-align:right;
}
.idiomas a{
	color:#FFC81F;
}
.idiomas a:hover{
	color:#FFF;
}
#lineaamarilla{
	height:8px;
	background:#FFC81F;
}
#contenedor{
	width:970px;;
	margin:auto;
	background-color:#000000;
}
#top{
	height:320px;
}
#botonera{
	width:300px;
	height:320px;
	float:left;
}
#logo{
	height:100px;
	background:url(../imagenes/logo.jpg);
}
#butons{
	height:220px;
	width:270px;
	background:#2C3032;
	float:left;
	margin-left:30px;
}
#contenedorbotones{
	width:220px;
	height:180px;
	margin-top:20px;
	margin-left:24px;
}
.boton1{
	height:90px;
	width:110px;
	float:left;
	background-image:url(../imagenes/boton1.jpg);
}
.boton1:hover{
	background-image:url(../imagenes/boton1hover.jpg);
}
.boton2{
	height:90px;
	width:110px;
	float:left;
	background-image:url(../imagenes/boton2.jpg);
}
.boton2:hover{
	background-image:url(../imagenes/boton2hover.jpg);
}
.boton3{
	height:90px;
	width:110px;
	float:left;
	background-image:url(../imagenes/boton3.jpg);
}
.boton3:hover{
	background-image:url(../imagenes/boton3hover.jpg);
}
.boton4{
	height:90px;
	width:110px;
	float:left;
	background-image:url(../imagenes/boton4.jpg);
}
.boton4:hover{
	background-image:url(../imagenes/boton4hover.jpg);
}
#flashtop{
	background:url(../imagenes/flashtop.jpg);
	height:320px;
	width:640px;
	float:left;
}
#amarillo1{
	height:30px;
	width:30px;
	background:#FFC81F;
	float:left;
}
#negro1{
	height:20px;
	width:260px;
	background:#000;
	float:left;
	color:#FFC81F;
	font-size:14px;
	padding:5px;
}
#negro1 a{
	color:#FFC81F;
}
#amarillo2{
	height:20px;
	width:630px;
	background:#FFC81F;
	float:left;
	font-size:14px;
	padding:5px;
}
#gris1{
	height:30px;
	width:30px;
	float:left;
}
#grisabajo{
	height:530px;
	width:270px;
	background:#2C3032;
	float:left;
	margin-left:30px;
}
#grisabajo5{
	height:1170px;
	width:270px;
	background:#2C3032;
	float:left;
	margin-left:30px;
}
.proyecto{
	width:230px;
	margin-left:20px;
	margin-top:20px;
}
.fotoproyecto{
	height:160px;
	width:230px;
}
.infoproyecto{
	font-size:9px;
	color:#FFFFFF;
	margin-top:5px;
}
.infoproyecto a{
	color:#FFC502;
}
#paratexto{
	height:530px;
	width:640px;
	background:#E6E8E7;
	float:left;
}
#paratexto5{
	width:640px;
	background:#E6E8E7;
	float:left;
}
.columna{
	width:300px;
	margin-top:20px;
	margin-left:14px;
	float:left;
	font-size:12px;
	text-align:justify;
	color:#4D4D4D;
}
#footer{
	height:15px;
	width:660px;
	background-color:#002F65;
	font-size:9px;
	color:#808080;
	padding:10px 10px 10px 300px;
}


#empresa1{
	height:240px;
	width:640px;
}
#empresa2{
	height:220px;
	width:640px;
	background: #2C3032;
}
#empresa3{
	height:170px;
	width:640px;
}

.textoempresa{
	width:280px;
	margin-top:10px;
	margin-left:20px;
	float:left;
	font-size:12px;
	text-align:justify;
	color:#4D4D4D;
}
.textoempresa2{
	width:280px;
	margin-top:20px;
	margin-left:25px;
	float:left;
	font-size:12px;
	text-align:justify;
	color:#4D4D4D;
}
.fotoempresa{
	width:310px;
	margin-top:10px;
	margin-left:20px;
	float:left;
}
.fotoempresa2{
	width:310px;
	margin-top:10px;
	float:left;
}
#paratexto2{
	height:720px;
	width:640px;
	background:#E6E8E7;
	float:left;
}
#textoproyectos{
	width:620px;
	margin-top:10px;
	margin-left:10px;
	font-size:12px;
	text-align:justify;
	color:#4D4D4D;
}
#grisabajo2{
	height:720px;
	width:270px;
	background:#2C3032;
	float:left;
	margin-left:30px;
}
#contacto1{
	width:300px;
	float:left;
	margin-left:10px;
	margin-top:30px;
	font-size:10px;
	text-align:justify;
	color:#4D4D4D;
}
#contacto2{
	width:280px;
	float:left;
	margin-left:25px;
	margin-top:30px;
	font-size:10px;
	text-align:justify;
	color:#4D4D4D;
}

/* Formulario contactos */

.linea_td{
	margin:0;
	height:20px;
	width:100px;
}
th{
	color:#666;
	text-align: right;
}
.input{
	width:220px;
	height:20px;
	background-color: #CCC;
}
.input2{
	width:220px;
	height:25px;
	font:14px Arial, sans-serif;
	color:#FFF;
	background-color:#002F65;
}
.input3{
	width:220px;
	height:80px;
	background-color: #CCC;
}

#grisabajo3{
	width:910px;
	background:#2C3032;
	float:left;
	margin-left:30px;
}
.proyecto2{
	width:230px;
	height:240px;
	margin-left:50px;
	margin-top:20px;
	float:left;
}

.detalle{
	width:870px;
	margin-left:20px;
	margin-top:20px;
	padding-bottom:20px;
}
.detalle2{
	width:870px;
	margin-left:20px;
	margin-top:20px;
}
#fotodetalle{
	height:300px;
	width:400px;
	float:left;
	background-color:#212425;
}
#tumbsdetalle{
	height:300px;
	width:450px;
	float:left;
	margin-left:20px;
	background-color:#212425;
}
.tumbdetalle{
	height:85px;
	width:130px;
	margin-top:11px;
	margin-left:15px;
	float:left;
	background-color:#2C3032;
}
#textodetalle{
	width:870px;
	font-size:10px;
	text-align:justify;
	color:#FFF;
}
#separador{
	height:20px;
	width:100%;
}
