@CHARSET "utf-8";

/***************************************************************************************************************************************
	ELEMENTOS PARA LIMPIAR POR COMPLETO EL HTML 
*****************************************************************************************************************************************/
html *{margin:0;padding:0;}
a,a:link,a:visited,a:active{color:#58585a;text-decoration:none;outline: none;}
a:hover{text-decoration:none;}
abbr,acronym{border-bottom:1px dotted #999;cursor:help;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h2{font-weight:normal;}
iframe{border:none;margin-top: 2px;}
img{border:none;}
q{font-style:oblique;display:block;}
table{border-collapse:collapse;border-spacing:0;}
abbr{border:medium none;}
address{font-style:normal;}
form {margin:0;padding:0;}
img{border:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearboth {clear: both;}
/***********************************************************************/