body {
	background: #fff;
	margin: 20px;
	margin-top: 50px;
	font-size: 15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #000;
}
img {
	border: 0;
}
h1 {
	font-size: 19px;
}
a {
	color: #ff6600;
}
#cabecera {
	text-align: center;
}
#menu, #submenu {
	margin: 20px;
	text-align: center;
}
#menu ul, #submenu ul {
   list-style:none;
   }
#menu li, #submenu li {
	display:inline;
	margin: 5px;
}
#menu a, #submenu a {
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}
#conteniu {
	margin: 20px;
	text-align: center;
}
#pie {
	margin: 50px;
	text-align: center;
	font-size: 12px;
	color: #cccccc;
}

.error{
   position : relative;
   width : 400px;
   left : 50%;
   margin : 5px;
   margin-left : -200px;
	border: 1px solid red;
	background:#EF98B7 url('http://altuxa.com/imax/botones/warning_mini.png') no-repeat top center;
	padding:5px;
	padding-top: 30px;
	font-weight: bold;
}
.avisu{
   position : relative;
   width : 400px;
   left : 50%;
   margin : 5px;
   margin-left : -200px;
	border: 1px solid blue;
	background:#cedff2 url('http://altuxa.com/imax/botones/info_mini.png') no-repeat top center;
	padding:5px;
	padding-top: 30px;
	font-weight: bold;
}
input{
	margin-bottom:0.5em;
	width: 170px;
}
/* End Header */
input, textarea, select {
	border: solid 1px #e2e2e2;
	color: #ff6600;
	font-weight: bold;
}
.resultaos{
	margin-top:20px;
   width : 100%;
   height: 20px;
   display:block;
}
.opcion{
	padding: 2px;
   width : 49%;
   height: 20px; 
   text-align: right;
   float:left;
}
.resultau{
	padding: 2px;
   width : 49%;
   height: 20px;
   text-align: left;
   float:right;
}
.detallinos{
	margin-top:10px;
	text-align: center;
	font-size: 12px;
	width : 100%;
}

#comentarios{
   position : relative;
   left : 50%;
   margin-left : -250px;
   width : 500px;
}
.comentariu{
	position: relative;
	margin-bottom: 20px;
	border-top: solid 2px #ff6600;
	border-bottom: solid 2px #ff6600;
	padding: 10px;
	padding-top: 65px;
	background: #f1f1f1;
}
.autor {
	padding-top:15px;
	padding-left:5px;
	font-size: 12px;
	font-weight: bold;
	position:absolute;
	top:0;
	left:0;
   width : 495px;
	text-align:left;
	background: #f8c4a1;
}
.gravatar{
	margin-top:-15px;
	float:right;
}
.enllaz_editar{
	font-size: 12px;
	position:absolute;
	top:52px;
	right:5px;
}