body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
}

.content {
width:900px;
height:600px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -300px;   
margin-left: -450px;
min-height:600px;
min-width:900px;
}



.cabecero{
width:900px;
height:172px;
float:left;
}

.concept{
width:900px;
height:270px;
float:left;

}


.pie-concept{
width:500px;
height:158px;
float:left;
}

.logo{
width:200px;
height:158px;
float:right;


}

.links{
	width:500px;
	float:left;
	color: #5B005B;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
	}
	
.links a{
text-decoration:none;
color:#620062
	
	}
	
.links a:hover{
color:#800080
	
	}

.subtitulo-flash{
color:#666;
text-align:right;
font-variant:small-caps;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
margin-right:36px;
	
	}