body
{
	font-family: "Verdana";
	font-size: small;
	color: black;
	background-image: URL('logotemp.jpg'); 
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:bottom right; 	
}

h1
{
	color: navy;
	font-size: xx-large;
}
h2
{
	color:navy;
	font-size: x-large;
}
h3
{
	color: crimson;
	font-size: large;
}

legend
{
	font-size: x-small;
	background: silver;
	border: 1px solid black;
	padding: 2px 6px
}

hr
{ 
	color: gray;
	background-color: gray;
	height: 4px;
}

label
{
	width: 14em;
	float: left;
	text-align: right;
	margin-right: 1.5em;
	font-weight: bold;
	display: block
}

fieldset
{
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}

a:link 
{
	padding: 2px;
	color: navy;
	width: 7em;
	text-align: center; 
	text-decoration: none
}

a:visited 
{
	padding: 2px;
	color: navy;
	width: 7em;
	text-align: center; 
	text-decoration: none; 
}

a:active 
{
	padding: 2px;
	color: navy;
	width: 7em;
	text-align: center; 	
	text-decoration: none; 
}

a:hover 
{	
	text-decoration: underline; 
	color: red;
}

table
{
	margin: auto;
	border: 1px solid black;
	padding: 1px;
	
}

th 
{
	background: navy;
	text-align: center;
	color: white; 
	font-size: x-small;
	font-weight: bold;
	border: 1px solid black;
}

td
{
	text-align: center;
	font-size: xx-small;
	border: 1px solid gray;
	padding: 2px
}
Blockquote
{
	text-indent: 15;
	text-align: justify; 
	font:12px/14px sans-serif; 
	margin: 5px 0px 0px 5px;
	padding: 5px 5px 5px 15px;
	border:  1px solid black;
	display: block	
}
.par td
{
	background: white;
}
.impar td
{
	background: Gainsboro;
}
.left
{
	margin-left: 17em; 
}

.boton
{
	background: navy;
	font-weight: bold;
	border: 2px outset DarkGray;
	color: white;
}
.button
{
	background: navy;
	font-weight: bold;
	border: 2px outset DarkGray;
	color: white;
}
.cuadro
{
	border: 1px solid navy;
}
.presentacion
{
	border: 1px solid black;
	margin: 5px 0px 0px 5px;
	padding: 2px;
	text-align: justify;
}
.botones
{
	text-align: right;
}
.botones a
{
	border: 1px solid navy;
}
.calen
{
	width: 15%;
}
.chica
{
	font-size: xx-small;
}

