@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(exportados/FONDO_AZUL_SOLIDO.jpg);
	background-repeat: repeat-x;
	background-color: #D8D8D8;
}


.ubicacion {
  width: 82px;
  height: 24px;
  background:url(01.jpg)no-repeat 0 0;
  transition: all .2s ease;
  opacity: 4;
  text-align:right;
    float:left;
  margin-right: 20px;
  }

.ubicacion:hover {
  opacity: .4;
}


.contacto {
  width: 82px;
  height: 24px;
  background:url(01.jpg)no-repeat 0 0;
  transition: all .2s ease;
  opacity: 4;
  text-align:right;
    float:left;
  margin-right: 0px;
  }

.contacto:hover {
  opacity: .4;
}




.servicios {
  width: 74px;
  height: 33px;
  background:url(01.jpg)no-repeat 0 0;
  transition: all .2s ease;
  opacity: 4;
  text-align:right;
  float:left;
  margin-right: 20px;
  }

.servicios:hover {
  opacity: .4;
}


.proyectos {
  width: 74px;
  height: 33px;
  background:url(01.jpg)no-repeat 0 0;
  transition: all .2s ease;
  opacity: 4;
  text-align:right;
    float:left;
  margin-right: 20px;
  }

.proyectos:hover {
  opacity: .4;
}


.politica {
  width: 74px;
  height: 33px;
  background:url(01.jpg)no-repeat 0 0;
  transition: all .2s ease;
  opacity: 4;
  text-align:right;
    float:left;
  margin-right: 20px;
  }

.politica:hover {
  opacity: .4;
}


.texto_general {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align:justify;
}

.texto_servicios {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	letter-spacing:1px;
	color: #333;
}

.texto_fotos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 20px;
	letter-spacing:1px;
	color: #039;
}

.texto_enviar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 20px;
	letter-spacing:1px;
	color: #FFF;
}