DIV#menucontenidos {
	/*border:1px solid #0033FF;*/
	background-image:url(../../imagenes/punteadovertical.png);
	background-position:right;
	background-repeat:repeat-y;
	overflow:hidden;
	width:200px;
	float:left;
	padding-bottom:10px;
}

#menucontenidos A {
	color:#333333;
	text-decoration:none;
}

#menucontenidos A:hover {
	background-color:#FFCC00;
}

DIV#zonacontenidos {
	/*border:1px solid #99CC00;*/
	padding-left:210px;
	padding-bottom:20px;
}

#zonacontenidos UL LI {
	margin-bottom:10px;
}

.imagenmenu {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:4px;
}

UL#ulMenuContenido {
	list-style:none;
	margin:0;
	padding:0;
}

UL#ulMenuContenido LI {
	border-bottom:1px solid #CCCCCC;
	padding:3px 3px 3px 0;
}

UL#ulMenuContenido UL{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:10px;
}

UL#ulMenuContenido UL LI {
	border:0;
}

DIV#menusecundario {
	background-image:url(../../imagenes/punteadovertical.png);
	background-position:left;
	background-repeat:repeat-y;
	float:right;
	width:210px;
	margin-left:10px;
	padding-bottom:30px;
	margin-bottom:10px;
	border:1px solid #FFFFFF; /* Necesario para que funcione con Opera */
	background-color:#fff;
}

#menusecundario A {
	color:#333333;
	text-decoration:none;
}

#menusecundario A:hover {
	background-color:#FFCC00;
}



#menusecundario .imgagenmenu {
	text-align:center;
	margin-bottom:10px;
}

#menusecundario UL {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:4px;
	border-top:1px solid #CCCCCC;
}

#menusecundario UL LI {
	border-bottom:1px solid #CCCCCC;
	margin:0;
	padding:5px 0 5px 0;
}

#menusecundario UL.separadorbloquespais {
	border-bottom:5px solid #FF9900;
	margin-bottom:10px;
}

/* ESTILOS GENERALES Y FCKEDITOR */	
	.negrita {
		font-weight:bold;
	}
	
	.cajanaranja {
		background-color:#f99d0d;
		border-top:4px solid #f9710d;
		border-bottom:4px solid #f9710d;
		text-align:justify;
		padding:3px;
		margin-bottom:20px;
		width:400px;
	}
	
	.enlacesubir {
		text-align:right;
	}

	.enlacesubir A {
		text-decoration:underline;
	}
/* FIN ESTILOS GENERALES Y FCKEDITOR */

/* ESTILOS PARA LA TABLA DE TURNOS */
	.centrartd {
		text-align:center;
	}
	
	TABLE#tablaturnos {
		width:624px;
		margin:0;
		padding:0;
	}
	
	#tablaturnos td {
		border:1px solid #ffffff;
	}
	
	#tablaturnos td, th{
		padding:2px;
		margin:0px;
	}
	
	#tablaturnos tr {
		background-color: #ccc;
	}
	
	#tablaturnos .trcolor1 {
		background-color:#eaeaea;
	}
	
	
	#tablaturnos .trcolor2 {
		background-color:#f99c0d;
	}
	
	#tablaturnos caption {
		font-weight:bold;
	}
	
	.color1 {
		background-color:#66FF33;
	}
	
	.color2 {
		background-color:#CC9900;
	}
/*************************************/
