/* w2box layout ©2005 cb */

body { 
	margin: 0;
	padding: 0;
	background: #ffffff; 
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.9em;
}	

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#page { 
	width: 760px;
	background-color: white;
	margin: 20px auto;
	background: url("images/page.jpg") repeat-y top; 
} 		
#header {
	height: 57px;
	background: url("images/header.jpg")
}	
#header h1{
	display: none;
}
#content {
	margin: 0;
	padding: 5px 22px;
}
#footer { 
	clear: both;
	width: 760px;
	background: url("images/footer.jpg") no-repeat bottom; border: none;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

a img { border:0; }

form { 
	padding : 0 10px 0 10px; 
}
label { float : left;
	width : 15%;
	text-align : right;
	padding-right : 1%;
}
input, textarea, select { text-align : left; }


#errormsg {
	text-align: center;
}

#uploadform .small {
	margin: 0 0 0 15%;
	font-size: 0.8em;
}

.red {
 	color: #f00;
}

table.sortable {
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 30px;
}
table.sortable .lefted {text-align: left;}
table.sortable img  { vertical-align: middle }

table.sortable th a {
	color: #FFFFFF!important;
	text-decoration: none
}

table.sortable th {
	height: 30px;
	font-size: 0.9em;
	background-color: #000000;
	padding: 4px;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-weight: bold;	
} 

table.sortable #th2 {width: 55%;}
table.sortable #th1 {width: 8%;}
table.sortable #th3 {width: 12%;}
table.sortable #th4 {width: 5%;}
table.sortable #th5 {width: 5%;}
table.sortable #th6 {width: 15%;}


table.sortable tr.on {background: #e2e2e2;}
table.sortable tr.delete {background: #fcc;}

table.sortable td {
	height: 35px;
	padding: 1px;
	font-size: 0.8em;
}

.campo {
	height: 15px;
	border: 1px Solid #000000;
	background: #FFFFFF;
	font-size: 10px;
}
.campo2 {
	height: 18px;
	text-align: left; 
	border: 1px Solid #000000;
	background: #FFFFFF;
	font-size: 10px;
}

.boton {
	height: 19px;
	text-align: center; 
	border: 2px Solid #FF0000;
	background: #FFFFFF;
	font-size: 12px;
}

.text_small{
	font-size: 12px;
}