@CHARSET "ISO-8859-1";

/**
 * contenido
 */
.view-extranet {
	height: 100%;
	width: 100%;
	/*position: absolute;*/
	top: 0;
	left: 0;
}

.header {
	height: 100%;
}

.header-image {
    /*height: 56px;*/
	height: 41px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.header-info {
	height: 41px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

.header-menu {
	clear: both;
	height: 44px;
}

.header-title {
	font-family: "MuseoSans", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #7B858A;
	margin-left: 10px;
}

.content {
	width: 100%;
	height: 100%;
}

.content-nevagacion {
	height: 22px;
	margin-left: 20%;
	margin-top: 8px;
	font-family: "MuseoSans", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #7B858A;
}

.content-spacer,.content-menu {
	float: left;
	overflow: none;
}

.content-spacer {
	width: 2%;
}

.content-menu {
	width: 20%;
}

.content-panel-menu {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	/*margin: 0 auto;*/
}

.content-dcha {
	float: left;
	max-width: 80%;
	overflow: auto;
}

.content-dcha-titulo {
	height: 29px;
	overflow: auto;
}

.content-dcha-botonera {
	min-height: 25px;
	overflow: auto;
	padding: 0px;
}

.content-dcha-datos {
	margin-top: 10px;
}

.content-infodcha {
	background-color: #ECEDED;
	margin-bottom: 10px;
}

.footer {
	clear: both;
	height: 56px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #7b858a;
}

.footer-image {
	margin-right: 2px;
}

.textoErrorValidacion {
	border: solid 1px #ED2E38;
}

.textoErrorRequerido {
	border: solid 1px #ED2E38;
}