/* RESET */ 
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;
}
fieldset{border:0px}
input,textarea{border: 1px solid #ccc;}

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

img, abbr, acronym {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	display: inline;
	list-style:none;
}
caption,th,thead {
	text-align:center;
	padding:10px;
	font-family:Verdana,Geneva, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:1px #999 solid;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}
a {color: #074570; outline:none; text-decoration:none }

/* FIN DE RESET */
body{
	background:#0e2565 url('../imagenes/background.gif');
	font-family: arial;
	font-size: 11px;
	color: #4f4f4f;
}
.dcha{float: right;}
.izda{float: left;}
form{float:left;width:100%}
label{display:block; margin:10px 0 0 0; line-height:15px;}
table td{padding:3px;vertical-align:top}
a{text-decoration:underline}
a:hover{text-decoration:none}
/************* W3C ***************/

#w3c{margin:10px auto;}
