/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFCC66;
	text-align: justify;
	background-image: url(../img/gsubfondo.png);
	background-repeat: repeat;
	font-size: 100%;
}
hr {
	/*border-bottom:1px dotted #006892;*/
	border-style:dotted;
	border:1px;
	width:80%;
	border-color:#006892;
}

.Cabecera {
	/*position: absolute; */
	width: 1000px;
	height: 124px;
	z-index: 1;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	text-align: left;
}
.izquierda {
	float:left;
	width:185px;
	height:auto;
	z-index:2;
	left: 0px;
	top: 124px;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.centroLineaSuperior {
	/*position:absolute;
	z-index:3;
	left: 190px;
	top: 133px;*/
	float:right;
	width:796px;
	height:30px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006892;
	padding-top: 10px;
}
.centro {
	width:790px;
	float:right;
	/*position:absolute;

	z-index:3;
	left: 200px;
	top: 180px;

	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style:none;
	border-top-color: #006892;
	border-right-color: #006892;
	border-bottom-color:#FFFFFF
	border-left-color: #006892;
	padding-bottom: 30px;
	margin-bottom: 5px;
	*/
}

.cuadroNaranja {
	background-color: #f6e7b9;
	border: 3px solid #EEB111;
}
.cuadroNaranjaUsuarioClave {
	background-color: #f6e7b9;
	border: 3px solid #EEB111;
	height: auto;
	width: 160px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

