body
{
	width: 700px;
	font-family: sans-serif;
}
div.titulo
{
color: white;
background-color: red;
width:65px;

}
div.sombra
{
	background-color: #F2F2F2;
	border-right-color: blue;
	margin-left: 3px;
	padding:  10px 10px 10px 10px;
}
p.titulo2
{
	font-size: 20px;
}
b.aclaracion
{
	font-size: 13px;
}