/* CSS Document */
section, form, fieldset, input, textarea{ margin:20px; padding:0; border:0; outline:none; align:center; }
label { font-family: 'Arial', Lucida Sans, sans-serif; color: #fff; font-size: 12px; }
input { font-size: 12px; }
input[type="text"] { margin: 5px 0; background: #fff; border: 1px solid #ccc; color: #777; display: inline; width: 240px; outline: none; padding: 3px 8px; }
textarea { margin: 5px 0; background: #fff; border: 1px solid #ccc; color: #777; display: block; width: 270px; height: 80px; outline: none; padding: 3px 8px; }
input[type="submit"] { margin: 5px 0; background: #999; color: #fff; padding: 4px 15px; font-weight: bold; display: inline-block; border: none; cursor: pointer; }
input[type="submit"]:hover { background: orange; }
legend { font-family: 'Arial', Lucida Sans, sans-serif; color: orange; font-size: 20px; }
p { position: absolute; top: 30px; left: 130px; font-family: 'Arial', Lucida Sans, sans-serif; color: #fff; font-size: 10px; }
img { 
    
}

span {
    position: absolute;
	top: 285px;
	left: 110px;
	background: none repeat scroll 0 0 orange;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 2px 3px;
    text-align: center;
	font-family: 'Arial', Lucida Sans, sans-serif;
	font-size: 12px; 
}

#tabla {
width: 320px;
height: auto;
position: absolute;
top: 10%;
left: 50%;
margin-left: -160px;
box-shadow: 0 0 25px #222;
}
