/* CSS Document */

body{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	
a.gris:link{
	color:#999999;
	font-weight:normal;
	font-size:12px;
	}

a.gris:hover{
	color:#333333;
	text-decoration:underline;
	background-color:white;
	}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
	text-decoration: none;
	}

a:hover {
	color:#333333;
	background-color:#CCCCCC;
	text-decoration:underline;
	}



.bordetabla {
	border: 1px solid #999999;
	font-weight:bold;
	text-align:right;
}
.tablatextosuperior {
	vertical-align: top;
}
.celdaguapa {
	font-weight:normal;
	font-size:10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#999999;
}

.separaceldas {
	border-right-width:thin;
	border-left-width:thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#000000;
	border-left-color:#000000;
}

.bordeimagen {
	border: medium solid #000000;
}

a.bordeimagen:link {
	border: medium solid #000000;
	}
	
a.bordeimagen:hover {
	border: solid #000000;
	}

a.blanca:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight:200;
}

a.blanca:hover {
	color:#000000;
	background-color:#999999;
	text-decoration:none;
}

a.blanca:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	
a.blanca:active {
	color: #FFFFFF;
	text-decoration:none;
}

a.blanca:visited:hover {
	color: #000000;
	text-decoration: none;
}
.bordeimagen {
	border: solid #000000;
}


a.taburete:link {
	color:#999999;
	text-decoration:none;
}

a.taburete:hover {
	color:#999999;
	background-color:#FFFFFF;
	text-decoration:underline;
}

a.taburete:visited {
	color:#999999;
	text-decoration:none;
}
	
a.taburete:active {
	color:#999999;
	text-decoration:none;
}

a.taburete:visited:hover {
	color:#999999;
	text-decoration:underline;
}