body {
	background-image: url(imagenes/laughingman1.jpg);
	font-family: verdana,sans-serif;
	color: #12037B;
}

a {
	color: #12037B;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	background-image: url(imagenes/animated_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	color: #969696;
	font-weight: bold;
cursor : crosshair;

}
 
ul {
margin: 12px;
padding-left: 5px;/*margen izquierdo*/
padding-right: 5px;/*margen derecho*/
}

li{
list-style: none;
line-height: 23px;/*Importante para centrar las viñetas verticalmente en explorer y firefox*/
list-style-type: none;
padding: 1px 4px 4px 28px; /*superior, derecho, inferior, izquierdo*/
background-image: url(imagenes/laughingman.png);
background-repeat: no-repeat;
background-position: left 1px; /*posición izquierda, y distancia desde arriba*/
font-size: 12pt;
/* font-family: verdana,sans-serif; */
}




table.tabla {
border: 2px solid #12037B;

background-color:  #FFFFFF;
}

h1 {

	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	font-size: 24pt;
}

h1:hover {
	color: #969696;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	font-size: 24pt;
cursor : wait;
}


hr {
height: 2px;
border: 0;
/* color: #cc0000; */
background-color:  #12037B;
}


