
/* Formateo de los estilos
----------------------------------------- */

html, body, div, a, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, abbr, acronym, address, code, object, label, legend, input, textarea, p, blockquote, th, td, del, dfn, q, table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: 0em solid #000;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}

/* Forzamos scroll
----------------------------------------- */

html {
	overflow-y: scroll;
}


/* Tablas
----------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

/* Objects
----------------------------------------- */

object {
	border: 0em;
}

/* Abreviaturas, acronimos y definiciones
----------------------------------------- */

abbr, acronym, dfn {
	border: none;
	cursor: help;
}

/* Imagenes
----------------------------------------- */

img, a img, :link img, :visited img, :hover img {
	border: 0em;
}

/* Teclado Kbd
----------------------------------------- */

kbd {
	border-bottom: .1em solid #cccccc;
	border-right: .1em solid #cccccc;
	padding-bottom: 0.1em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	background: #EFECEC;
	padding-top: 0.1em;
	font-size: 115%;
}



/* Clases comunes
----------------------------------------- */

.display_none { display: none;}	
.clear_both { clear: both; }	
.cursor-pointer { cursor: pointer; }
.bg_none { background: none; }
.cursiva { font-style: italic; }
	
.float_left { float: left;}	
.float_right { float: right;}
	
.align_center { text-align: center; }	
.align_left { text-align: left; }
.align_right { text-align: right; }	
.align_justify { text-align: justify; }	

.borde { border: 1px solid #cc0000; } /* Clase para testear las dimensiones de un objeto */
.a {background: #00CC99;}			  /* Estilo para testear */

img.png { behavior: url(../img/iepngfix/iepngfix.htc); }

/* iepngfix: */
/* behavior: url(../img/iepngfix/iepngfix.htc); */		



