/***************************************************/
/* TAGS GENERICOS */


body{
	margin : 0px;
	margin-top:1px;
}
input{
	border-width: 1px!important;
}
/*textarea{
	text-transform: uppercase;
}
textarea, input[type=text], select,input[type=password] {
	background : #FFF;
	border: solid 1px #7F9DB9;
	color:#000000;
	margin: 0px;
	padding: 1px;

	
	outline: -webkit-focus-ring-color auto 0px;
}
textarea:focus, input[type=text]:focus, select:focus,input[type=password]:focus {
	color: #000; border: solid 1px #545454; background-color: #FFFCDD;
}
textarea:disabled, input[type=text]:disabled, select:disabled,input[type=password]:disabled {
	/*border: solid 1px #ccc;
	background: #F2F2F2;
	color:#000;
}
.noBorder {
	border: none;
	border-bottom:   solid 1px #7F9DB9;
}

label{}
fieldset{
	border: solid 1px #ccc;
}
legend{
	/*text-transform:uppercase;
	font-weight: bolder;
}
select, option{
	font-size: 10px;
}

.inputSelect{
	text-transform: uppercase;
}
.inputSelect:focus{
  background: url('../images/inputs/keyboard.png') no-repeat top right;
}*/
/**
 * Estilos aplicados a elementos
 *
 * 
.resaltaFondo	{	background	: #E5E5E5}
.w20			{	width		: 20px; }
.w30			{	width		: 30px; }
.w35			{	width		: 35px; }
.w40			{	width		: 40px; }
.w50			{	width		: 50px; }
.w55			{	width		: 55px; }
.w60			{	width		: 60px; }
.w70			{	width		: 70px; }
.w75			{	width		: 75px; }
.w80			{	width		: 80px; }
.w85			{	width		: 85px; }
.w90			{	width		: 90px; }
.w95			{	width		: 95px; }
.w100			{	width		: 100px; }
.w105			{	width		: 105px; }
.w110			{	width		: 110px; }
.w120			{	width		: 120px; }
.w130			{	width		: 130px; }
.w140			{	width		: 140px; }
.w150			{	width		: 150px; }
.w160			{	width		: 160px; }
.w170			{	width		: 170px; }
.w180			{	width		: 180px; }
.w190			{	width		: 190px; }
.w200			{	width		: 200px; }
.w250			{	width		: 250px; }
.w300			{	width		: 300px; }
.w350			{	width		: 350px; }
.absoluto		{	position	: absolute;}
.oculto			{	display		: none;}
.borde			{	border		: solid 1px #696969;}
.padd			{	padding		: 3px;}
.margin3		{	margin		: 3px;}
.rounded3		{	-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px; }
.rounded5		{	-moz-border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px; }
.reqlbl			{ color: #A30000; }

/*=========== Algunos Colores para usar 
.purple		{ background-color:#E8D0F3;}
.yellow		{ background-color:#FFFEC5;}
.skynormal	{ background-color:#D8EBF5;}
.skymedium	{ background-color:#C6E8F3;}
.skyintense	{ background-color:#AFE3FF;}
.darkblue1	{ background-color:#002B48;}
.morado1	{ background-color:#EFE3F7;}
/*texto vertical


p.css-vertical-text-1 {
	color:#333;
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;
}*/
