/*--------------------- BODY ---------------------*/
html, body{
	font-family: Arial, "Lucida Sans Unicode", Georgia, Tahoma;
	color:#3D2E1C;
	margin:0;
	padding:0;
	font-size:87%;
	text-align:center;
	height:100%;
	}

/*--------------------- HTML ---------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input,img{
	margin:0; 
	padding:0;
}

h1, h2, h3{
	font-family: Arial, "Lucida Sans Unicode", Georgia, Tahoma;
	font-weight: normal;
	line-height: 1.2em;
}

a img,:link img,:visited img{ 
	border:none;
	outline:none;
}

ul{ 
	list-style:none;
}

li {
	margin-bottom:4px;
}

ol{
	margin:10px 20px;
}

acronym, abbr {
	border-bottom: 1px dotted #cc0000;
	cursor: help;
}

/*------ Semantica ------*/
h1{
	margin:0 0 10px 0;
	padding:0;
	background:#ccc url(../images/bckground.jpg);
	line-height:2em;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	text-align:center;
}

h2{
	margin:0;
	line-height:2em;
	background:#ccc url(../images/bckground.jpg);
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

h3{
	font-weight:bold;
	font-size:12px;
	margin-bottom:0.6em;
}

p{
	line-height:1.4em;

}

a{
	text-decoration:underline;
	color:#3D2E1C;
	outline:none;
}

a:hover, a:focus{
	text-decoration:none;
	color:#8a2922;
}


#comments{
	margin:5px;
	width:400px;
	float:left;
}

#comments ul{
	float:left;
	margin:10px 20px 0 10px;
}

#comments li{
	float:left;
	margin-top:3px;
	text-align:left;
	width:380px;
}

#comments input{
	margin-right:5px;
}

#comments label{
	margin-right:10px;
}

#comments textarea{
	width:370px;
}

.aviso{
	margin:40px 0;
}

.boton{
	float:right;
	margin-right:10px;
}
