/*Tamaño de fuente */
body{font-size: 62.5%;}
/* Modelos de caja (márgen, espaciado, borde, alineación) */
/* Márgen */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, dd, form, fieldset, dir, menu {margin:0;padding:0}
/* Espaciado */
table {border-spacing: 0;}
pre, tt, code, pre, :before, :after {white-space: normal;}
/* Bordes */
:focus {outline: none;}
hr {border: none;}
/* Alineación */
caption, th {text-align: left;}
sub, sup, thead, tbody, tfoot, td, th {vertical-align: baseline;}

/* Tipografía (familia, tamaño, peso, estilo, decoración) */
/* Familia */
kbd, samp {font-family: inherit;}
/* Tamaño */
h1, h2, h3, h4, h5, h6, big, small, sub, sup {font-size: 1em;}
/* Peso (negritas) */
h1, h2, h3, h4, h5, h6, th, strong {font-weight: normal;}
/* Estilo (cursivas) */
cite, em, var, address {font-style: normal;}

ul, ol {list-style-type: none;}

/* Decoración */
s, strike, del, u, ins, a, :link, :visited {text-decoration: none;}
ol ul, ul ol, br:before {content: ""} 

img{border:0;}


.clear{
	clear:both;
	/*with: 0 !important;*/
	height: 0 !important;
	font-size: 0 !important;
}
.desactivado{
	background-color: #DDD;
	color:#CCC;
}
.oculto{
	display:none;
}