﻿div.actividadHome01
{
	margin: 0px 0px 10px 12px;
	background-image: url(/imagenes/bulletCuadro01.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
}

div.actividadHome02
{
	margin: 0px 0px 10px 12px;
	background-image: url(/imagenes/bulletCuadro02.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
}

div.actividadHome03
{
	margin: 0px 0px 10px 12px;
	background-image: url(/imagenes/bulletCuadro03.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
}

div.actividadHome04
{
	margin: 0px 0px 10px 12px;
	background-image: url(/imagenes/bulletCuadro04.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
}

div.actividadHome05
{
	margin: 0px 0px 10px 12px;
	background-image: url(/imagenes/bulletCuadro05.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
}

div.tituloActividad
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px 15px 0px 20px;
}


A.tituloActividad:link, A.tituloActividad:visited
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

A.tituloActividad:hover
{
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

div.introduccionActividad
{
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	padding: 3px 15px 5px 20px;
	color: #56801B;
}
