@charset "utf-8";
#cssmenu {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 3px;
}
#pie {
	text-align: center;
	background-image: url(imagenes/bg_pie.png);
	height: 55px;
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	display: block;
	line-height: 30px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #d2f6ff;
	background-image: url(imagenes/bg.png);
	background-repeat: repeat-x;
	
}

#cuerpo {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 812px;
}

#cuerpo #slogan {
	-moz-opacity: 0.28;
	-khtml-opacity: 0.28;
	opacity: 0.28;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=28);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=28);
	filter: alpha(opacity=28);
	position: absolute;
	top: 220px;
	width: 812px;
	height: 92px;
	z-index: 1;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
#cuerpo #slogan #slogan1 {
	color: #FFF;
	font-size: 26px;
	position: relative;
	z-index: 2;
}

#s3slider {
	width: 812px; /* important to be same as image width */
	height: 481px; /* important to be same as image height */
	position: relative; /* important */
	margin-top: -10px;
}
 
#s3sliderContent {
	width: 812px; /* important to be same as image width or wider */
	height: 44px;
}
 
.s3sliderImage {
	display: none; /* important */
	list-style-type: none;
	margin-left: -40px;
}
 
.s3sliderImage div {
	position: absolute; /* important */
	left: 0;
	width: 812px;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	/*display: none;  important */
	top: 0; /*
        if you put top: 0;  -> the box with text will be shown 
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown 
                                at the bottom of the image
    */
	padding-top: 10px;
	padding-bottom: 10px;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	margin-top: 250px;
	text-align: center;
}
 
.clear {
    clear: both;
}
#cuerpo table img {
	border: 4px solid #FFF;
}
h1 {
	font-weight: normal;
}
#norte {
	position: absolute;
	left: 100px;
	top: 0px;
	width: 300px;
	height: 481px;
	z-index: 1;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #FFF;
	line-height: 25px;
	text-align: justify;
}
a:link, a:visited {
	color: #F90;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
