.menuPrincipal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fcd96d;
}

.menuPrincipalSeleccionado {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color:#fcd96d;
	color: black;
}

.menuLateral {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #black;
}

.noticias {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #black;
	border-collapse:collapse;
}

.tituloNoticia {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:black;
	color:white;
	text-align: left;
}

.cuerpoNoticia {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #black;
	background:#fcd96d;
}

.tituloForo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:black;
	color:white;	
}

.cuerpoForo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #black;
	background:#fcd96d;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

.tituloMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:black;
	color:white;	
}

.cuerpoMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #black;
	background:#fcd96d;
	border-bottom:1px solid black;
}

.literal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #black;
}

.literalNegrita {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #black;
}

.literalFondoNegro {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color:black;
}

.literalSmallFondoNegro {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: white;
}

.boton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #fcd96d;
	background-image: url("/cdcweb//img/iconos/boton.gif");
}


.titulos {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #black;
}

.enlaceNoticia {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #black;
	text-decoration:underline;
	cursor:hand;
}

.aviso {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: red;
}

.mensaje {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background:#fcd96d;
}

A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:black}
A:active {text-decoration: none}
A:hover {text-decoration: none;color:red}

#BODY {background:#f3fcfc}
BODY {background:white}

.titulares A:link {text-decoration: none; color:white}
.titulares A:visited {text-decoration: none; color:white}
.titulares A:active {text-decoration: none;color:white}
.titulares A:hover {text-decoration: none;color:white}


#transparent { 
	width: 300px; 
	border: 1px solid #000; 
	background-color: #000;	opacity: 0.5; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
}
 
#opaque { 
	border: 1px solid red; 
	position: relative; 
}

