@charset "utf-8";
body {
	background-image: url(images/fondo.jpg);
}
.bodyContent {
	color: #000000;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	width: 100%;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 100%;
}
.tablaContent {
	height: 100%;
}
.divContent {
	background-image: url(images/body.gif);
	height: 791px;
	background-repeat: no-repeat;
	background-position: center center;
}
.divHead {
	background-image: url(images/head.gif);
	height: 170px;
	background-repeat: no-repeat;
	background-position: center center;
}
.divFoot {
	bottom: 180px;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 50px;
	width: 100%;
	text-align: center;
}
.titular {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.parrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.punteado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #999900;
}
a:hover {
	color: #FFFFFF;
	background-color: #CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999900;
}
a:active {
	color: #999900;
	text-decoration: none;
}

