html, body {
	height: 100%;
}
body {
	background-color : #CCCCCC;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fondo.png);
	background-repeat: repeat-x;
	text-align: center;
}
p{
}
input, textarea, select {
	color: #333333;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	border: 1px solid #FF9900;
}
strong {
	color: #333333;
}
a {
	color:#000000;
	text-decoration: none;
	font-weight: bolder
}
a:hover {
	color: #FFFFFF;
	background-color: #FF9000;
}
h1 {
	color:#990033;
	font-style: normal;
	font-weight: bolder;
	font-size: 130%;
}
h2 {
	color:#FF6600;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 2px;
}
h3 {
	color:#DE2D27;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	font-size: 120%;
}
table {
	font-size:12px;
}
.encabezado {
	color: #F2F4DD;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #495988;
	background-image: url(images/fondo_encabezado.png);
	background-repeat: repeat-x;
}
.renglon0 {
	background-color: #FFFFFF;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75C8FF;
}
.renglon0i {
	background-color: #FFFFFF;
	vertical-align: top;
}
.renglon1 {
	background-color: #CCCCCC;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75C8FF;
}
.renglon1i {
	background-color: #CCCCCC;
	vertical-align: top;
}
.renglont {
	border-bottom: 1px solid #CC9999;
	background-color: #EEEEDD;
}
.celdaf0 {
	background-color: #BDCADC;
}
.celdaf1 {
	background-color: #999999;
}
.celdaf2 {
	background-color: #7182B3;
}
.encabezado a {
	color: #E4FF79;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
}

#contenidoreporte {
	width: 1024px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#contenido {
	padding-left: 10px;
	margin: 0px;
	padding-right: 5px;
	background-image: url(images/fondo_contenido.png);
	background-repeat: repeat-x;
	background-color: #E8EEF5;
	padding-bottom: 15px;
	background-position: 0px 2px;
}
#contenido h1 {
	color: #2C3755;
	text-decoration: none;
	padding: 5px;
	height: 40px;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 15px;
	margin-left: -10px;
}
#titulo {
	font-weight: bolder;
	font-size: 18px;
	height: 42px;
	padding-left: 150px;
	background-color: #DFDBD3;
	color: #4B5B8B;
	background-image: url(images/fondo_titulo.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	overflow: hidden;
	margin: 0px;
	padding-right: 0px;
}
#subtitulo {
	font-weight: normal;
	text-align: right;
	background-image: url(images/fondo_estatus.png);
	background-color: #6090CA;
	font-size: 10px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 2px;
	padding-right: 2px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #2C3755;
	height: 25px;
}
#menu div {
	float: right;
	width: 50px;
	background-color: #6090CA;
	padding: 4px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
#menu div a {
	color: #FFFFFF;
	font-weight: normal;
}
#menu div a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#resumen {
	margin-left: 120px;
	padding: 5px;
	background-color: #CCCCCC;
}
#filtro {
	margin-bottom: 15px;
}
#filtro table {
	border-collapse: collapse;
}
#selector {
}
#controles {
	margin-bottom: 10px;

}
#pie {
	padding:0px;
	text-align: center;
	background-color: #2C3755;
	clear: both;
	height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenidoedicion {
	background-color: #F7F7EF;
	text-align: left;
	height: 100%;
}
#contenidoedicion .titulo {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4B5B8B;
	font-weight: bolder;
	padding: 5px;
	margin: 0px;
}
#contenidoedicion #fedicion {
	padding: 0px;
}
#contenidoedicion form {
	padding: 0px;
	margin: 0px;
}
#contenidoedicion a {
	color: #003366;
}
#contenidoedicion label {
	width: 80px;
	float: left;
	text-align: right;
	display: block;
	padding-right: 5px;
}
#contenidoedicion #pie {
	margin:0px;
	padding:0px;
	width:0px;
	height:0px;
}
#resultado table {
	background-color: #FFFFFF;
	border-collapse: collapse;
	width: 100%;
}
#resultado td {
	padding-right: 4px;
	padding-left: 4px;
}
.menuelemento {
	width: 160px;
	float: left;
	padding: 5px;
}
.textoCourier {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.controltextorenglon {
	color: #000000;
	border: 1px solid #F5F0DE;
	margin: 0px;
	padding: 0px;
}
.encabezadosecundario {

	color: #F2F4DD;
	font-weight: bold;
	background-color: #495988;
}
.errores {
	text-align: left;
}
.contactoelemento {
	background-color: #FFFFFF;
	width: 48%;
	float: left;
	border: 1px solid #0066CC;
	margin: 2px;
}
.contactoelemento label {
	clear:left;
}
.contactoelemento input, .contactoelemento select, .contactoelemento textarea {
	clear:right;
	margin-bottom: 4px;
}
.contactoelemento h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6090CA;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 1px;
}
.parametros {
	background-color: #FFFFFF;
	width: 48%;
	float: left;
	border: 1px solid #EE8E0D;
	margin: 2px;
}
.parametros label {
	clear:right;	
	width: 9em;	
	display:inline-block;
	text-align:right;	
}
.parametros input, .parametros select, .parametros textarea {
	margin-bottom: 4px;		
}
.parametros h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FEBB3F;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 1px;
}
#resultado #columna1{
	float:left;	
	background-color:#E1E1E1;
	width:100%;
	
}
#resultado #columna2{
	float:left;	
	background-color:#E1E1E1;
	width:100%;
}
/* Estilo del elemento de edici?n para los datos de un producto */
/* Se utiliza principalmente en la interfaz de edici?n de documentos */
.detalle_producto {
	background-color:#BDCDEC;
	padding:5px;
}
.detalle_producto input, 
.detalle_producto textarea,
.detalle_producto select {
	margin-bottom: 4px;
}
.detalle_producto label {
	clear:left;
	width: 80px;
	float: left;
	text-align: right;
	display: block;
}
