* {
	margin:0;
	padding::inheri;
	}

/* Tipografia */

body {
	font:11px/1em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	line-height:1.3em;
	}
h1, h2, h3, h4, h5, h6 {
	line-height:1.3em;
	font-variant:small-caps;
	}
h1 {
	font-size:210%;}
h2 {
	font-size:164%;
	}
h3 {
	font-size:145%;
	margin-bottom: 10px;
	}
h4 {
	font-size:118%;
	margin-bottom:5px;
	}
	
	

/* Tablas */

table {
	border-collapse:collapse;
	width:40em;
	}
.tablegeneral {
	background-color:#F7F7F7;
	border:1px solid #E8E8E8;
	padding:1em;
	}
th, td {
	padding:0.1em 1em;
	}
col {
	border-right:1px solid #63C68D;
	}
col .ultimacolumna {
	border:none;
	}
th {
	font-weight:bold;
	text-align:left;
	} 
.fieldcell {
 background-color: #F2F2F2;
 color: #000000;
 text-align:left;
 border:1px solid #63C68D;
}
.odd {
	background-color:#E8E8E8
	}
/* Inputs */
input, textarea {
	width:230px;
	}
.buttontypeone {
	width:100px;
	margin-bottom:5px;
	background-color: #E8E8E8;
	border:1px solid #DDDDDD;
 	color: #102132;
	}
.buttonsometer {
	width:130px;
	background-color:#15B55D;
	border:1px solid #006B33;
	color:#FFFFFF;
	}
.buttoncancelar {
	width:130px;
	background-color:#EA3D56;
	border:1px solid #9E2145;
	color:#FFFFFF;
	}
input.radio, input.checkbox, input.submit {
	width:auto;
	}
input.radio {
	float:left;
	margin-right:1em;
	}
label {
	display:block;
	}
input:focus, textarea:focus {
	background:#fff;
	}
/* Clases Especiales */

.campoNumerico {
	text-align: right;
}
.listaConocimientos {
	width: 150px;
}

