/*Estilos Directos a Tags*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
*{ font-family: inherit; line-height: normal; margin: 0; padding: 0; }

img{ -ms-interpolation-mode: bicubic; }

html{ height: 100%; }

body{
	font-size: 14px;
}

#wrapper {
	
background: transparent;

}

/*Estilos Generales*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
a{ text-decoration: none; }

a:hover{ text-decoration: underline; }

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

/*Header*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#header{
	height: auto;
	margin: 0 auto;
	background: #E7E4E0;
}

#header .logo{
	
	float: none;
	width: auto;
}

#header .logo a{
	
	float: left;
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 71px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 95px;
	background: url('/imagenes/tvlogo.png') no-repeat;
	text-indent: -9999px;

}

/*Content*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#content{


	margin: 0 auto;
	width: 100%;

	padding: 0px;

}

/*Footer*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#footer{
	display: none;
	margin: 0 auto;

}

/*Home*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

#content{
}

#content .logo{
	
	float: none;
	width: auto;
}

#content .logo a{
	
	float: left;
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 71px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 95px;
	background: url('https://d3v01i8bqf6t9j.cloudfront.net/imagenes/tvlogo.png') no-repeat;
	text-indent: -9999px;

}

.leftcontainer
{
width: 935px;
margin: 10px auto;

}

.leftcontainer fieldset{
border: none;
}


#content a{
	cursor: pointer;
//	color: #265D82;
}

#content hr{
	
	height: 1px;
	border: none;
	border-top: 1px solid #fbc553;
	margin: 5px auto;
}

#content .left{
	margin-top: 5px;
	float: left;
	width: 530px;
	margin-left: 20px;
  margin-right: 20px;

}

#content .left p{
	margin: 15px;
	color: white;
	font-size: 18px;
	text-align: center;
}

#content .left p.image,
#content .left p.buttons{
	
	text-align: center;
}

#content .left p.buttons img{
	

}

#content .left h1{
	text-align: center;
	margin: 15px;
  color: white;
	font-weight: normal;
	font-size: 26px;

}

#content .left h1 strong{
	margin: 15px;
	font-weight: normal;
}

#content .left strong{	
	color: white;
}

#content .right{
	
	float: left;
	width: 385px;
	margin-left: 30px;
}

#content .right form h2{
	
	color: #e06f05;
	font-size: 16px;
	margin-bottom: 9px;
}

#content .right form h2 strong{
	
	color: #3F75BD;
}

#content .right form label{	
	float: left;
	font-size: 16px;

}

#content .right form label.terms{	
	float: none;
	font-size: 16px;
	width: 150px;
	padding-left: 5px;
}

#content .right form p{
	
	margin: 5px 0px;
}

#content .right #useremail, 
#content .right #password, 
#content .right $signup_userfname {
  width:210px;
  font-size: 16px;
}

#loginfooter{
	width: 935px;
	margin: 0px auto;
	float: left;
	text-align: center;
	padding-top: 20px;
}

#loginfooter p{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}


#content .form-error{
	
	border: 1px solid #FF6600;
	color: #FF6600;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 7px;
  margin-left: 10px;
}

#content .form-error span{
	
	float: right;
	background: #FF6600;
	color: white;
	padding: 5px;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content .form-error p{
	
	padding: 10px !important;
	margin: 0px !important;
}

#content .form-error li{
	
	padding: 2px 10px !important;
	margin: 0px !important;
}

#content .form-error ul{
	
	list-style-type: square;
	margin-left: 30px;
}

/*********/

#content #login .submit{
	
	text-align: right;
}

#content #signup .submit{
	
	text-align: right;
}

#content #password-recovery{
	
	display: none;
}

#content #password-recovery label{
	
	float: none;
	font-size: 14px;
	width: auto;
	padding-right: 10px;
}


/*********/

#terms-page,
#guest{
	
	background: white;
	padding: 15px;
}

#terms-page h1{
	
	text-align: center;
	font-size: 25px;
	margin-bottom: 5px;
}

#terms-page h2{
	
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#terms-page h3{
	
	text-align: left;
	font-size: 11px;
	margin-bottom: 10px;
}

#terms-page p{
	
	text-align: justify;
	font-size: 12px;
	margin-bottom: 10px;
}

#terms-page ul{
	
	list-style-type: square;
	margin: 10px;
	margin-left: 3em;
}

#terms-page ul li{
	
	margin-bottom: 5px;
}

#footer #logo{
	
	float: none;
	margin: 0 auto;
	width: 320px;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
}
