#caja150A
{
	border: 1px solid #ffffff;
	width: 150;
	margin: 2px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #791313;
	text-align: center;

	padding: 2px;
}

#titulo150A
{
	width: 150;
	text-align: center;
	margin-bottom: 4px;
	border: 1px solid #585858;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#caja150B
{
	border: 1px solid #ffffff;
	width: 150;
	margin: 2px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #791313;
	text-align: center;

	padding: 2px;
}

#titulo150B
{
	width: 150;
	text-align: center;
	margin-bottom: 4px;
	border-bottom: 1px solid #045FB4;

	color: #0B243B;
}

#caja150C
{
	border: 1px solid green;
	width: 150;
	margin: 2px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #791313;
	text-align: center;

	padding: 2px;
}

#titulo150C
{
	width: 150;
	text-align: center;
	margin-bottom: 4px;
	border-bottom: 1px solid orange;
}

#caja150D
{
	border: 1px solid #ffffff;
	width: 150;
	margin: 2px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
	background-color: #F8E0E0;

	padding: 2px;
}

#titulo150D
{
	width: 150;
	text-align: center;
	margin-bottom: 4px;
	border: 1px solid #FF0000;
	background-color: #b40404;
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#titulocontenidoA
{
	color: #045FB4;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #045FB4;
	margin: 2px;
}

#contenidoA
{
padding: 3px;
font-size: 14px;
color: #2b3856;
line-height: 20px;
}

