
.fecha
{
	width: 75px;
}

.txt_50
{
	width: 150px;
}
/* -- estilos solo ordenadores de la aplicacion -- */
@media only screen and (min-device-width: 600px)
{
	.txt_50
	{
		width: 50%;
	}
}

.txt_25px
{
	width: 25px;
}

.txt_30px
{
	width: 30px;
}

.txt_50px
{
	width: 50px;
}

.txt_80px
{
	width: 80px;
}

.txt_120px
{
	width: 120px;
}

.txt_130px
{
	width: 130px;
}

.txt_10px
{
	width: 100px;
}


.txt_100px
{
	width: 100px;
}

.txt_150px
{
	width: 150px;
}

.txt_200px
{
	width: 200px;
}

.txt_250px
{
	width: 250px;
}

.labelTextArea
{
	vertical-align: top;
}


