/* Resources */

/* SAFARI */
/* @media screen and (-webkit-min-device-pixel-ratio:0) {cont} */

/* IE7 Only */
/* *:first-child+html */

/* End Resources */

/* Global */

body {
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

/* Fin de Global */

/* Header */


#Header {
	width: 100%;
	height: 149px;
	/*filter: alpha(opacity=50); 
	opacity: .5;*/
}

#Header #Logo {
	width: 305px;
	height: 135px;
	margin-top: 7px;
	margin-left: 24px;
	float: left;
}

#Header #Contact {
	width: 350px;
	height: 130px;
	margin-top: 15px;
	margin-right: 3px;
	margin-left: 310px;
	float: left;
	font-family: "Trebuchet MS";
	color: #6e6e6e;
	text-align: left;
	line-height: 0.9em;	
}

#Header #Contact .separador{
	background-image:url(../images/separator_header.png);
	width: 3px;
	height: 130px;
	float: left;
}

#Header #Contact .title {
	font-size: 18px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 12px;
}

#Header #Contact ._text {
	font-size: 13px;
	margin-left: 10px;
}

#Header #Contact img{
	margin-left: 7px;
	margin-top: 2px;	
}

/*  Fin de Header */

/* GLOBAL */

#Clear {
	clear: both;
}

#ClearRight {
	clear: right;
}

/* END GLOBAL */

/* Content */

#BlockTitle {
	width: 140px;
	height: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-family: "Trebuchet MS";
	float: left;
}

#BlockTitle .supertitle {
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
}	

#BlockContent {
	width: 980px;
	height: 305px;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Trebuchet MS";
	background-image: url(../images/bg_block.png);
}

#BlockContent .separator {
	width: 978px;
	height: 1px;
	background-color: #FFFFFF;
	margin-top: 15px;
}	

#BlockContent #Clear {
	clear:both;
}

#BlockContent img {
	margin-top: 22px;
	margin-right: 2px;
	border-color: #FFFFFF;
}

#BlockContent .title {
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
}

#BlockContent a.title {
	color:#FFFFFF;
}

#BlockContent a:hover.title {
	color:#FFFFFF;
}

#BlockContent .subTitle {
	margin-top: 2px;
	font-size: 11px;
	color: #cdcdcd;
	float: right;
}

#BlockContent .text {
	margin-top: 14px;
	font-size: 11px;
	color: #cdcdcd;
	text-decoration: none;
}

#BlockContent a.text a.text:active {
	text-decoration:none;
}

#BlockContent a.text:hover {
	color:#FFFFFF;
}


#Contact_ {
	width: 175px;
	height: 176px;
	background-image: url(../images/bgContact.jpg);
	color: #000000;
	padding: 15px;
	float: left;
	margin-top: 35px;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

#Contact_ .title {
	font-size: 14px;
}

input {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #424242;
	background-color:#CCCCCC;
	color: #333333;
	width: 170px;
	height: 18px;
	vertical-align: baseline;
}

#button {
	width: 30px;
	height: 19px;
	margin-top: 4px;
	float: right;
	font-size: 10px;
	font-family: "Trebuchet MS";	
}

textarea {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #424242;
	background-color:#CCCCCC;
	color: #333333;
	width: 170px;
	height: 30px;
	vertical-align: baseline;
}

#Line {
	width: 990px;
	height: 1px;
	background-color: #4b4b4b;
	clear: both;
}

#Award {
	width: 590px;
	height: 38px;
	margin-left: -30px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
}

#Social {
	width: 100px;
	height: 38px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#Social {
		width: 100px;
		height: 38px;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-right: 20px;
		margin-top: 10px;
		float: left;
	}
}	

#Services {
	width: 765px;
	height: 190px;
	padding: 10px;
	margin-top: 25px;
	float: left;
}

#Services #Block {
	width: 170px;
	height: 180px;
	font-family: "Trebuchet MS";
	color: #6e6e6e;
	float: left;
	padding-left: 20px;
	line-height: 0.9em;	
}

#Services #Block .title {
	font-size: 14px;
}

#Services #Block .text {
	font-size: 11px;
}	

/* End Content */

/* Footer */

#Footer {
	width: 980px;
	height:40px;
	clear:both;		
}

#Footer #Content {
	font-family: "Trebuchet MS";	
	text-align: center;
	margin-top: 10px;	
	font-size: 8pt;
	color: #4b4b4b;	
}

/* Fin de Footer */