.seccionForma {
	font-family: Century Gothic;
	width: 90%;
	border: 1.5px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-bottom: 1px;
	padding-left: 3;
}

.seccionFormaLogin {
	font-family: Century Gothic;
	width: 70%;
	border: 1.5px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-bottom: 1px;
	padding-left: 3;
}

.seccionMediaForma {
	border-style: solid;
	border-color: #CCCCCC;
	width: 60%;
}

.tablaencabezado {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: d21034;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
	font-style: normal;
}

.tablaencabezado2 {
	font-weight: bold;
	font-size: 11px;
	background-color: d21034;
	border-bottom: 0px solid #FFFFFF;
	padding: 0px;
	font-style: normal;
}

.tablarow_cat {
	color: #7F7F7F;
	background-color: d21034;
	font-weight: lighter;
	font-size: 10;
}

.tablarow_cat2 {
	border: 0px;
	color: #7F7F7F;
	background-color: d21034;
	font-weight: lighter;
	font-size: 10;
	color: #7F7F7F;
}

select.datosForma {	
	font-size: 10;
}

.datosForma {
	font-family: Century Gothic;
	color: #7F7F7F;
	font-weight: lighter;
	font-size: 12;
}

.datosFormaImporte {
	font-family: Century Gothic;
	color: #7F7F7F;
	font-weight: lighter;
	font-size: 12;
	text-align: right;
}


.datosFormaProveedores {
	color: #7F7F7F;
	font-weight: lighter;
	font-size: 12;
	width: 303;
}


.footerTabla {
	font-family: Century Gothic;
	color: d21034;
	font-weight: lighter;
	font-size: 10;
}

.camposForma {
	font-family: Century Gothic;
	color: #d21034;
	font-weight: bold;
	font-size: 12;
}

.camposFormaG {
	font-family: Century Gothic;
	text-decoration: none;
	color: #7F7F7F;
	font-weight: bold;
	font-size: 12;
}

.camposFormaWhite {
	color: white;
	font-weight: bold;
	font-size: 12;
}

.camposSubmenu {
	color: #7F7F7F;
	font-weight: bold;
	font-size: 12;
}

.camposSubmenuMini {
	color: #7F7F7F;
	font-weight: bold;
	font-size: 11;
}

.camposFormaBlanco {
	color: white;
	font-weight: bold;
	font-size: 12;
}

.campoTextoEtiqueta {
	border: 0px;
	background: transparent;
	color: black;
	font-weight: bold;
	font-size: 11;
}

.footer {
	font-family: Century Gothic;
	color: #0000CC;
	font-weight: bold;
	font-size: 10;
}

.footermini {
	font-family: Century Gothic;
	color: #0000CC;
	font-weight: bold;
	font-size: 9;
}

.botonesForma {
	font-family: Century Gothic;
	text-decoration: none;
	color: graytext;
	font-weight: lighter;
	font-size: 12;
}

#progressBar {
	padding-top: 5px;
}

#progressBarBox {
	width: 680px;
	border: 1px solid #777;
	background: #EEE;
	font-size: 8;
}

#progressBarBoxContent {
	width: 0;
	border-right: 1px solid #777;
	background: #777;
	font-size: 8;
}

#progressBarText {
	width: 680px;
	border: none;
	font-weight: bold;
	font-size: 8;
	color: #777;
}

#backgroundPopup {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background: transparent;
	border: 0px solid #cecece;
	z-index: 1;
}

.gecko #backgroundPopup {
	top: -800px;
	left: 0px;
}

.ie #backgroundPopup {
	_position: absolute; /* hack for internet explorer 6*/
	top: 0px;
	left: 0px;
}

#popup {
	display: none;
	position: fixed;
	height: 350px;
	width: 800px;
	background: #FFFFFF;
	border: 5px outset #cecece;
	z-index: 2;
	padding: 12px;
}

.gecko #popup {
	height: 580px;
	width: 800px;
}

.ie #popup {
	_position: absolute; /* hack for internet explorer 6*/
	height: 350px;
	width: 800px;
}

#popup h2 {
	text-align: left;
	color: #0000CC;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#popupClose {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}

a {
	cursor: pointer;
}

div.grippie {
	background: #EEEEEE url(../fe_imagenes/grippie.png) no-repeat scroll
		center 1px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0pt;
	cursor: s-resize;
	height: 8px;
	width: auto;
	overflow: hidden;
}

.resizable-textarea textarea {
	background: transparent;
	font-family: Arial;
	font-size: 0.7em;
	resize: none;
	color: #7F7F7F;
}

hr {
	color: #CCCCCC;
	height: 1px;
}

/* Nuevo Autocomplete */
.container { 
	width: 800px; 
	margin: 0 auto;
}

.autocomplete-suggestions {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	border: 1px solid #999; 
	background: #FFF; 
	cursor: default; 
	overflow: auto; 
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 0.7em;
}

.autocomplete-suggestion { 
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden; 
}

.autocomplete-no-suggestion { 
	padding: 2px 5px;
}
.autocomplete-selected { 
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold; 
	color: #000;
}

.autocomplete-group {
	padding: 2px 5px; 
	font-weight: bold; 
	font-size: 16px; 
	color: #000; 
	display: block; 
	border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
	#main-menu > li {
		float: none;
		display: table-cell;
/* 		width: 1%; */
		text-align: center;
	}
}