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: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
a {
	color: #ff6600;
}
#cabecera {
	text-align: center;
}
#conteniu {
	margin: 20px;
	text-align: center;
}
#pie {
	margin: 50px;
	text-align: center;
	font-size: 12px;
	color: #cccccc;
}

.error{
	text-align: center;
   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{
	text-align: center;
   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;
}
.opcion{
	padding: 2px;
   width : 49%;
   height: 20px; 
   text-align: right;
   float:left;
}
.resultau{
	padding: 2px;
   width : 49%;
   height: 20px;
   text-align: left;
   float:right;
}
.baxar{
	background: url('http://softastur.org/imax/baxar.png') no-repeat top left;
	padding-left:18px;
}