BODY {
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
	
BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { 
	font-family: Arial; 
	font-size:12px; 
}
	
a{
	text-decoration:none;
	font-size:11px;
}
a:link {
    color: #3f3f3f;
}

/* visited link */
a:visited {
	color: #3f3f3f;
}
	/* mouse over link */
a:hover {
	color: red;
}

/* selected link */
a:active {
	color: yellow;
}
input:focus { 
	
}

.css-class-name-uno{
	width: 95%;
	height:18px;
	border: 1px solid #ABADB3;     
	color: #808080;
	padding: 4px;  
	border-radius: 3px;
	background-clip: padding-box;
	margin-bottom: 5px;
}
	
.css-error-uno{
	width: 95%;
	height:18px;
	border: 1px solid #FF0000;
	color: #808080;
	padding: 4px;
	border-radius: 3px;
	background-clip: padding-box;
	margin-bottom: 5px;
}
	
.css-class-name{
	width: 98%;
	height:18px;
	border: 1px solid #ABADB3;     
	color: #808080;
	padding: 4px;  
	border-radius: 3px;
	background-clip: padding-box;
	margin-bottom: 5px;
}
	
.css-error{
	width: 98%;
	height:18px;
	border: 1px solid #FF0000;
	color: #808080;
	padding: 4px;
	border-radius: 3px;
	background-clip: padding-box;
	margin-bottom: 5px;
}
	
.td_uno{
	width: 95%;
	height:18px;
	border: 1px solid #ABADB3;
	color: #808080;
	padding: 4px;
	border-radius: 3px;
	background-clip: padding-box;
	margin-bottom: 5px;
}
	
#principal{
	width:100%;
	min-height:400px;
	height:auto;
	
}
	
#table_principal{
	background-color:#DBDBDB;
	border: 1px solid #808080;
	border-radius: 10px;
	background-clip: padding-box;
}
	
.button{
	background-color:#DBDBDB;
	border: 1px solid #808080;
	border-radius: 5px;
	background-clip: padding-box;
	font-size: 12px;
    height: 30px;
	cursor:pointer;
}	