.aling-superior {
	vertical-align: top;
}

.aling-derecha {
	text-align: right;
}

.aling-centrar-XY {
	text-align: center;
	vertical-align: middle;
}

.aling-ancho-celda100x100 {
	width: 100%;
}

.aling-inferior {
	vertical-align: bottom;
}

.tabla-centrada {
	margin: auto;
	text-align: center;
}

.color-linea-1-2-3-4 {
	border: 1px solid #666666;
}

.color-linea-2-3-4 {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.color-linea-2-4 {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

.color-linea-2 {
	border-right: 1px solid #666666;
}

.color-linea-4 {

	border-top: 1px #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px solid #666666;
}

.espacio-01-XY {
	height: 1px;
	width: 1px;
}

.espacio-05-x {
	width: 5px;
}

.espacio-5-Y {
	height: 5px;
}

.espacio-10-X {
	width: 10px;
}

.espacio-10-Y {
	height: 10px;
}

.espacio-15-X {
	width: 15px;
}

.espacio-15-Y {
	height: 15px;
}

.espacio-20-X {
	width: 20px;
}

.espacio-20-Y {
	height: 20px;
}

.espacio-30-X {
	width: 30px;
}

.espacio-30-Y {
	height: 30px;
}

.espacio-40-X {
	width: 40px;
}

.formulari {
	margin: 0px;
	padding: 0px;
}

.input-buscar {
	height: 17px;
	width: 120px;
	font-size: 11px;
	color: #999999;
	border: 1px solid #666666;
}
.formulario-completo-fonyrell {
	background-color: #EAFBC7;
	padding: 20px;
	font-weight: normal;
}
.formulario-completo-input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 3px;
	border: 1px solid #999999;
}
.formulario-completo-texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.formulario-completo-botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9ACC35;
	border: 1px solid #999999;
}
