/*************************** INICIO DEFINICIONES GENERALES DE LA PÁGINA *****************************/
body{
		background-color: #333333;
		margin:	5px 0px 0px 0px;
		text-align: center;
		font-family: Tahoma;
		font-size: 12px;
		color: #ffffff;
}

.disenio{	
	width: 980px;
	text-align: center;
	margin: auto;
}

.disenio a{
	text-decoration: none;	
	color: #ffffff;
}
.disenio a:hover{
	text-decoration: underline;
}

a{
	color: #dddddd;
}

p{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}