body {
background-color : black;
}
#total {
margin : auto;
width : 800px;
}
#cabecera {
position : absolute;
top : 0;
width : 800px;
height : 338px;
background-color : black;
background-image : url("images/perneratop.jpg");
color : red;
font-size : 25px;
background-repeat : no-repeat;
line-height : 16cm;
}
#menu {
position : absolute;
top : 338px;
width : 228px;
height : 753px;
background-color : black;
background-image : url("images/perneraleft.jpg");
background-repeat : no-repeat;
}
#contenidos {
	position: relative;
	top: 338px;
	margin-left: 0128px;
	width: 550px;
	color: red;
	background-color: black;
	font-family: Arial,Verdana;
	text-align: center;
	left: 109px;
}

#cabecera img {
border : 0;
}

#menu img {
border : 0;
}
#menu p {
line-height: 24cm;
}
#contenidos h5 {
text-align : left;
}
#contenidos table {
text-align : center;
}
#contenidos h6 {
font-size: 12px;
}
#contenidos h4 {
font-size: 17px;
}
#contenidos p {
text-align : justify;
text-indent: 1.5cm;
}

a:link {
	color: #FF9900;
}
a:visited {
	color: #CC3300;
}
a:hover {
	text-decoration:underline;
	color: #FFAAAA;
}
