/* -----------------------Reset de etiquetas para un valor común*/
body, h1, h2, h3, h4, p, form, fieldset{padding:0;border:0;margin:0;}
button, input, textarea, select{font-family:inherit;font-size:inherit;padding:0;border-spacing:0;border-width:1px;margin:0;}
ul, ol, dl{list-style:none;padding:0;border:0;margin:0;}
li, dt, dd{padding:0;border:0;margin:0;}
blockquote{padding:5px;border:0;margin:0 20px;}
table, table caption, thead, tbody, tfoot, tr, th, td{
	font-size:1.0em;
	outline:none;
	border-spacing:0;
	border-collapse:collapse;
	padding:0;
	border:0;
	margin:0;
}
button{cursor: pointer;}
a {color: #003366;}
a:hover{color: #006699;}
img{border:0;}
/* Clearing floats */
.clear:after,.wrapper:after,.format-status .entry-header:after
	{clear: both;}
.clear:before,.clear:after,.wrapper:before,.wrapper:after,.format-status .entry-header:before,.format-status .entry-header:after
	{display: table;content: "";}
/* clearing float for IE6 */
* html .clear
	{height: 1%;overflow: visible;}
/* float clearing for IE7 */
*+html .clear
	{min-height: 1%;}