/* base font */
html { font-size:62.5%; font-family:Arial, Verdana; }
body { margin:0; font-size:100%; background:#fff; color:#000;} /*Estandar*/
* html body { font-size:101%; } /*IE6*/
*:first-child+html body { font-size:101%; } /*IE7*/

/* Resets de textos */
h1, h2, h3, h4, h5, h6, p, pre, blockquote { margin: 0; font-size:1em;}
ul, ol, dl, dt, dd { padding:0; margin:0; }

ul{ list-style: none; }

/* Reset de tablas */
table { border-collapse: collapse; width:100%; font-size: 1em; padding-bottom:10px}
table_ficha { border-collapse: collapse; width:70%; font-size: 1em; padding-bottom:10px}
td { vertical-align: top; }
caption, th { text-align: left; font-size:12px;} 

/* Enlaces */
a { text-decoration: none; color:#000;}
a:hover { text-decoration: underline; }
a img { border: none; }

.a_gris { text-decoration: none; color:#999999;}
/* Formularios */
form { margin:0;}
fieldset { margin:0; padding:0; border: none; }
legend { padding:0; }
input, textarea, select { font-size: 1em; font-family: Arial, Helvetica, sans-serif; }

/*
	Clases genéricas
************************************/

/* estirar (clearfix Español) */
.estirar:after {
	content:".";
	display:block;
	height:0; 
	clear:both;
	visibility:hidden;	
}

.estirar_buscador {
	display:inline-block;
	background-color:#CC071E;
	padding-left :10px;
	padding-top :10px;
	padding-right:10px;
}
.estirar { display:inline-block; }
/* Hide from IE Mac \*/
.estirar { display:block; }
* html .estirar { height:1px; }
/* End hide from IE Mac */
.cabecera_ordenar
{
	font:bold 12px Arial, Helvetica, sans-serif;
	
}
