* { margin: 0; padding: 0; }

body {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #656565;
	background-color: #FFF;
	}

h1, h2, h3, h4, h5, h6 {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	}

h3 {
	line-height: 1.5em;
	}

p {
	margin: 0 0 10px 0;
	}

a {
	color: #647A8B;
	text-decoration: none;
	}

a:hover {
	}

a img {
	border-width: 0;
	}

em {
	font-style: normal;
	}

table {
	border-collapse: collapse;
	}

ul,ol {
	list-style: none;
	}

abbr, acronym {
	border: none;
	}

fieldset {
	border: none;
	}

legend {
	font-weight: bold;
	}

td, th {
	vertical-align: top;
	}
	
input {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #656565;
	}
	
input[type=text],  
input[type=password] {
	height:15px;
	background-color:#e9e9e9;
	border:1px solid #d1cdc3;
	padding:3px 4px 2px 4px;
	}		

input[type=file] {
	background-color:#e9e9e9;
	border:1px solid #d1cdc3;
	height:20px;
}	
	
input[type=button], 
input[type=submit], 
input[type=reset] {
	visibility:hidden
}

select {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #656565;
	padding:2px 0 2px 2px;
	line-height:15px;
	background-color:#e9e9e9;
	border:1px solid #d1cdc3;
}

textarea {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #656565;
	padding:3px 4px 2px 4px;
	background-color:#e9e9e9;
	border:1px solid #d1cdc3;
	font-weight:normal;
}

table {
	border:none;
	width: 100%;
	background-color: #FFF;
}

table caption {
	border: 1px solid #E0E0E0;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-align: left;
	}

table th {
	text-align: left;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	}

table td {
	padding: 5px 10px 5px 10px;
	}

ul#barra_utilidades,
#menu_seccion {display:none;}

#cabecera_HELIOS {display:none;height:0;}

.vista {  
	font-size:18px;
	font-weight:bold;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #656565;
}

.caja {width:100%;margin:4px 0 4px 0;position:relative;} /*Caja principal */

.titulo {margin: 10px 0 5px 0;font-weight:bold;font-size:16px;border-bottom: 1px solid #E0E0E0;}
