/* CSS Document */

.cuerpo {
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	display: block;
	padding: 5px;
	text-align: center;
}

.cuerpojustificado {
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	text-align:justify;
	padding: 6px;
	display:block
}

.cuerpochico {
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	text-align:center;
}

.enlace {
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-align:center;
	padding: 5px;
	display: block;
}

.titulofondo {
	font-size: 17px;
	font-family: Verdana;
	font-weight: bold;
	text-align:center;
	padding: 5px;
	display: block;
	background-color:#99CC66
}
.subtitulofondo {
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-align:center;
}

.menu {
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #0000FF;
	padding: 10px;
}

.menutitulo {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-align:center;
	color: #000000;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 5px;
}

p {
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	text-align: center;
}
