				
			body{
				width: 800px;
				margin-left: auto;
				margin-right: auto;
			}
			a{
				color: #8e9fcb;
				
			}
			a:visited{
				color: #173268;
			}
			a:hover{
				color: #c6b673;
			}
			h1{
				text-align: center;
			}

			p{
				text-align: center;
			}

			table{
				margin-bottom: 50px;
				width: 800px;
				
			}

			th{
				border-radius: 15px 15px 0px 0px;
				background: #8e9fcb;
				color: white;
				font-size: 26px;
			}

			tr{
				margin-bottom: 2px
			}
			
			.raya{
				background: #F1F1F1;
				border-bottom: solid 2px #8e9fcb;
				padding-top: 10px;
				padding-bottom: 7px;
			}

			tr:last-child td{
				border-bottom: solid 2px #8e9fcb;
			}

			.title-m{
				color:#173268; 
				text-align:left;
				height: 30px;
				padding-top:20px;
				font-size: 21px;
			}

			.td_cartel{
				padding-bottom: 7px;
			}

			.center{
				text-align: center;
			}