* { 
padding: 0; 
margin: 0;
} 

html {
height: 100%;
}

body {
font: small arial, helvetica, verdana, sans-serif;
margin: 5em auto 0;
background: #edffdf;
line-height: 1.6em
}
#cnt p { margin-bottom: 1em }

/* --- Links -------------------------------------------------- */

a, h1 a, h1 a:visited, #copyunder { 

color:#02b;
text-decoration: underline
}
a:visited, a:hover{
color:#04b;
}
/* --- Estructura ----------------------------------------------- */

#wrap {
position:relative;
margin: 0 auto;
width: 750px;
text-align: left;

}
h1 {
font-size: 4em;
font-weight: normal;
padding: 10px 0 0;
margin: 0;
}
h1 a, h1 a:visited {
	text-decoration: none;
}
h2 {

position:absolute;
right: 0;
top: -5px;
	
}
h2 a {
display: block;
width: 215px;
height: 60px;
background: url('/img/lg_youare_pow.gif') no-repeat ;
text-indent: -9000px;
}
h3 {font-size: 130%;
padding: 1em 0
}

/* --- Form ----------------------------------------------- */
form  {
border: 6px solid #DFEFD1;
background: #C8DFB5;
padding: 1em
}
fieldset { 
border: 1px solid #E2F0D7; 
padding: 0 1em 2em
}
legend { 
color: #333;
padding: 0 2px 8px;
font: bold 1.4em arial, helvetica;
margin: 0;

}
label{
display: block;
margin-top: 10px
}


form {
	margin-top: 3em
}
#cnt {
margin: 50px 0;
font-size: 110%
}

#cnt li { margin-left: 2em}

#cnt ul, #cnt ol { margin: 1.5em 0}

#cnt ul {list-style: square }
input[type=text] {

padding: 7px;
}

input[type=text]  {
width: 560px;

	
}

input#captcha[type=text]  {
width: 90px;
margin: 0 10px
}


form img {
position: absolute;
top: 125px;
right: 138px
}

input[type=submit] {
background: #3C5F96;
width: 80px;
color:#fff;
border: 1px solid #fff;
margin: 0 5px;
text-align:center;
padding: 4px;
font: 120% arial, helvetica, verdana, sans-serif
}
.info {

position: absolute;
top: 180px;
display: block;	
color: #3C5F96;
margin: 5px;
font-size: 90%;
padding-left: 20px;
background: url(/img/info.png) no-repeat 0 3px;
}

#protect {
padding-bottom: 30px;

}
/* --- Results ----------------------------------------------- */

#result, .error {
margin: 1em 2em 0;
clear: both;
border: 1px solid #96b34f; 
background: #e6f0c3; 

}
#result a:hover, #copyunder:hover, #footer a:hover {
color:  #763E0F;
}
#result, .error {
padding: 1em 25px;
font-size: 1.5em

}


.success, .error p {
padding-left: 25px
}

.success {
background: url(/img/check.png) no-repeat 0 4px;

}
.error {
border: 1px solid #d77; 
background: #fee; 

}
.error p {
background: url(/img/alert.png) no-repeat 0 2px;

}
.error p span {
font-size: 80%;
margin-left: 20px

}
#clipboard {
font-size: 70%;
font-weight: bold;
margin-left: 20px

}
#clipboard a {
text-decoration: none
}
#supok {
visibility: hidden;
margin: 0 3px;
color: #96b34f;
letter-spacing: 1px
}
#clipboard a:active #supok {

visibility: visible;

}

#footer {
margin-top: 15px;
text-align: center;
line-height: 2.5em
}
abbr, acronym, .help { 
cursor: help; 
border-bottom: 1px dotted #777

}
.hide {
display: none;
}