@charset "UTF-8";
/* CSS Document */



#izquierda {
	float: left;
	width: 50%;
	padding-left: 10%;
	margin-bottom: 120px;
}

#derecha {
	float: right;
	height: 420px;
	width: 30%;
	margin-right: 6%;
	text-align: center;
	margin-left: 24px;
}

#fijador {
	top: 150px;
	position: absolute;
	font-size: x-small;
	width: 100%;
}

#usuario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	height: 24px;
	width: 320px;
	margin-left: 148px;
	margin-top: 32px;
	font-weight: bold;
	text-align: center;
}


#cool {
	background-image: url(images/cool_th.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 50%;
	height: 200px;
	text-align: center;
}

#hof {
	background-image: url(images/hof.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	width: 50%;
	height: 200px;
	text-align: center;
}


/*--------------------    Clases    --------------------------*/


.A {
	background-image: url(images/p_01.png);
	background-repeat: no-repeat;
	height: 48px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	padding-bottom: 8px;
}

.B {
	background-image: url(images/p_02.png);
	background-repeat: repeat-y;
	height: auto;
	text-align: center;
}

.C {
	background-image: url(images/p_03.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: 48px;
}

.escudo {
	padding: 8px;
	background-color: #FFFFFF;
	border: thin dotted #516C00;
	font-size: x-small;
	font-style: italic;
	color: #990000;
	font-weight: bold;
}

.especial {
	color: #003366;
	font-weight: bold;
	padding: 10%;
}

.restrictor {
	width:340px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 32px;
}



.rojo {
	font-style: italic;
	color: #990000;
	font-weight: bolder;
}
