label, input, select, textarea
{
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}

input[type=text], select, textarea
{
    text-align: left;
    width: 130px; 
}

input[type=password]
{
    text-align: left;
    width: 130px;
}

.AlineaTextoDerecha
{
    text-align: right;
}

input[type=checkbox], input[type=radio],
input[type=image]
{
	cursor: pointer;
	line-height: normal;
	border: none;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/* margin: .3em .3em .3em 1em; */ /* *margin-top: 0; */ /* IE6-7 */
}

input, textarea, select, .uneditable-input
{
	display: inline-block;
	padding: .1em;
	line-height: 1.0em;
	/*color: #808080;*/
	color: #444;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

:-moz-placeholder
{
	color: #bfbfbf;
}

::-webkit-input-placeholder
{
	color: #bfbfbf;
}

input, textarea, select
{
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=image]
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input:focus, textarea:focus, select:focus
{
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type=file]:focus, input[type=checkbox]:focus, select:focus
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 1px dotted #666;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]
{
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: not-allowed;
}

label[for]
{
	cursor: pointer;
}








.left
{
	float: left;
}

.rigth
{
	float: right;
}

.bottom, .bottom *, .bottom td
{
	vertical-align: bottom;
}

.middle, .middle *, .middle td
{
	vertical-align: middle;
}

.pointer
{
	cursor: pointer;
}

.block
{
	display: block;
}

.inline-block
{
	display: inline-block;
}

.nowrap
{
	white-space: nowrap;
}

.nomargin
{
	margin: 0;
}

.nobullets
{
	list-style: none;
}