/************** MPU ESTILOS GENERALES **********/
.mpu {
	padding-top:0px;
	background-color:#fff;
} 

.mpu header{
	width:100%;
	border-bottom:1px solid #ccc;
	padding:10px 10px 5px 10px;
	margin-bottom:20px;
}

.mpu header h1 {
	margin:0px;
}

.mpu .contenido{
	width:90% !important;
	margin:0 auto;
	text-align:center;
}

.mpu h4 {
	color:#00abbe;
	font-weight:bold;
}

.mpu .contenido h4 {
	color:#FF6600;
	font-weight:bold;
}

.mpu .contenido img {
	width:100%;
}

.mpu .contenido img.lobbyimg {
	width:80px;
}

.mpu .txtl{
	text-align:left;
}

.mpu .contenido table{
	width:100%;
}
.mpu .contenido table th{
	color:#2d2d2d;
	padding:0.5em;
}
.mpu .contenido table td {
	margin-bottom:10px;
	padding:0.5em;
}

.mpu .contenido table tr.pintada {
	background-color:#EFF3F4;
}

.mpu .contenido table th.col1,
.mpu .contenido table td.col1 {
	width:20%;
}
.mpu .contenido table th.col2,
.mpu .contenido table td.col2 {
	width:65%;
	padding-left:10px;
	text-align: left;
}
.mpu .contenido table th.col3,
.mpu .contenido table td.col3 {
	width:15%;
	color: #FF6600;
}

.mpu .contenido table td.col3 a {
	color: #ff6600;
	text-decoration: underline;
}

.mpu .contenido table td img{
	width:70%;
}

.mpu .contenido p {
	padding-top:20px;
}

.mpu .contenido form {
	width:100%;
	text-align:center
}

.mpu .contenido form label{
	font-weight:bold;
	color:#666;
}

.mpu .contenido input{
	background-color:#EFF3F4;
	border:none;
	border-radius:0px;
}

.mpu .contenido .row{
	background-color:#EFF3F4;
	padding-top:15px;
    padding-bottom: 15px;
}

.mpu .contenido .row input{
	background-color:#fff;
}

.mpu .contenido form input{
	background-color:#EFF3F4;
	border:none;
	border-radius:0px;
}
.mpu footer{
	clear:both;
	width:100%;
	border-top:1px solid #ccc;
	padding:10px;
	margin-top:30px;
}

.mpu header {
	font-family: "FuturaSTDMedium";
	padding: 10px;
}

.mpu header h1 {
	font-size: 26px;
	font-weight: 500;
	color: #ff6600;
}

.mpu header small {
	float: right;
}

@media (max-width: 600px) {
	.mpu header small {
		clear: left;
	}
}

.mpu a.cerrarmpu {
	font-size: 14px;
	color: #FF6600;
	font-weight: 300;
	text-decoration: underline;
}

.mpu a.cerrarmpu:hover, .mpu a.cerrarmpu:focus {
    text-decoration: none;
}

	img.cerrar-x-button{
margin-left:10px;
}

.mpu table tr:nth-child(even) {
	background-color: #EFF3F4;
}

/************** MPU LOGIN  **********/

#popupWindow{
	background-color: #fff;
    display: block;
    margin: 0px;
    width: 100%;
}
#popupContent{
	display: block;
    height: 100%;
    width: 100%;
}
#loginarea{
	background-color: #fff;
    margin: 0px auto;
    text-align: inherit;
}
#loginarea input{
	width:100%;
	margin:0px;
}

#popupContent h1{
	margin-top:0px;
	margin-bottom:0px;
}

#loginarea a.cta-primary{
	color: #fff;
}


input#amount {
    width: 100%;
}

/************** MPU REBRAND  **********/

.mpu .contenido img.logo {
	width:152px;
}
.mpu .contenido img.flecha {
	width:33px;
}




