/* 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;
}

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: #666666; outline:none; text-decoration:none }

/* FIN DE RESET */
body{
	background:#943900 url("../imagenes/fondo_body.png")  repeat-x;
	font-family: arial;
	font-size: 11px;
	color: #4f4f4f;
}
.dcha{float: right;}
.izda{float: left;}
h1.titulo{
	position: absolute;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	text-transform: none;
	color: #a59f8f;
	right: 75px;
	top: 10px;
	text-align: right;
}
b,label,input,select,option{text-transform: none}
#newsletter input{text-transform: none} 
h2.titulo2 {
	position: absolute;
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
	text-transform: none;
	color: #FF9F19;
	right: 75px;
	top: 19px;
	text-align: right;
}

