/* base font */
html { font-size:62.5%; font-family: Arial, Helvetica, sans-serif; }
body { margin:0; font-size:100%; } /*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; }
ul, ol, dl, dt, dd { padding:0; margin:0; }

ul,ol { list-style: none; }

/* Reset de tablas */
table { border-collapse: collapse; width:100%; font-size: 1em; }
td { vertical-align: top; }
caption, th { text-align: left; }

/* Enlaces */
a { text-decoration: none; outline:none;}
a:hover { text-decoration: underline; }
a img { border: none; }

/* 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; }

address{font-style: normal;}

/*
	Clases genÃ©ricas
************************************/

/* estirar (clearfix EspaÃ±ol) */
.estirar:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.estirar { display:inline-block; }
/* Hide from IE Mac \*/
.estirar { display:block; }
* html .estirar { height:1px; }
/* End hide from IE Mac */

/* Columnas */
.izq, .col_i, .mod-img { float: left; display:inline; }
.drcha, .col_d { float: right; display:inline; }

 .mod-txt{ display:table; height:1%;}

/* Reemplazo de imagenes*/

.reemplazo{display: block; overflow: hidden; text-indent: -9999px; } 


.favoritas ul li p strong {
	font-weight: bold;
	background-color: #F1A320;
	text-decoration: none;
	display: block;
	color: #2A2B30;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
}
