/* Padding y margin */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Tamaos de los headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Estilos de las listas */
ol, ul {
list-style: none;
}

/* Estilo y grosor de las fuentes */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Bordes de las tablas */
table {
border-collapse: 0;
border-spacing: 0;
}

/* Otros bordes */
fieldset, img {
border: 0;
}

/* Alineacin del texto */
caption, th {
text-align: left;
}

/* Comillas */
q:before, q:after {
content: ;
}
body{
	vertical-align: middle;
	background-position: center;
	margin: 50 auto;
	text-align: center;
	background-color: Black;
}


*h1 {
	color: #1D4865;
	font-size: large;
	font-family: Arial;
	text-align: left;
	*padding-left: 10pt;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}


*h2 {
	font-family: Arial;
	font-size: medium;
	margin-left: 7px;
	margin-right: auto;
	color: Black;
	margin-top: 6px;
}


*h6{
	color: White;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	text-align: left
}

h3 {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: Black;
	text-align: left;
	margin-left: 7px;
	margin-top: 9px;
	white-space: normal;
	margin-bottom: 10px;
	margin-right: 7px;
	font-weight: normal;
	vertical-align: baseline;
}

h4 {
	color: #5F2B63;
	font-size: large;
	font-family: Arial;
	text-align: left;
	*padding-left: 20pt;
	*text-align: left;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

h5 {		/*botones apretados*/
	font-size: 7pt;
	font-family: Arial;
	color: #414141;
	text-decoration: none;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}

p {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	text-align: left;
	padding-right: 0;
	padding-left: 10pt;
	height: inherit;
	margin-left: 2px;
	margin-top: 9px;
	white-space: normal;
	margin-bottom: 10px;
	margin-right: 7px;

}

a:link {
	font-size: 7pt;
	font-family: Arial;
	color: #414141;
	text-decoration: none;
	/*display: block;*/
	margin-left: 5px;
	margin-right: 5px;
	
}

 a:visited {
	font-family: Arial;
	font-size: 7pt;
	color: Silver;
	text-decoration: none;
	/*display: block;*/
	margin-left: 5px;
	margin-right: 5px;
}
	a:hover {
	font-family: Arial;
	font-size: 7pt;
	color: #dedede;
	background-color: #000000;
	text-decoration: none; /*display: block;*/
	margin-left: 5px;
	margin-right: 5px;
}



#table {
	position: relative;
	vertical-align: middle;
	border-style: solid;
	border-width: 17px;
	border-color: #000000;
	margin: 0 auto;
	text-align: left;
}
	


