body {
	margin: 0px;
	background-color: #033d7c;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.textonormal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #20418E;
	text-decoration: none;
}
.textoblanco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textoblanconormal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.gris {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.titulos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #4b85c1;
	text-decoration: none;
}
.moduletitle {
	font-weight: bold;
	font-size: 14px;
	color: #0050A3;
	border-bottom: 1px solid #005043;
	padding-top: 20px;
}
.imagegallery_itemtitle {
	text-align: center;
	background-color:#ABE3FF;
	padding: 5px 5px 5px 5px;
}
/*prueba**/
.fondoazul {
	background-color:#0050A3;
	color:#ffffff;
	font-weight: bold;
	text-align: center;
}
/*prueba**/
.fondoazulclaro {
	background-color:#e2e2ff;
	color: #000;
	font-weight: bold;
}
.fondoimagen {
	border: 1px solid #333;
}
td.separador {
	border-bottom: 0px;
}
div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}
.blanco {
	color: #fff;
}
.text_moduletitle {
	color: #666;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	background-color: #CCC;
	border-top: 8px solid #999;
	padding: 5px 5px 5px 5px;
}