/* CSS Document */
body {
	margin:0px; 
	background-color:#f1f1f1
}
.table-main {
	background-color:#f1f1f1;
	width:100%; 
	height:100%;
}
.tr-main {
	background-image:url(imagenes/img_encabezado.jpg); 
	height:200px;
}
.menu-main {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

.menu-main a {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

.menu-main a:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: underline;
}

.box {
	background-image:url(imagenes/fondo_caja_instalaciones.gif); 
	background-repeat:repeat-y; 
	width:250px; 
	height:310px;
}
.marco {
	border-width:1px; 
	padding:2px; 
	border-style:solid; 
	border-color:#cecece;
}
.marco-inferior {
	background-image:url(imagenes/pie_caja_instalaciones.gif); 
	background-repeat:no-repeat
}
.caption-box{
	color:#527bad; 
	font-family: Trebuchet MS; 
	font-size:12px; 
	font-weight:bold; 
	color:#527bad
}
.subtitulo{
	font-family:Verdana; 
	font-size:12px
}
.items{
	font-family:Arial; 
	color: #7eba22; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 2em; 
	margin-left: 20px
}
.datos{
	background-color:#5279af; 
	height:50px; 
	color:#ffffff; 
	font-family: Trebuchet MS; 
	font-size: 12px; 
	width:255px
}
.asesoramiento{
	background-color:#dfe0e2; 
	height:50px; 
	color:#6385b6;
}
.copyright{
	font-family: Arial; 
	font-size: 11px; 
	color:#999999
}

.submenu {
	background-image:url(imagenes/fondo_caja_instalaciones.gif); 
	background-repeat:repeat-y; 
	width:250px; 
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
}
.destacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5279AF;
}