/* CSS */
/*-------------------------------------------------------------
 Hoja de estilo para resetear los estilos propios de cada navegador
 origen: YUI
 version: 0.1
 email: alberto@katiuskas.com
 website: http://www.katiuskas.com/
 -------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend { 
	margin: 0;
	padding: 0;
	border: 0;
    outline: 0;
	font-weight: normal;
    font-style: normal;
	font-size: 100%;
}

:focus {
    outline: 0;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

/*
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
*/

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

abbr,acronym { 
	border: 0;
}

blockquote, q {
    quotes: "" "";
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}







