/*Columna IZQUIERDA - MENU PRINCIPAL*/
div#contenedor div#izq dl {
	list-style-type: none;
	background-color: #F1EDDE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../img/fondoMenuIzqInf.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#contenedor div#izq dl dt {
	color: #D50B00;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
div#contenedor div#izq dl dd {
	margin: 0px;
	padding: 0px;
}
div#contenedor div#izq dl dd#espacio {
	background-image: url(../img/espaciado.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
/*Enlaces - pseudoclases*/
div#contenedor div#izq dl dt a, div#contenedor div#izq dl dt a:link, div#contenedor div#izq dl dt a:visited{
	color: #D50B00;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
div#contenedor div#izq dl dt a:hover{
	color: #D50B00;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
/*Enlaces - pseudoclases*/
div#contenedor div#izq dl dd a, div#contenedor div#izq dl dd a:link, div#contenedor div#izq dl dd a:visited{
	margin: 0px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 187px;
}
div#contenedor div#izq dl dd a:hover{
	color: #F1EDDE;
	text-decoration: none;
	background-color: #D50B00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F1EDDE;
	border-left-color: #F1EDDE;
	width: 188px;
}
div#contenedor div#izq div#tlfn {
	padding: 0px;
	width: 200px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


div#contenedor div#izq div#horario {
	background-image: url('../img/cuadrohorario.png');
	width: 196px;
	height: 100px;
	background-repeat: no-repeat;
	color: #737677;
	margin-bottom: 5px;
}

div#contenedor div#izq div#horario div {
	margin-top: 5px;
	margin-left: 10px;
}

div#contenedor div#izq div#horario b {
	color: #C5C5C5;
	font-weight: bold;
}

div#contenedor div#izq div#direccion {
	background-image: url('../img/cuadrodireccion.png');
	width: 196px;
	height: 52px;
	background-repeat: no-repeat;
	color: #737677;
	margin-top: 5px;
}

div#contenedor div#izq div#direccion div {
	margin-top: 5px;
	margin-left: 10px;
}

div#contenedor div#izq div#direccion b {
	color: #C5C5C5;
	font-weight: bold;
}