body {background: url('../img/bkground.png') repeat top left; margin:0;}
#marca {float:left;width:347px; height:269px;background: url('../img/flame.png') no-repeat top left}
#container {width:900px; margin:0 auto;}
#progress {margin-top:105px;float:right; width:538px; height:76px;background: url('../img/working.png') no-repeat top left}
.bar{background-color:#E4D9B8; height:6px; -moz-border-radius: 3px;width:6px;
border-radius: 3px;
-webkit-border-radius:3px;
margin-left: 292px;
margin-top: 54px;}
#folio {   float: left;
margin-top: 25px;
width: 100%;}
.welcome {float:left; padding-right:25px; border-right: 1px #333 solid;width:380px; color: #fff; width:496px; text-align:right;}
.welcome h2 {font-size:18px; text-align:right;}
.welcome p {font-size:14px; text-align:right;}

form {float:right;font-family:Arial, Helvetica, sans-serif;}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 12px;
background-color:#383838;
color:#fff;
border:none;
border-radius: 11px;
-moz-border-radius: 11px;
-webkit-border-radius:11px;
width:330px; height:130px;
 font-size: 12px;
 margin-bottom: 7px;
padding:10px;
}
input[type=checkbox]{
background-color:#383838;
color:#fff;
border:none;
border-radius: 11px;
-moz-border-radius: 11px;
-webkit-border-radius:11px;
}

label {
    background-color: #383838;
    /*border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;*/
	-webkit-border-top-left-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-topleft: 11px;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
	margin-bottom: 5px;
	padding:0 10px;
	width:50px;
}
label.sin {width:auto;border:none; background:none;}
.label{ float: left; height: 23px; width: 70px;}
input[type=text] {
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 12px;
	background-color:#383838;
color:#fff;
border:none;
height:23px;
-webkit-border-top-right-radius: 11px;
-webkit-border-bottom-right-radius: 11px;
-moz-border-radius-topright: 11px;
-moz-border-radius-bottomright: 11px;
border-top-right-radius: 11px;
border-bottom-right-radius: 11px;
margin-bottom: 7px;
width:280px;}

img.separator {display:block; margin-bottom: 5px;margin-left:10px;}

a {text-decoration:none; font-weight:bold; color:#999999;}
a:hover {text-decoration:underline;}

a.boton {background-color:#383838;
color:#fff;
border:none;
border-radius: 11px;
-moz-border-radius: 11px;
-webkit-border-radius:11px;
 font-size: 12px;
 margin: 15px 0px;
 padding: 4px 15px;
 float:right;
 }
 a.boton:hover {text-decoration:none;}
