/**
 *  estilos para cada color. magenta e2007a
 **/
.img-cabecera{
			background-image:url('../img/cabecera-7-m.jpg');
			background-repeat: no-repeat;
			background-position: center;
			background-color: #e2007a; 
}
a{
  color: #e2007a;
		text-decoration:none;
}
a:hover{
  	color: white;
	background-color:#e2007a;
  	text-decoration: underline;
}

div#menu, div#submenu {
	color:#e2007a;
}
div#menu ul li a:hover, div#submenu ul li a:hover{
	color:#e2007a;
	background-color:fff;
}

div#footer{	
	background-color:#e2007a;
	color:white;
}

div#columna-der {
    background: url('../img/m/nt.gif') repeat;
}
.rbtop div { background: url('../img/m/tl.gif') no-repeat top left; }
.rbtop { background: url('../img/m/tr.gif') no-repeat top right; }
.rbbot div { background: url('../img/m/bl.gif') no-repeat bottom left; }
.rbbot { background: url('../img/m/br.gif') no-repeat bottom right; }

div#calendario table tr a{
	color: #e2007a;
}
div#calendario table tr a:hover{
	color: white;
	background-color: #e2007a;
	text-decoration: none;
}
div#calendario table th{
	border-bottom:1px solid #e2007a;
}
