@charset "utf-8";
/* CSS Document */
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	font-family:Arial, Tahoma, Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size:15px;
	border:0;
	text-decoration:none;
    height:100%;
    text-align:center;
    background:url('../img/fondopcfutbol.png') fixed repeat-x;
}
a, div, img{
	text-decoration:none;
	border:0;
	margin:0;
	color:#000;
	font-size: 13px;
	font-weight: normal;
}
#fondo{
	background-color:#ffffff;
	width:640px;
    padding:0;
	height:100%;
	margin: 0 auto;
}
#centro{
	width:600px;
    padding:0 20px 10px 20px;
	margin:0;
	height:auto;
	font-weight: normal;
    background-color:#fff;
}
#pie{
	width:600px;
    padding:0 20px 15px 20px;
    background-color:#fff;
}
div#inputnombre{
    width:267px;
    height:37px;
    padding-left:107px;
    margin:0 auto 12px auto;
    background:url('../img/nombre.png') top left no-repeat;
}
div#inputmail{
    width:267px;
    height:37px;
    padding-left:107px;
    margin:0 auto 20px auto;
    background:url('../img/mail.png') top left no-repeat;
}
input#nick, input#email{
    width:257px;
    height:17px;
    border:0;
    padding: 10px 10px 10px 0;
    background:transparent url('../img/input.png') no-repeat;
}
input#button{
    width:172px;
    height:41px;
    border:0;
    color:#666666;
    cursor:pointer;
    font-size:16px;
    background:transparent url('../img/boton.png') no-repeat;
}
.error{
    color:#d50000;
}
div.inputadmin{
    width:374px;
    height:37px;
    line-height:37px;
    margin:0 auto 12px auto;
    text-align:left;
    background:url('../img/admininput.png') top left no-repeat;
}
div.inputadmin div.admin{
    position:relative;
    float:left;
    width:97px;
    height:37px;
    padding-left:10px;
    background:url('../img/admininput.png') top left no-repeat;
}
input#usuario, input#password{
    position:relative;
    float:left;
    width:257px;
    height:17px;
    border:0;
    padding: 10px 10px 10px 0;
    background:transparent url('../img/input.png') no-repeat;
}
.copymouse {
	font-size: 11px;
	color: #999;
}
p.centrado{
	font-size:15px;
    text-align:center;
}
p.justificado{
	font-size:15px;
    text-align:center;
}
p.cabecera{
    padding:20px 0 20px 0;
    margin:0;
}
a.mania{
	font-size:14px;
    text-decoration:underline;
}
