﻿@charset="utf-8";

@font-face{ 
	font-family: FontePadrao; 
	src: url('../_fontes/gill-sans.otf');
}


*{
	margin:0;
	padding:0;
}

div#hucitec01{
	border-bottom: 2px solid #335882;
	margin: 0px 30px 0px 30px;
	font-family: FontePadrao, Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

div#hucitec02{
	margin: 30px 30px 0px 30px;
	text-align: justify;
	font-family: FontePadrao, Arial, sans-serif;
}

table#ondecomprar{
	width: 100%;
	text-align: center;
}

table#ondecomprar td{
	text-align: left;
	width: 50%;
	padding: 10px 8px 10px 8px;
}

.ondecomp-t1{
	font-weight: bold;
	text-align: center;
}

.ondecomp-t2{
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

table#ondecomprar span{
	font-weight: bold;
}