html{
	width:100%;
	min-width:100%;
	background:#000000;
}

body{
	width:100%;
	min-width:100%;
	background:#000000;
}

#contenedor {
	width:100%;
	min-width:100%;
	position: relative;
	background:none;
}

#cabecera {
	width:100%;
	height: 320px;
}

#cabeceraCentro {
	padding:0px;
	margin: 0 auto;
	width: 100%;
	height: 320px;
	clear:both;
}

#login {
	margin-top:58px;
	position:static;
	width:100%;
	height:250px;
	float:left;
	top:0px;
	clear:both;
}

#login form{
	margin:5%;
}

#login form input[type=text], #login form input[type=password]{
	width:96%;
	background: none repeat scroll 0 0 #1E1E1E;
	border: 1px solid #272828;
	color: #AFABAD;
	padding:2%;
	font-size: 1.8em;
	margin-right:0px;
	height: 38px;
}

.overTxtLabel {
	margin-top:6px;
	padding:2%;
	color: #AFABAD;
	font-size: 1.8em;
	font-weight: normal;
}

#login form select{
	width:100%;
	background: none repeat scroll 0 0 #1E1E1E;
	border: 1px solid #272828;
	color: #AFABAD;
	padding:2%;
	font-size: 1.6em;
	margin-right:0px;
	height: 38px;
}

#login form input[type=submit]{
	margin-top: 5px;
	text-align:center;
	width:100%;
	background: none repeat scroll 0 0 #3366CC;
	border: 1px solid #272828;
	color: #FFFFFF;
	padding:3%;
	font-size: 1.6em;
	margin-right:0px;
	height: 38px;
}

#login form input[type=submit]:hover{
	background: none repeat scroll 0 0 #084B8A;
}

#login div{
	float:none;
	width:100%;
	margin-bottom:10px;
}

#login div#olvidaste{
	font-size:1.3em;
}

#social {
	margin-top:18px;
	position:absolute;
	width:100%;
	height: 40px;
	float:left;
}

#social div:first-child{
	margin-left:10px;
}

#centro {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background:none;
	border-color: #414141;
	border-style: solid;
	border-width: 0px;
}

#menu{
	background: #000000;
	width: 89%;
	height: auto;
	margin:5%;
}

#menu div{
	text-transform:none;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:center;
	width:94%;
	background: none repeat scroll 0 0 #3366CC;
	border: 1px solid #272828;
	color: #FFFFFF;
	padding:3%;
	font-size: 1.5em;
	height: 10%;
	text-shadow: none;
	position:static;
	font-weight:normal;
	left:0;
	top:0;
}

#menu div:hover{
	background: none repeat scroll 0 0 #084B8A;
}

#mensaje{
	margin:0 5% 0 5%;
	padding:5%;
	float:none;
	position:static;
	width:78%;
	background: none repeat scroll 0 0 #11111;
	border: 4px solid #272828;
	height:auto;
	font-size: 1.2em;
}

#publicidad{
	margin:4%;
	float: none;
	clear: both;
	position: static;
	width: 91%;
	height: 250px;
	color: black;
}

#contenido{
	margin:0;
	width:100%;
	float:left;
	top:0;
	left:0;
	background:#000000;
	height:100%;
}

#contenido div{
	
}

#contenidoCabecera{
	width:100%;
}

#contenidoCabecera #titulo {
	font-size:1.2em;
}

#contenidoCabecera img {
	top: 8px;
	left:inherit;
	right: 3%;
}

#contenidoContenedor {
	width:100%;
	height: auto;
	background-color: #0B0A0B;
	padding:0;
	margin-top:0px;
}

#interior {
	width:93%;
	margin:3%;
	overflow:hidden;
	padding-right: 0px;
	height:auto;
}

#interior label{
	font-size:1.3em;
}

#interior .boton {
	margin-top: 5px;
	text-align:center;
	width:100%;
	background: none repeat scroll 0 0 #3366CC;
	border: 1px solid #272828;
	color: #FFFFFF;
	padding:3%;
	font-size: 1.6em;
	margin-right:0px;
	height: 38px;
}

#interior select {
	width:100%;
	background: none repeat scroll 0 0 #1E1E1E;
	border: 1px solid #272828;
	color: #AFABAD;
	padding:2%;
	font-size: 1.6em;
	margin-right:0px;
	height: 38px;
}

#registroCaptcha {
	width: 170px;
}

#visorRaza{
	display:none;
}

#registroAcepto {
	font-size: 1.5em;
}

.registro {
	width:96%;
	background: none repeat scroll 0 0 #1E1E1E;
	border: 1px solid #272828;
	color: #AFABAD;
	padding:2%;
	font-size: 1.8em;
	margin-right:0px;
	height: 30px;
}

#contenidoPie{
	width:100%;
}


#pie {
	clear: both;
	border-color: #414141;
	border-style: solid;
	border-width: 0px;
	width: 89%;
	margin: 5%;
	text-align: center;
	height:auto;
	padding:0;
}

#pieMenu {
	width: 100%;
	height: auto;
	padding-bottom:10px;
}

#pieMenu div{
	float:none;
	text-transform:none;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:center;
	width:94%;
	background: none repeat scroll 0 0 #3366CC;
	border: 1px solid #272828;
	color: #FFFFFF;
	padding:3%;
	font-size: 1.5em;
	height: 65%;
	text-shadow: none;
	position:static;
	font-weight:normal;
	left:0;
	top:0;
}

#pieMenu div:hover{
	background: none repeat scroll 0 0 #084B8A;
}

#copyright {
	display:none;
}
