/* Index CSS */
body
{
	background-image: url("principal.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;	
}
h1
{
    -webkit-border-image: url(border.png) 50 round; /* Safari 3.1-5 */
    -o-border-image: url(border.png) 50 round; /* Opera 11-12.1 */
    border-image: url(border.png) 50 round;
    border-image-width: 55px;
    background-color: #F0E2AE;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
	color:#EEE;
	font-family: Georgia;
	text-shadow:black 0px 0px 5px;
	margin-top: 25px;
	font-size: 300%;
}
h2
{
    -webkit-border-image: url(border.png) 50 round; /* Safari 3.1-5 */
    -o-border-image: url(border.png) 50 round; /* Opera 11-12.1 */
    border-image: url(border.png) 50 round;
    border-image-width: 55px;
    background-color: #F0E2AE;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    color:#EEE;
    font-family: Georgia;
    text-shadow:black 0px 0px 5px;
    margin-top: 25px;    
}
button
{
    -webkit-border-image: url(border.png) 50 round; /* Safari 3.1-5 */
    -o-border-image: url(border.png) 50 round; /* Opera 11-12.1 */
    border-image: url(border.png) 50 round;
    border-image-width: 55px;
    background-color: #F0E2AE;
    padding: 10px;
    min-width:90%;
    min-height: 75px;
    font-family: Georgia;
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 15px;
}
input[type=text]
{
    width: 90%;
    border: solid 1px #777;
    border-radius: 25px;
    height:55px;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}
#score
{
    -webkit-border-image: url(border.png) 50 round; /* Safari 3.1-5 */
    -o-border-image: url(border.png) 50 round; /* Opera 11-12.1 */
    border-image: url(border.png) 50 round;
    border-image-width: 55px;
    background-color: #F0E2AE;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: bold;
    font-family: Georgia;
    margin-top: 25px;    
    margin-bottom: 25px; 
}
#score table
{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 22px;
    font-weight: bold;
    font-family: Georgia;
    font-size:150%;
    width:90%; 
    margin-bottom: 25px;     
    margin-left: auto;
    margin-right: auto;
}
#score table th
{
    font-style: italic;
    background-color: white;
}
#score table td
{
    border: solid 2px black;
}
h3
{
    font-size: 170%;
}