body {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;

	
} 

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	width : 980px;
	padding : 0px;
} 
#sup {
	background-image: url(imagenes/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 327px;
}


#middle {
	padding: 0px 0px 0px 400px;
	margin: 0px;
	display: block;
	clear: both;
	background-image: url(imagenes/middle2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#middleindex {
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}






#footer {
	clear: both;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 100px;
	background-image: url(imagenes/lineanegra.jpg);
	background-position: center top;
}

a:focus {
	outline:0px;
}
a:link, a:visited,  a:active {
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
	background : none;
	margin : 0;
	padding : 0;
	color: #000;
} 
.white a:link, .white a:visited ,.white a:active{
	color: #FFF;
}

a:hover {
	font-weight : bold;
	font-size : 12px;
	color : #333;
	background : none;
	margin : 0;
	padding : 0;
	text-decoration: underline;
}

p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
}
.white {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	color: #FFF;
	background-image: url(imagenes/footer.jpg);
	background-repeat: no-repeat;
	background-position: center -18px;
}
.bold {
	margin: 0px;
	font-weight: bold;
}
.italic {
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}



h1 {
	font-size: 16px;
	color: #000;
	padding: 25px 0px 5px 0px;
	margin: 0px;
	font-weight: bold;
}

h2 {
	padding: 30px 0px 8px 0px;
	margin: 0px;
	font-size: 14px;
}
