/*
FONDO A PANATLLA COMPLETA ADAPTABLE
html {
    background: url(../images/bg_tl.png) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
@font-face {
	font-family: "SEGOEUIL";
	src: url(fonts/SEGOEUIL.TTF) format("truetype");
}
body {
	/*background-color:#FFF;
	background-image:url(../images/bg_tl.png);
	background-position:center 50px;
	background-repeat:repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #F1F1F1;
	overflow: hidden;
}
#response {
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
#wins {
	width: 100%;
	height: 100%;
	margin: 0
}
#fondo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	display:block;
	/*background-image:url(../images/bg_tl_a.png);
	background-repeat:no-repeat;
	background-position:top center*/
}
#copy {
	width: 100%;
	height: 60px;
	background-color: #DBDBDB;
	line-height: 60px;
	color: #666;
	display:block;
	boto
}
.#copy a {
 text-decoration:none;
 font-size:11px;
 color:#666;
 padding-left:8px;
}
.#copy a:hover {
}
/*//////////////////////////////////////////*/
.login,.registro {
	width: 30%;
	height: auto;
	display: block;
	margin: 3% 35%;
	background-color: rgba(51,204,153,0.75);
	position: absolute;
	z-index: 1000
}
.titulo {
	color: #FFF;
	font-size: 2em;
	text-align: center;
}
.campos input {
	height: 30px;
	width: 80%;
	margin-left: 10%;
	padding-left: 1%;
	line-height: 1em;
	font-size: 1.5em;
	color: #666;
	border: none;
}
.campos input.half {
	height: 30px;
	width: 34%;
	margin-left: 10%;
	padding-left: 1%;
	line-height: 1em;
	font-size: 1.5em;
	color: #666;
	border: none;
	display:inline-block;
}
.campos input[type='submit'] {
	height: 50px;
	width: 50%;
	margin-left: 25%;
	line-height: 1.2em;
	font-size: 1.5em;
	color: #FFF;
	background-color: red;
	border: none;
}
.campos input[type='submit']:hover {
	background-color: green;
	cursor: pointer;
}
.terminos{
	width: 80%;
	height: auto;
	margin:5px 10%;
}
.pie {
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
.pie a{
	color: #FFF;
	text-decoration:none;
}
.pie a:hover{
	text-decoration: underline;
}
.renglonfull {
	width: 80%;
	float: left;
	margin-left: 10%
}


.error{
	color:red;
	font-weight:normal;
}
.stage3 {
	position: absolute;
}
#rwd{
	width:100%;
	height:100%;
	position:fixed;
	z-index:10000;
	background:#FFF url(../images/no_celu.png) no-repeat center;
	background-size:contain;
}

/*/////////////////////////////////////////////////////
//////////////////////// RWD //////////////////////////
/////////////////////////////////////////////////////*/

@media screen and (min-width: 1152px) and (max-width: 1280px) {
}

@media screen and (min-width: 800px) and (max-width: 1152px) {
}

@media screen and (min-width: 320px) and (max-width: 800px) {
.login,.registro {
	width: 60%;
	height: auto;
	display: block;
	margin: 3% 20%;
	background-color: rgba(51,204,153,0.75);
	position: absolute;
	z-index: 1000;
	top:10%;
}
}