﻿input
{
	font-family: Verdana;
	font-size: 11px;
	background-image: url(imagenes/forms/fondo-input.jpg);
	border: #CCC solid 1px;
	height: 16px;
	line-height: 16px;
	color: #036;
}
input[type="file"]
{
	font-family: Verdana;
	font-size: 11px;
	background-image: url(imagenes/forms/fondo-input.jpg);
	border: #CCC solid 1px;
	height: 16px;
	line-height: 16px;
	color: #036;
}
input[type="checkbox"]
{
	background-image: none;
	border: none;
	/*margin-bottom:3px;
	margin-left:4px;
	margin-right:3px;
	margin-top:3px;*/
}
input[type="checkbox"]:hover
{
	border: none;
}
input[type="checkbox"]:focus
{
	background-image: none;
	border: none;
}
select
{
	font-family: Verdana;
	font-size: 11px;
	border: #CCC solid 1px;
	height: 18px;
	line-height: 18px;
	color: #036;
}
textarea
{
	font-family: Verdana;
	font-size: 11px;
	background-image: url(imagenes/forms/fondo-textarea.jpg);
	background-repeat: repeat-x;
	border: #CCC solid 1px;
	color: #036;
}
input:hover
{
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
input:focus
{
	background-image: none;
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
textarea:hover
{
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
textarea:focus
{
	background-image: none;
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
select:hover
{
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
span.radio
{
	width: 19px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url(imagenes/forms/options.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.checkbox
{
	width: 19px;
	height: 25px;
	padding: 0 0 0 0;
	background: url(imagenes/forms/checks.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.input-450
{
	width: 450px;
}
.input-400
{
	width: 400px;
}
.input-350 
{
	width: 350px;
}
.input-250 
{
	width: 250px;
}
.input-200 
{
	width: 200px;
}
.input-150
{
	width: 150px;
}
.input-100
{
	width: 100px;
}
.input-75
{
	width: 75px;
}
.input-50
{
	width: 50px;
}
.input-25
{
	width: 25px;
}
.input-max
{
	width: 100%;
}
.input-99p
{
	width: 99%;
}
.input-98p
{
	width: 98%;
}
.input-95p
{
	width: 95%;
}
.input-90p
{
	width: 90%;
}
.input-85p
{
	width: 85%;
}
.input-80p
{
	width: 80%;
}
.input-75p
{
	width: 75%;
}
.watermarked
{
	color: #C0C0C0;
}
.lst_autocomplete
{
	background-color: Gray;
	height: 120px;
	overflow: auto;
	width: auto;
}
.telese-value 
{
	font-style: italic;
	color: #999;
}
.clear-table 
{
	padding: 0px;
	margin: 0px;
	margin: auto;
	width: 55%;	
}
ul.atach 
{
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
li.atach
{
	list-style-type: none; 
	border: 1px solid #6699FF; 
	float: left; 
	margin: 2px;
	padding: 1px;
	background-color: #EDF0F5;
}
