﻿body,td,th {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: transparent;
}

body {
	color: #000000;
	font-size: 18px;
	background-repeat: repeat;
	width: 100%;
	height: 100%;

}
.pagina {
	width: 836px;
	background: transparent;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border: 1px #ffffff solid;

}

p {
	font: 400 18px Verdana;
	background-color: transparent;
	color: #C0C0C0;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
p.pie {
	font: 400 18px Verdana;
	background-color: transparent;
	color: #C0C0C0;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}
table.filtro {
	background-color: transparent;
	margin-top: 37px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 45%;

}

td.filtro {
	font: 400 18px Verdana;
	background-color: transparent;
	color: #C0C0C0;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
table.descarga {
	background-color: transparent;
	margin-top: 37px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	font-size: 14px;


}

h1 {
	margin-bottom: 0px;
	font-weight: 400;
	font-family: "Monotype Corsiva";
	font-size: 40px;
	color: #C0C0C0;
}

a:link {
	color: #C0C0C0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: none;
	color: #C0C0C0;
}
a:active {
	text-decoration: none;
	color: #C0C0C0;
}
img{	
	border: none;
	text-align: center;
}
li {
	font: 400 18px Verdana;
	background-color: transparent;
	color: White;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
}
.handcursor{
cursor:hand;
cursor:pointer;
}

.contentslide{
padding: 0px;
width: 750px;
height: 550px;
	margin: 0 auto 0 auto;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 750px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center;
	background-color: transparent;
	padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 750px; /*IE5 width*/
w\idth: 766px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
    font: 400 18px Verdana;}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: transparent;
}

