@charset "utf-8";
/* CSS Document */

@import url("styles.css");

/*ESTILOS PAGINAS RESULTADOS */

.results {
	margin-top:20px;
	background-color:#F90;
}

.results td { background-color:white;}
td.data {
	padding:2px 5px;
	background-color:white;
	border:solid 1px #FC6;
}
th, th.submenu, th.submenu2 { padding:2px 5px; }
th {
	background-color:#36f;
	color:white;
}
th a:link, th a:visited { 
	color:white;
	text-decoration:none;
}
th a:hover, th a:active { 
	color:white;
	text-decoration:underline;
}
th.submenu {
	background-color:#FC6;
	color:#F90;
	color:black;
	text-align:left;
}
th.submenu2 {
	background-color:#FFE5B2;
	color:#F60;
}
.photos {
	border:solid 1px white;
}

.red {
	background-color:#F00;
	font-weight:bold;
	text-align:center;
	height:17px;
}
