/* CSS Document */


body
{
	font-family:Arial, Helvetica, sans-serif;
	color: #4A004A;
	font-size:12px;
}

#table
{
	width:756px;
	height:440px;
	background-color: #FFFFFF;
	margin-top:30px;
}

.celda
{
	text-align:center;
	background-color: #F5F5FA;
}

.content
{
	width:800px;
	height:600px;
	background-color: #4A004A;
}

.cabecera
{
	width:752px;
	height:70px;
	text-align: justify;
	background-color: #F5F5FA;
	margin-left:24px;
	padding-left:21px;
}

.content2
{
	background-color: #FFFFFF;
	width:796px;
	height:466px;
}

.divider
{
	width:800px;
	height:20px;
	background-color: #FFFFFF;
}

a
{
    color:#660066;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	background-color: #660066;
}

img{border:0}

.footer
{
    width:796px;
	height:40px;
	background-color:#FFFFFF;
	text-align:center;
}
