@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image:url(img/background.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Lucida Sans, Geneva, Arial, Helvetica, sans-serif;
}
a {
	color:#009900;
	text-decoration: none;

}

/*-----HEADER----*/
.oneColFixCtr #headerContent {
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-bottom: 1px solid #000000;*/
	background-color: white;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #thumbHeader{
	width: 220px;
	padding:0 0px;
}

.oneColFixCtr #titleHeader{
	margin: 0 0 5px 0;
	font-size: 24px;	
	font-weight:bold;
}

.oneColFixCtr #brandHeader{
	font-weight:bold;
	margin: 0 0 5px 0;
}

.oneColFixCtr #descripcionHeader{
	font-size: 11px;
}

.oneColFixCtr #alphaBlockHeader{
	position:absolute;
	top:0;
	width:740px;
	height:100px;
	opacity:0.3;filter:alpha(opacity=30);
}
/* ---END HEADER---*/

/* ---MAIN---*/
.oneColFixCtr #mainContent {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #videoTitleMain {
	padding:20px 0 5px 0;	
	font-weight:bold;
	font-size:15px;
	color:#00CCFF;
}

.oneColFixCtr #videoMain {
	background-image:url(img/videoBack.gif);
	height:350px;
	padding-top:25px;
	padding-bottom:15px;
}

.oneColFixCtr #siteTitleMain, .oneColFixCtr #site2TitleMain {
	margin:20px 0 5px 0;	
	font-weight:bold;
	font-size:15px;
	color:#00CCFF;
}

.oneColFixCtr #siteMain {

}

.oneColFixCtr #mailBannerContent {

}

.oneColFixCtr #mailTitleMain {
	margin:20px 0 5px 0;
	font-weight: bold;
	font-size: 15px;
	color:#00CCFF;
}

.oneColFixCtr #mailMain {
	
}

.oneColFixCtr #bannerTitleMain {
	margin:20px 0 5px 40px;
	font-weight: bold;
	font-size: 15px;
	font-weight:bold;
	font-size:15px;
	color:#00CCFF;	
}

.oneColFixCtr #bannerMain {
	margin-left:40px;
}



/* ---END MAIN--*/

/* ---FOOTER--*/
.oneColFixCtr #footerContent{
	margin-top:15px;
	margin-bottom:5px;
	/*background-color:#006633;*/
	width:840px;
	height:40px;
}
.oneColFixCtr #footerText{	
	padding-top:9px;
	font-weight:bold;
	font-size:10px;
}
/* ---END FOOTER--*/

