.cuerpo1 {
	width: 100%;
	height: 400px;
	//border: 8px solid;
	align-content: center;	
	margin: 0 auto;	
  	display: block;
	float: left;
	position: relative;	
}

.fondo{
	width: 45%;
	height: 350px;
	background-image: url(../imagenes/intra1.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 10px auto;
	padding: 20px;
	//border: 4px solid;
  	display: block;
	float: left;
	position: relative;	
}

.enlaces{
	width: 45%;
	height: 350px;	
	margin: 20px;
	//border: 4px solid;
  	display: inline;
	float: left;
	position: relative;		
}

.enlaces img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 5px solid;
	border-color: #fff;

}

table {
   	border: 5px solid;
   	border-color: #fff;
   	align-items: center;
}

td {
	//border: 1px solid;
	//border-color: #fff;	
	border-radius: 5px;
}

.intra {
	margin: 20px;
	display: block;	
	position: relative;	
	font-family: Arial,Verdana,Helvetica,sans-serif ; 
	font: italic bolder 35px Arial,Verdana,sans-serif ;
	color: white;
	text-shadow: 1px 1px #666, 2px 2px #86D6D3, 3px 3px #666, 4px 4px #86D6D3;
   	//color: #ccc;
}