.exterior {
	border: 1px solid #000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.tituloSeccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}


#notis {
	height: 284px;
	width: 552px;
	background-image: url(img/not.jpg);
}
#notisTable {
	height: 175px;
	width: 440px;
	position: relative;
	top: 80px;
	left: 70px;
	overflow: auto;
}


.tituloTablaVerdana {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #0099FF;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}

.separadorTablaVerdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	vertical-align: top;
}
