/* ### TAG RE-DEFINITION ### */

body {
/* 
	background-image:url('/images/backgrounds/fondo_pagina.gif');
 */
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:lighter;
	color:#333333;
}

td {}

ul {
	padding:0px 0px 0px 21px;
}

ol {
	padding:0px 0px 0px 21px;
}

li {
	padding:0px 0px 0px 0px;
}

strong {}

small {
	font-size:9px;
}

a { 
	text-decoration:none; 
	font-weight:bold; 
	font-size:10px; 
	color:#E47F00;
}

a:hover { 
	text-decoration:none; 
}

input, select, textarea {
	border-color:#CCCCCC;
	background-color:transparent;
	border-style:solid;
	color:#000000;
	font-size:12px;
	outline:none;
}
/* 

textarea {
	max-height:80vh !important;
}
 */

input {
	border:0px;
	border-bottom:1px dotted #d47600;
	outline:none;
}

input:focus {
	background-color:#FDFA22;
}

input[type="image"] {
	border:0px !important;
	background-color:transparent;
	outline: none;
}

input[type="submit"] {
	outline: none;
}

select {
	cursor:pointer;
}

input[type="date"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333333;
}

input[type="datetime-local"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333333;
}

iframe {
    width:720px;
}

hr {
	border-bottom:0px;
	border-color:#EEEEEE;
}


/* ### ALL PURPOSE ### */

.clearAll {
	clear:both;
}

.codeInFK {
	font-weight:bold;
	font-size:10px;
}