.contenedor_global {
	width: 500px;
	padding: 5px;
	padding-left: 10px;
}

.contenedor_titular {
	width: 500px;
	display: table;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}

.titulo_modulo {
	float: left;
	padding: 0px;
	margin: 0px;
}

.combo_admin {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.contenedor_contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
}

.contenedor_global_izq {
	width: 200px;
	padding: 5px;
	padding-left: 10px;
}

.contenedor_titular_izq {
	width: 200px;
	display: table;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}




