html {
	height: 99%;	
}

input {
		background: #eeeeee;
	color: black;
}

textarea {
	background: #eeeeee;
	color: black;
}
body {
	height: 97%;
	background: #758580;
color: white;
font-family: Verdana,Helvetica;
font-size: 10pt;
background-image: url("diferente.jpg");
 background-attachment: scroll;
background-repeat: repeat;
background-position: left top;
}

p.agenda {
background: white;
color: black;	
}

p.mensa {
	padding: 25px;
	font-size: 18px;
	font-family: roman;
}


div.agenda {
background: white;
color: black;	
}

div.clase1 {color: black; background-color: rgb(221,221,204); margin: 5px;}
a:link.clase1 {color: rgb(136,0,0) ! important; text-decoration: none}
a:visited.clase1 {color: rgb(136,0,0) ! important; text-decoration: none}
a:hover.clase1 {color: rgb(51,51,136) ! important; background-color: rgb(204,221,221); text-decoration: none}

input.submit:hover{
	background-color: #ffff99;
	color: black;
	cursor: pointer;
}


a:link.menu1 { color: yellow ! important }
a:visited.menu1 { color: yellow ! important }
a:hover.menu1 { background: black; color: white ! important; }



a:hover {
color: rgb(51,51,136) ! important; background-color: rgb(204,221,221); text-decoration: none
}

a:active {
   background: black;
   color: white;	
}

a:link {
 color: rgb(136,0,0) ! important; text-decoration: none
}


a:visited {
	color: rgb(136,0,0) ! important; text-decoration: none
}


table {
	color: black;	
	font-family: Verdana,Helvetica;
	font-size: 10pt;
}


/* Formato de listas de tabla (regalos) - rescatado nostalgicamente de Sincalma 2.0 */
table.list {border: 0; border-style: none;text-align: left}
th.list {background-color: rgb(238,136,68);color: rgb(0,0,0); font-weight: bold; padding: 0 0 0 0;text-align: center;vertical-align: top;border-style: none}
td.list {background-color: rgb(255,255,255); color: black;vertical-align: bottom; padding: 0 0 0 0; border-style: none;text-align: left}
a.list {color: rgb(17,68,17);text-decoration: none}
a:hover.list {color: rgb(51,51,136);background-color: rgb(255,255,255);text-decoration: none;width: 100%}

table.listof {border: 0; border-style: none;text-align: left}
th.listof {padding: 0 0 0 0;text-align: center;vertical-align: top;border-style: none;background-color: rgb(238,204,204);color: rgb(0,0,0)}
td.listof {background-color: rgb(153,153,153);vertical-align: bottom;padding: 0 0 0 0;border-style: none;text-align: left}
a.listof {color: rgb(17,68,17);text-decoration: none;width: 100%}
a:hover.listof {color: rgb(51,51,136);background-color: rgb(153,153,153);text-decoration: none;width: 100%}
