@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	margin			: 0 0 0 0; 
	padding			: 0 60px 0 60px;
}

a:link, a:visited{
	color			: #000;
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

.contenedorPadre {
	margin			: 20px 0 0 0; 
	padding			: 20px; 
	border			: #000 solid 1px;
}
