@charset "UTF-8";

* { margin: 0; padding: 0;}
hr, .access, caption{ display: none;}
fieldset, a img { border:0;}
ul { list-style: none;}
h1,h2,h3,h4,h5,h6 {	font-weight: bold; font-size: 100%;}
/*table { width:100%; border-collapse:collapse;}*/
a {	color: #286a8a;	-moz-outline: none;}
img {
	margin: 0px;
	padding: 0px;	
}
a:hover { color: #555; }
body {
	font: 62.5% Arial, sans-serif;
	color: #333;
	/*text-align: center;*/
}

#wrapper { text-align: left;}
* html #wrapper{ font-size: 1.01em;} /*Hack <IE6*/
*+html #wrapper{ font-size: 1.01em;} /*Hack IE7*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* explorer 6 float y margen siempre display inline*/

.flotar{
	float:left;
	margin:10px;
	display:inline;
}
