

@import url(layout.css);
@import url(estilos.css);


* {margin: 0; padding: 0;}blockquoteblockquote
html {
	height: 100%;
}

body {
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
color: #000; 
height:100%;
background: #fff url(../images/bg.gif) repeat;
}

a {color:#003366; text-decoration:underline;}
a:hover {text-decoration:none;}
a img {border: none;}

.oculta {display:none;}
.clear {clear:both;}


p.bodytext, p{
margin:5px 0px;
/*text-align:justify;*/
}



.oculta {display:none;}
.clear {clear:both;}


/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;padding:0;}

blockquote{
margin-left:10px;}

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

fieldset,img{
border:0;}

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

ul,li {list-style:none;
}

caption,th {text-align:left;}

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

q:before,q:after{content:'';}

abbr,acronym {border:0;}

