body{
 background: url(../images/fondo.jpg);
 font-size: 76%;
 font-family: Verdana, Arial, Sans-Serif;
 line-height: 1.3;
}

#contenedor {
 min-width: 760px;
 max-width: 960px;
 width: auto !important;
}

#contenido {
 float: left;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 75%;
 overflow: hidden;
 display: inline;
 background-color: #fff;
 filter: alpha(opacity=90);
 opacity: .9;
}

#header {
 /* background: url(../images/dlodeiro_tw.png) 0 0 no-repeat; */
 width: 100%;
 float: left;
 padding: 10px;
 margin: 0px 0px 5px 0px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
}

#izquierda {
 float: left;
 padding: 10px;
 margin: 0px 5px 5px 0px;
 width: 15%;
 overflow: hidden;
}

#footer {
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 color: red;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

.moduletable_menu {
  min-height: 150px;
  height: auto !important;
  height: 150px;
}