.seccionForma {
	width: 70%;
	border: 1.5px;
	border-style: solid;
	border-color: #cd3333;
	margin-bottom: 15px;
	padding-left: 3;
	padding-bottom: 15px;
}

.seccionFormaIn {
	width: 95%;
	border: 1.5px;
	border-style: solid;
	border-color: #FEFEFE;
	margin-bottom: 15px;
	padding-left: 3;
}

.seccionMediaForma {
	border-style: solid;
	border-color: #CCCCCC;
	width: 60%;
}

.tablaencabezado {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #cd3333;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
	font-style: normal;
}

.tablarow_cat {
	color: #7F7F7F;
	background-color: #DDDDDD;
	font-weight: lighter;
	font-size: 10;
}

.tablarow_cat2 {
	color: #7F7F7F;
	background-color: #EEEEEE;
	font-weight: lighter;
	font-size: 10;
}

.datosForma {
	color: #7F7F7F;
	font-weight: lighter;
	font-size: 12;
}

.footerTabla {
	color: #7F7F7F;
	font-weight: lighter;
	font-size: 10;
}

.camposForma {
	color: #cd3333;
	font-weight: bold;
	font-size: 12;
}

.camposFormaG {
	color: #7F7F7F;
	font-weight: bold;
	font-size: 12;
}

.camposFormaGv {
	color: #7F7F7F;
	font-weight: bold;
	font-size: 14;
}

.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: 9;
}

.footer {
	color: #cd3333;
	font-weight: bold;
	font-size: 10;
}

.footermini {
	color: #cd3333;
	font-weight: bold;
	font-size: 9;
}

.footerminiori {
	color: #cd3333;
	font-weight: bold;
	font-size: 12;
}

.footerminiac {
	color: #cd3333;
	font-weight: bold;
	font-style: italic;
	font-size: 10;
}

.botonesForma {
	color: black;
	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: 500px;
	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 {
	font-family: Frutiger TrueType;
	color: #7F7F7F;
	font-size: 12;
	background: transparent;
	resize: none;
}

.boton_conceptos {
	border: 1px solid #616261;
	-webkit-box-shadow: #B4B5B5 2px 2px 2px;
	-moz-box-shadow: #B4B5B5 2px 2px 2px;
	box-shadow: #B4B5B5 2px 2px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #BBBBBB;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BBBBBB),
		color-stop(100%, #999999));
	background-image: -webkit-linear-gradient(top, #BBBBBB, #999999);
	background-image: -moz-linear-gradient(top, #BBBBBB, #999999);
	background-image: -ms-linear-gradient(top, #BBBBBB, #999999);
	background-image: -o-linear-gradient(top, #BBBBBB, #999999);
	background-image: linear-gradient(top, #BBBBBB, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#BBBBBB, endColorstr=#999999);
}

.boton_conceptos:hover {
	border: 1px solid #4a4b4a;
	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464),
		color-stop(100%, #282828));
	background-image: -webkit-linear-gradient(top, #646464, #282828);
	background-image: -moz-linear-gradient(top, #646464, #282828);
	background-image: -ms-linear-gradient(top, #646464, #282828);
	background-image: -o-linear-gradient(top, #646464, #282828);
	background-image: linear-gradient(top, #646464, #282828);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#646464, endColorstr=#282828);
}

.boton_adicional {
	border: 1px solid #1b3373;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #4c4674;
	font-size: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4674),
		color-stop(100%, #1b3373));
	background-image: -webkit-linear-gradient(top, #4c4674, #1b3373);
	background-image: -moz-linear-gradient(top, #4c4674, #1b3373);
	background-image: -ms-linear-gradient(top, #4c4674, #1b3373);
	background-image: -o-linear-gradient(top, #4c4674, #1b3373);
	background-image: linear-gradient(top, #4c4674, #1b3373);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#4c4674, endColorstr=#1b3373);
}

.boton_adicional:hover {
	border: 1px solid #023802;
	background-color: #4c4674;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4674),
		color-stop(100%, #1b3373));
	background-image: -webkit-linear-gradient(top, #4c4674, #1b3373);
	background-image: -moz-linear-gradient(top, #4c4674, #1b3373);
	background-image: -ms-linear-gradient(top, #4c4674, #1b3373);
	background-image: -o-linear-gradient(top, #4c4674, #1b3373);
	background-image: linear-gradient(top, #4c4674, #1b3373);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#4c4674, endColorstr=#1b3373);
}

.message-box {
	text-align: center;
	padding: 5px;
	color: #545454;
	width: 80%;
	margin: 5px auto;
}

.clean {
	background-color: #efefef;
	border-top: 2px solid #dedede;
	border-bottom: 2px solid #dedede;
}

.info {
	background-color: #f7fafd;
	border-top: 2px solid #b5d3ff;
	border-bottom: 2px solid #b5d3ff;
}

.ok {
	background-color: #d7f7c4;
	border-top: 2px solid #82cb2f;
	border-bottom: 2px solid #82cb2f;
	border-right: 2px solid #82cb2f;
	border-left: 2px solid #82cb2f;
	color: #82cb2f;
}

.alerta {
	background-color: #fef5be;
	border-top: 2px solid #fdd425;
	border-bottom: 2px solid #fdd425;
}

.error {
	background-color: #ffcdd1;
	border-top: 2px solid #e10c0c;
	border-bottom: 2px solid #e10c0c;
}