::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		background-image: url(../images/unam.png);
		background-repeat: no-repeat;
		background-position: 75% 180px;
		background-origin: content-box;
		background-size: 400px, 400px, auto;
		margin: 14px 24px 14px 24px;
		font: 12px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
	}
	
	.active table-active {
		font-size: xx-small !important;
	}
	
	.page {
		margin-bottom: 60px;
	}
	
	.footer {
		font-weight: 200;
	}
	
	blockquote {
		margin-left: 20px;
		font-size: small;
		border-left: 5px solid #64b5f6; /* Just change the color value and that's it*/
	}
	
	.user-label {
		font-size: x-small;
		float: right;
		font-style: italic;
	}
	
	.mytable {
		width: 100%;
	}
	
	.mytable td {
		padding: 4px;
	}
	
	.mytable th {
		padding: 4px;
	}
	
	.center-button {
		width: 100%;
	}
	
	.avatar {
		float: left;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		width: 100px;
		height: auto;
		margin: 20px;
		
	}
	
	.cv {
		text-align: justify;
		margin-bottom: 20px;
	}
	