/* Ubicacion general de la pagina */

*
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}


/* Ubicacion general de la tabla dl*/

body
{
	width: 480px;
	border: 0px solid #ffffff;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	font-weight: bold;
}


/* Primer renglon imagen indice top*/
h1 
{
	margin-bottom: 0px;
	height: 43px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #ffffff;
	
}	



/* Definicion del Accordion */

/* Accordion general */


dl.accordion
{
	width: 500px;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}



/* Definicion de la celda unidades desplaza acordion */

dl.accordion dt
{
	position: right;
	height: 35px;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	vertical-align: middle;
	horizontal-align: right;
	cursor: pointer;
	border-top: 0px solid #ffffff;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 60px;
	width: 474px;
	font-weight: bold;
	background-image: url(imagenes/images/operaciones_indice_07.jpg);
	background-repeat: no-repeat;
}
.unidad a {
	font-size: 16px;
	text-transform: uppercase;
	color: #CC0066;
	font-weight: bold;
}
.titulounidad  {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
}
.tituloactividad  {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight:normal;
}
.temas a {
	color: #660066;
	font-weight: bold;
}
.separacion {
	height: 15px;
}
