@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial;
	font-size: 14px;
}
table
{
	border:none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.banner { 
	padding: 0px;
	/*border-radius: 16px 16px 0px 0px;
	-moz-border-radius: 16px 16px 0px 0px;
	-webkit-border-radius: 16px 16px 0px 0px;
	-op-border-radius: 16px 16px 0px 0px;*/
	height: 170px;
	background-image:url(../images/us_commander_banner.jpg);
}
a:link, a:visited { color: #333333; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; text-align: center; } 
a:active, a:hover {
	color: #59CAF5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.boton_menu, .boton_menu a{
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.boton_menu a:hover {
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #000000;
}
.boton_menu:hover {
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #000000;
	background-color: #7e96bb;
}
.boton_menu_interno, .boton_menu_interno a{
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.boton_menu_interno a:hover {
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.boton_menu_interno:hover {
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #000;
	background-color: #7e96bb;
}

.boton_Categoria, .boton_Categoria a{
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.boton_Categoria a:hover {
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.boton_Categoria:hover {
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #ababac;
}

.LetrasRegistroGrande
{
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	/*color: #347b81;*/
	color: #000033;
	font-weight: bolder;
}
.Botonera
{
	height: 37px;
	/*background-color: #347b81;*/
	background-color: #000033;
}

.BotoneraInterna
{
	height: 37px;
	/*background-color: #347b81;*/
	background-color: #e1e1e1;
}

.BotoneraCategoria
{
	height: 35px;
	/*background-color: #347b81;*/
	background-color: #7e96bb;
	color: #000;
}

/* Estilos de la Tabla donde estan los links de Contacto */
.TablaFooter
{
	height: 180px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #000;
	/*background-color:#bdbdbd;	*/
	background-color: #7e96bb;
}

/* Estilos del Footer donde dice Made by */
.PiePagina
{
	height: 35px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	background-color: #000033;
	
}

a.Deltaa1:link {
    color:#FFF;
}

/* visited link */
a.Deltaa1:visited {
    color:#FFF;
}

/* mouse over link */
a.Deltaa1:hover {
    color: #CCC;
}

/* selected link */
a.Deltaa1:active {
    color:#000;
}

a.Categoriaa1:link {
    color:#000;
}

/* visited link */
a.Categoriaa1:visited {
    color:#000;
}

/* mouse over link */
a.Categoriaa1:hover {
    color: #FFF;
}

/* selected link */
a.Categoriaa1:active {
    color:#000;
}

.ColorLineasHorizontales
{
	/*color:#347b81;*/
	color:#1f1c4b;
}
.textboxRegister
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 350px;
}
/* Estilo Letras dentro del cuadro de Registro */
.LetrasRojas
{
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size:14px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	/* Color de la Letra */
	color:#ff6300;
}
.textAreaRegister
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 350px;
	height: 150px;
}

.textAreaDescription
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 300px;
	height: 150px;
}

/* Aqui es donde se configura el borde de las imagenes de Registro*/
.Borderimagenes
{
	/* Estilo de la linea */
	border-style: solid;
	
	/* Ancho de la linea */
    border-width: 1px;
	
	/* Color de la linea */
	color: #347b81;
}

.BordesTablaErrores
{
	/* Estilo de la linea */
	border-style: solid;
	
	/* Ancho de la linea */
    border-width: 2px;
	
	/* Color de la linea */
	color: #ff6300;	
}

#pagination-clean li          { border:0; margin:0; padding:0; font-size:14px; list-style:none; /* savers */ float:left; }
/* savers #pagination-clean li,*/
#pagination-clean a           { border-right:solid 1px #DEDEDE; margin-right:2px; }
#pagination-clean .previous-off,
#pagination-clean .next-off   { color:#888888; display:block; float:left; font-weight:bold; padding:3px 4px; }
#pagination-clean .next a,
#pagination-clean previous a  { border:none; font-weight:bold; }
#pagination-clean .active     { color:#000000; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ border-right:solid 1px #DEDEDE; }
#pagination-clean a:link,
#pagination-clean a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:underline; }
#pagination-clean a:hover     { text-decoration:none; }


.LetrasDentroCuadroRegistro
{
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size:14px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	/* Color de la Letra */
	color:#347b81;
}
.AlturaBotonera
{
	height: 35px;
	background-color: #000033;
	
		font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size:14px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	font-weight:bold;
	

	
	/* Color de la Letra */
	color:#fff;
}
.LetrasBlancasTitulo
{
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size:16px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	font-weight:bold;
	

	
	/* Color de la Letra */
	color:#fff;
}
.TablaBuscador
{
	
	/*border-width: thin;*/
	border: 1px;
	border-style:solid;
	border-color:#347b81;
	
	
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size:14px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	/* Color de la Letra */
	color:#347b81;
}
.CabeceraBuscador
{
	background-color: #7e96bb;
	color: #fff;
}

.LineaResultado
{
	border-bottom-width: thin;
	/*border-bottom: 1px;*/
	border-bottom-style: solid;
	border-bottom-color: #347b81;
}
.textboxContact
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 480px;
}
.textAreaContact
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 480px;
	height: 100px;
}

.textboxProject
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 400px;
}
.textAreaProject
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 490px;
	height: 150px;
}
.TamanoPrimeraImagen
{
	width: 450px;
	height: 338px;
}
.TamanoPrimeraImagenNews
{
	width: 600px;
	height: 450px;
}
.TituloProyecto
{
	font-family: Arial;
	font-size:18px;	
	font-style: normal;
	/*background-color: #85b0b3;*/
	background-color: #b2b2b2;
	color:#000;
	height: 38px;
	padding: 7px;
	border-spacing: 7px;
}

