body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Estilo1 {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #666666;
}
.Estilo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.contorno {
	border: 1px dotted #999999;
	padding: 0px;
}
.lineainferior {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Estilo5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.Estilo6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
}
.Estilo6 negra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.lineasolida {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.Estilo3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.Amarillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
.Rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.separacion {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.vinculofantasma {
	cursor: hand;
}
img{border:none;}

#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:500px;
		height:370px;
		overflow:hidden; 
		}
span#PrevBtn {
	font-size:12px;
	font-weight:normal;
}
span#NextBtn {
	font-size:12px;
	font-weight:normal;
}