body {
	font-family: Verdana, Geneva, sans-serif;
}

img {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

table,td,th,tr {
	border: 1px solid black;
	border-collapse:collapse;
	padding: 5px;
	text-align: center;
}

table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

tr {
	vertical-align: middle;
}

.morado {
        color:white;
        background-color:#660066;
        font-weight: bold;
}

.izquierda {
	text-align: left;
}

.primeros {
	font-weight: bold;
	background-color:#FFEBFF;
}

a:link {
        text-decoration: none;
        color: white;
}

a:visited {
        text-decoration: none;
        color: white;
}

a:hover {
        text-decoration: underline;
        color: white;
}

a:active {
        text-decoration: underline;
        color: white;
}