.TituloProyecto1
{
	font-family: Arial;
	font-size:18px;	
	font-style: normal;
	background-color: #997247;
	color:#000;
	height: 38px;
	padding: 7px;
	border-spacing: 7px;
}

.TituloSubcategoria
{
	background-color: #85b0b3;
	color:#fff;
}

.SeparacionBotonera
{
	height: 5px;
}
.LetrasTextoDerecha
{
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size: 22px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	font-weight:bolder;
	
	/* Color de la Letra */
	color:#000033;
}
.textboxNumeroPatente
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 125px;
}.tank {
	font-size: 24px;
}

.textAreaQuestion
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 450px;
	height: 150px;
}

.textAreaQuestionResult
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 450px;
	height: 338px;
}
.dataListColumn {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FFF;
}

.dataListColumn2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #e5f9ff;
}

.textTestimonial
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 450px;
	height: 140px;
}
.TitulosHome
{
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size: 22px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	font-weight:bolder;
	
	/* Color de la Letra */
	color: #000;
	
	/* Color del Fondo */
	background-color: #7e96bb;
}
.BotonPetition
{
	background-color:#000033;
	
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size: 18px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	font-weight:bolder;
	
	/* Color de la Letra */
	color:#fff;
	
	padding-left: 5px;
	
	padding-right: 5px;
}
.textAreaRegisterQuestion
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 1000px;
	height: 200px;
}
.textPetition
{
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
}
.LetrasAlertaNueva
{
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size:14px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	/* Color de la Letra */
	color:#b50b02;
}
.LetrasAlertaPendiente
{
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size:14px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	/* Color de la Letra */
	color:#f76605;
}
.LetrasAlertaListo
{
	/*Tipo de Letra */
	font-family: Arial;
	
	/*Tamaño de la Letra */
	font-size:14px;
	
	/* Estilo de la Letra*/
	font-style: normal;
	
	/* Color de la Letra */
	color:#209645;
}

.btnGeneral {
 /*-webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;*/
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #000033;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
}

.btnGeneral:hover {
  background: #7e96bb;
/*  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;*/
}
.textboxPay
{
	font-family: Arial;
	font-size:18px;	
	font-style: normal;
	color:#347b81;
	width: 300px;
}

.textboxExpiration
{
	font-family: Arial;
	font-size:18px;	
	font-style: normal;
	color:#347b81;
	width: 120px;
}
.textAreaPay
{
	font-family: Arial;
	font-size:14px;	
	font-style: normal;
	color:#347b81;
	width: 300px;
	height: 50px;
}
.LineaVertical{
	border-right:1px solid #FFFFFF; 	
	vertical-align:middle;
}