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

.fondocruz {
	background-image: url(imgs/cruzfondo.jpg);
	background-repeat: repeat;
	color: #FFF;
}

.fondo1 {
	background-image: url(imgs/fondo1.jpg);
	background-repeat: repeat;
}


.fondo2 {
	background-image: url(imgs/fondo2.jpg);
	background-repeat: repeat;
}

.fondoabout {
	background-image: url(imgs/fondoabout.jpg);
	background-repeat: no-repeat;
}
.fondoclients {
	background-image: url(imgs/fondoclients.jpg);
	background-repeat: no-repeat;
}
.fondoport {
	background-image: url(imgs/fondoportfolio.jpg);
	background-repeat: no-repeat;
}

.fondoport2 {
	background-image: url(imgs/fondoportfolio2.jpg);
	background-repeat: no-repeat;
}

.fondocontact {
	background-image: url(imgs/fondocontact.jpg);
	background-repeat: no-repeat;
}

.courierblancachica {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	text-align: right;
}
.courierverderight {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: normal;
	color: #9C0;
	text-align: right;
}
.courierblancabold {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	text-align: right;
	color: #FFF;
}

.courierblancaLIGHTgde {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: lighter;
	text-align: right;
	color: #FFF;
}


.courierverdechica {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #9C0;
	text-align: right;
}
.courierverdechicaCenter {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #9C0;
	text-align: center;
	line-height: 20px;
}

.courierverdechicaleft {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #9C0;
	text-align: left;
}

.courierfondogrisCenter {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color:#999
}

.courierverdeMedCenter {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: normal;
	color: #9C0;
	text-align: center;
	text-decoration:none;
}

.couriergrisCenter {
	font-family: "Courier New", Courier, monospace;
	font-size: normal;
	font-weight: medium;
	color: #333;
	text-align: center;
}

.couriergrisLeft {
	font-family: "Courier New", Courier, monospace;
	font-size: normal;
	font-weight: medium;
	color: #333;
	text-align: left;
	text-decoration: none;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #333;
	text-align: center;
}
.fondohome {
	background-image: url(imgs/fondohome.jpg);
	background-repeat: no-repeat;
}

.bighead {
	font-family: tk-museo;
	font-weight: 100;
	font-size: 100px;
}

.tk-museo {
	font-family: museo-1;
	font-weight: 100;
	font-size: 150px;
	color:#003153;
	text-align: center;
	line-height: normal;
	
}

.menusito {
	font-family: museo-1;
	font-weight: 100;
	font-size: 17px;
	color: #FFFFFF;
	text-align: right;
	text-indent:10px;
	padding-right:10px;
}

.menusitoAZUL {
	font-family: museo-1;
	font-weight: 100;
	font-size: 17px;
	color: #003153;
	text-align: left;
	text-indent:10px;
}

.caption-port {
	font-family: museo-1;
	font-weight: 300;
	font-size: 13px;
	color: #333333;
	text-align: center;
}


.fondocruz table tr td table {
	color: #FFF;
}

