/* CSS Document */

Body{
	background-color:#C1CFD2;
	background-image: url(img/bg.jpg);
	background-repeat:  repeat-x;
}

.content{
	background-image: url(img/bg_content.jpg);
	background-repeat:  repeat-x;
}
.contenthome{
	background-image: url(img/bg_home.jpg);
	background-repeat:  repeat-x;
}
.h1{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #5d7c99;
	padding-left:10px;
	text-decoration: none;
}
.h3{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5d7c99;
	line-height: 26px;
	text-decoration: none;
}
.h4{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.txt13{
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #12345a;
	text-decoration: none;
	line-height: 18px;
}
.txt{
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5d7c99;
	text-decoration: none;
	line-height: 18px;
}
.txthome{
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5d7c99;
	text-decoration: none;
	line-height: 16px;
}
.txttablas{
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5d7c99;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	line-height: 16px;
}
.txt_services{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
	text-decoration: none;
	text-transform: uppercase;
}
.txtlink{
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5d7c99;
	text-decoration: none;
	line-height: 16px;
}
.txtlink:Link{
	color: #5d7c99;
	text-decoration: none;
}
.txtlink:Active{
	color: #5d7c99;
	text-decoration: none;
}
.txtlink:Visited{
	color: #5d7c99;
	text-decoration: none;
}
.txtlink:Hover{
	color: #5d7c99;
	text-decoration:underline;
}
.form{
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #13355b;
	background-color:#ebf0f1;
	border:solid 1px #c1ced1;
	}
