/* CSS Document */
/***** Estilo de Tablas *****/
avisos.{
	margin:0 auto 0 auto;
	width:990px;
	height:auto;
}
.agregar{
	width:32px;
	height:32px;
	background-image:url(../imagenes/iconos/agregar.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
	}
	
.quitar{
	width:32px;
	height:32px;
	background-image:url(../imagenes/iconos/menos.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
	}
	.quitararchivo{
	width:32px;
	height:32px;
	background-image:url(../imagenes/iconos/earchivo.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
	}
	.guardar{
	width:32px;
	height:32px;
	background-image:url(../imagenes/iconos/save.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
	}
	
select {
	 height: 34px;
	-moz-border-radius: 5px 5px 5px 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 5px 5px;
	/* para Opera */
	border-radius: 5px 5px 5px 5px;
	background-color: #FFF;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;}

.tituloFormulario{

	width:900px;	
	height:auto;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:#0A78BA;
	
}

form.tablaFormulario{
	margin:20px auto 20px auto;
	width:1000px;
	height:auto;
	padding:10px;
	border:#EEE 5px solid;
	background-color:#E6EDF5;
	
	/*para Firefox*/
	-moz-border-radius: 10px 10px 10px 10px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 10px 10px 10px 10px;
	/* para Opera */
	border-radius: 10px 10px 10px 10px;
}
/***** Estilo de Tablas *****/


form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	margin:5px;
	overflow:hidden;
	color: #9B0F0F;
	padding:2px;
}


.eliminarOpcion{
	text-align:center;
	background-image:url(../imagenes/iconos/cerrar.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:10px;
	color:#F8F8F8;
	width:auto;
	height:40px;
	background-color:#9B160F;
	/*para Firefox*/
	-moz-border-radius: 10px 10px 10px 10px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 10px 10px 10px 10px;
	/* para Opera */
	border-radius: 10px 10px 10px 10px;

	
}
.agregarOpcion{
	text-align:center;
	background-image:url(../imagenes/iconos/agregarOpcion.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-right:10px;
	color:#F8F8F8;
	width:auto;
	height:40px;
	background-color:#008080;
	/*para Firefox*/
	-moz-border-radius: 10px 10px 10px 10px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 10px 10px 10px 10px;
	/* para Opera */
	border-radius: 10px 10px 10px 10px;

	
}

.enviar{
	text-align:center;
	color:#F8F8F8;
	width:180px;
	height:40px;
	background-color:#0A78BA;
	/*para Firefox*/
	-moz-border-radius: 10px 10px 10px 10px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 10px 10px 10px 10px;
	/* para Opera */
	border-radius: 10px 10px 10px 10px;

	
}
.enviar:hover{
/*		background-color:#0485EE;*/
  background-color:#09C;  
  
  /* Safari 4+ y Chrome 1+ */  
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #09C), color-stop(1, #0A78BA));  
  
  /* Safari 5.1+ y Chrome 10+ */  
  background-image:-webkit-linear-gradient(#09C, #0A78BA);  
  
  /* Firefox 3.6+ */  
  background-image:-moz-linear-gradient(top, #09C, #0A78BA);  
  
  /* Opera 11.10+ */  
  background-image:-o-linear-gradient(top, #09C, #0A78BA);  
  
  /* Internet Explorer 5.5+ */  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#09C', EndColorStr='#0A78BA');  
		cursor:pointer;
}
.textarea{
	background-color:#FFF;
	width:600px;
	height:80px;
	padding:5px;
	border:1px solid #666;
	-moz-border-radius: 5px 5px 5px 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 5px 5px;
	/* para Opera */
	border-radius: 5px 5px 5px 5px;
	
}
input[type=text]{
	background-color:#FFF;
	width:180px;
	height:20px;
	padding:5px;
	border:1px solid #666;
	-moz-border-radius: 5px 5px 5px 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 5px 5px;
	/* para Opera */
	border-radius: 5px 5px 5px 5px;
	
}

input[type=text]:focus{
	background-color:#FFF;
	height:20px;
	-moz-border-radius: 5px 5px 5px 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 5px 5px;
	/* para Opera */
	border-radius: 5px 5px 5px 5px;

}

.check:before{
	border:2px solid #999;
	padding:2px;
	}
	
/* SQUARED FOUR */
.check {
	width: 20px;	
	margin: 5px auto;
	position: relative;
}
.tablas {
	width: 1000px;
	
	overflow-y:hidden;
	overflow-x:scroll;
	padding:0 0 10px 0;
		
	
}
.tablaReportG {
	border:#000 solid 1px;	
}
.tablaReportG thead{
	background-color:#B70000;
	font-size:16px;
	font-weight:bold;
	color:#FFF;	
}


	
	
	
input[type=password]{
	background-color:#FFF;
	width:180px;
	height:20px;
	padding:5px;
	border:1px solid #666;
	-moz-border-radius: 5px 5px 5px 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 5px 5px;
	/* para Opera */
	border-radius: 5px 5px 5px 5px;
	
}
.tablaConsulta {
	
	font-size:8px;
	
}