@charset "utf-8";
/* CSS Document */
/* LAYOUT */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1010px;
}
#header {
	width:1010px;
	height:116px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin-bottom:4px;
}
.header1 {
	width:270px;
	height:116px;
	float:left;
}
.header2 {
	width:740px;
	height:116px;
	float:left;
}
.hdr3 {
	width:263px;
	height:116px;
	float:left;
	text-align:right;
}
#colMenu {
	color:#FFF;
	float: left;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	height:562px;
}
#colCont {
	margin-left:4px;
	float: left;
	color:#000;
	background-color:#fff;
	height:562px;
}
#footer {
	clear: both;
	color:#FFF;
	padding:10px;
	text-align:center;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/* TEXTOS */
.txtdes-1 {
	color:#00CBD0;
}
.txtdes-2 {
	color:#00CBD0;
	font-size:24px;
}
.txtdes-3 {
	color:#00CBD0;
	font-weight:bold;
}
/* FORMS */
.form {
	padding:0px;
	margin:0px;
}
.alerta {
	float:left;
	color:#F00;
	font-weight:bold;
	padding-left:4px;
	width:20px;
}

