@charset "utf-8";

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}


.centerbg {
	background-color: #10cde1;
}

.bottombg {
	background-color: #CCCCCC;
}

.fondoheader {
	background-color: #ffffff;
}


.textoBlancoGrande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.textoBlancoMediano {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
}

.textoBlancoPortadas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
}

.textoGrisMediano {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
}

.textoBlancoChico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	color: #ffffff;
}

.textoBlancomasChico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #ffffff;
}

.aboutbg {
	background-image: url(images/bottomabout.png);
	background-repeat: no-repeat;
	background-position: right 300px;
}

.servicestbg {
	background-image: url(images/bottomservices.png);
	background-repeat: no-repeat;
	background-position: right 300px;
}

.contactbg {
	background-image: url(images/bottomcontact.png);
	background-repeat: no-repeat;
	background-position: right 300px;
}

.portfoliobg {
	background-image: url(images/bottomportfolio.png);
	background-repeat: no-repeat;
	background-position: right 300px;
}

.testimonialsbg {
	background-image: url(images/bottomtestimonials.png);
	background-repeat: no-repeat;
	background-position: right 300px;
}

.lineaheader {
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bgrecuadros{
	background-color: #FFFFFF;
	background-position: center center;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}