html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

header, 
footer, 
section, 
aside, 
nav, 
article {
	display: block !important;
}

html {

}

body {
	background: #fff;
	line-height: 1;

}

#todo {  
	margin: 0 auto; 
}

.gd, .gd5,  .gd10, .gd15,
.gd20, .gd25, .gd30,
.gd33, .gd35, .gd40,
.gd45, .gd50, .gd55,
.gd60, .gd65, .gd67,
.gd70, .gd75, .gd80,
.gd85, .gd90, .gd95,
.gd100 {
	float:left; 
	display: inline; 
}
	
.gd5  { width:5%; 		}
.gd10 { width:10%; 	}
.gd15 { width:15%; 	}
.gd20 { width:20%; 	}
.gd25 { width:25%; 	}
.gd30 { width:30%;	}
.gd33 { width:33.33%; 	}
.gd35 { width:35%; 	}
.gd40 { width:40%; 	}
.gd45 { width:45%; 	}
.gd50 { width:50%; 	} 
.gd55 { width:55%; 	}
.gd60 { width:60%; 	}
.gd65 { width:65%; 	}
.gd67 { width:66.67%; 	}
.gd70 { width:70%; 	}
.gd75 { width:75%; 	}
.gd80 { width:80%; 	}
.gd85 { width:85%; 	}
.gd90 { width:90%; 	}
.gd95 { width:95%; 	}
.gd100 { width:100%; 	}

.ultimo {
	padding: 0 !important;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

.dest    {
color:red;
font-weight:bold;
font-size:16px;
}

hr {
	height: 0;
	border: 0;
	margin: 0 0 17px 0;
	border-top: 1px solid #e0e0e0;
	width: 100%;
	padding: 0;
}

.clear { 
	clear: both;
}

.izq {
	float: left;
}

.der {
	float: right;
}
.cent {
text-align:center;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
ul li {
		display: inline;
		margin: 0 6px 0 0;
	}
	
.clearfix:after, 
#todo:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix, 
#todo {
    display: inline-block;
}

html[xmlns] .clearfix,
html[xmlns] #todo {
    display: block;
}

* html .clearfix,
* html #todo {
    height: 1%;
}


.oculto {
	display: block;
	left: -9999px;	
	position: absolute;
	visibility: hidden;
}