/**
 *  estilos para cada color #000
 **/
.img-cabecera{
	background-image:url('../img/cabecera-7-b.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000; 
}
a{
    color: #000;
}
a:hover{
    color: white;
	background-color:#000;
}
div#menu, div#submenu {
		color:#000;
}

div#menu ul li a:hover, div#submenu ul li a:hover{
	color:#000;
	background-color:fff;
}

div#footer{
	color:#fbba00;
	background-color:#000;
}

div#columna-der {
    background: url('../img/b/nt.gif') repeat;
}
.rbtop div { background: url('../img/b/tl.gif') no-repeat top left; }
.rbtop { background: url('../img/b/tr.gif') no-repeat top right; }
.rbbot div { background: url('../img/b/bl.gif') no-repeat bottom left; }
.rbbot { background: url('../img/b/br.gif') no-repeat bottom right; }

div#calendario table tr a{
	color: #000;
}
div#calendario table tr a:hover{
	color: white;
	background-color: #000;
	text-decoration: none;
}
div#calendario table th{
	border-bottom:1px solid #000;
}

.atp_muestra {
	float:left;
	margin-bottom:20px;
	width:175px;
	height:140px;
	text-transform: lowercase;
	font-size: 12px;
}
.atp_muestra a {
	color:#fff;
}
.atp_muestra a:hover {
	color:#000;
	background-color: #fff;
}

table.listado th{
   background-color: #000;;	
}
table.listado td{
	border-bottom:1px solid #000;;
}

