/* CSS Document */
body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#izquierda {
background-image:url(images/logo-ReMC.png);
width: 289px;
height: 145px;
background-attachment:fixed;
background-repeat:no-repeat;
}
#derecha {

width: 473px;
height: 184px;
background-image: url(images/tit-encuentro.png);
background-attachment:fixed;
background-repeat:no-repeat;
}
.menu-activa {
font-size:18px;
background-color:#FFFFFF;
color: #d26d0c;
font-weight:bold;
text-align:center;
border-top: 2px;
border-left: 2px;
border-right: 2px;
border-bottom: 0px;
border-style:solid;
border-color:#f6cb61;
}
.menu-desactiva {
font-size:18px;
background-color:#f6cb61;
color: #fd8a19;
font-weight:bold;
text-align:center;
border-top: 0px;
border-left: 1px;
border-right: 1px;
border-bottom: 0px;
border-style:solid;
border-color:#FFFFFF;
}

fieldest {
border: 1px;
border-color:#00CC00;
}
legend {
font-weight:bold;
border-color: #00CC00;
background-color:#FFFFFF;
}
boton {
border: 1px;
background-color:#CCCCCC;
}
a:link {
	color: #d26d0c;
	text-decoration: none;
}
a:visited {
	color: #d26d0c;
	text-decoration: none;
}
a:hover {
	color: #d26d0c;
	text-decoration: underline;
}
a:active {
	color: #d26d0c;
	text-decoration: none;
}


img {
border: 0px;
}