@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.banderas{ 
position:relative;
float:right;
width:20%;
margin-top:15px;
}

.Bandera{position:relative; float:left; margin-left:15px;}

body{
	margin:0px;
	padding:0px;}

.Encabezado{
	position:relative;
	float:left;
	top:0px;
	width:80%;
	padding-left:10%;
	padding-right:10%;
	height:80px;
	background:#58113c;
	margin:0px;}

.ColumnaI{
	position:relative;
	float:left;
	width:50%;
	}

.ColumnaD{
	position:relative;
	float:right;
	width:50%;
	}

.Logo{
	position:relative;
	float:left;
	width:150px;
	margin-right:25px;
	margin-top:27.5px;}

.ImagenLogo{ position:relative;
float:left;
width:150px;}

.Encabezado p{
	position:relative;
	float:left;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	margin-left:20px;
	font-size:21px;
	margin-top:28px;
	}

.Wrapper{
	position:relative;
	width:600px;
	margin:auto;
	padding-top:150px;}

.TextBox{
	position:relative;
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#000;
	width:50%;
	height:30px;
	border:1px solid #000;
	margin-left:10%;
	padding-left:20px;}

.BotonOk{
	position:relative; 
	float:left;
	width:20%;
	color:#fff;
	background:#ff8206;
	font-family: 'Montserrat', sans-serif;
	height:32px;
	margin-top:1px;
	line-height:30px;
	border:none}
	
.Boton:hover, .BotonOk:hover, .Boton5:hover, .Boton6:hover, .Boton7:hover, .Boton2:hover { background: #e06e07;}

.Boton, .Boton6{
	position:relative;
	float:left;
	width:40%;
	height:40px;
	margin-left:5%;
	margin-right:5%;
	color:#fff;
	background:#ff8206;
	font-family: 'Montserrat', sans-serif;
	border-radius:5px;
	border:none;
	cursor:pointer;
	}

.Boton6{
	position:relative;
	margin:auto;
	width:70%;
	margin-left:15%;
	height:40px;
	color:#fff;
	background:#ff8206;
	font-family: 'Montserrat', sans-serif;
	border-radius:5px;
	border:none;
	cursor:pointer;
	}

.Boton2{ 
	width:80%; 
	margin-left:10%; 
	margin-right:10%;
	position:relative;
	float:left;
	height:45px;
	color:#fff;
	background:#ff8206;
	font-family: 'Montserrat', sans-serif;
	border-radius:5px;
	border:none;
	cursor:pointer;
	font-size:21px;}

.Linea, .Linea2{
	position:relative;
	float:left;
	width:100%;
	}
	


.FondoMensajes{
	TOP: 0;
	position: absolute;
	width: 100%;
	height: 200%;
	display: block;
	background-position: 0% 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 50;
	background: rgba(0,0,0,0.7);
	LEFT: 0;}
	
.MensajeError{
	position: relative;
	margin: auto;
	width: 50%;
	height: 330px;
	margin-top: 10%;
	background:#f2f2f2;
	text-align:center;}

.Texto2{
	position:relative;
	float:left;
	width:60%;
	padding-left:20%;
	margin-top:10%;
	color:#58113c;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:18px;}

.Boton6{ margin-top:14%;}

.Linea{ margin-bottom:10px; height:40px;}
.Linea2{ margin-bottom:10px; height:30px;}

.Linea3{
	position:relative;
	float:left;
	width:100%;
	height:30px;
	margin-top:20px;}

.Boton5{
	position:relative;
	float:left;
	width:50%;
	margin-left:11%;
	height:60px;
	color:#fff;
	background:#ff8206;
	font-family: 'Montserrat', sans-serif;
	border-radius:5px;
	border:none;
	font-size:21px;}

.Label, .LabelError{
	position:relative;
	width:100%;
	float:left;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:18px;
	text-align:center;}

.LabelError{ font-size:24px;}
	
.LabelSaldo{
	position:relative;
	font-size:18px;
	font-weight:200;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	margin-left:20%;}
	
.labelImporte{
	position:relative;
	font-size:26px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	color:#fff;}


.Background{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	background-position:0% 0%; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background:url(img/fondo.png);}

/* Mobile Layout: 480px and below. */
  

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width: 481px) {


.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */


@media only screen and (min-width: 769px) and (max-width: 1024px) {
	}

@media only screen and (max-width: 769px) {


.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

.Label{	font-size:14px;}
.Encabezado{width:90%;	padding-left:5%;	padding-right:5%;	height:44px;}
.Encabezado p{		margin-left:10px;	font-size:14px;	margin-top:12.5px;	}
.Logo{ position:relative; width:90px; float:left; margin-top:12.5px;}
.ImagenLogo{ width:90px; margin:auto; float:left;}
.Wrapper{	width:90%; margin-left:5%; margin-right:5%; padding-top:15%;}
.TextBox{font-size:14px;	width:96%;	height:30px;	border:1px solid #000;	padding-left:10px;	margin-left:0px;}
.BotonOk{ width:100%;
	height:40px;
	margin-top:15px;
	line-height:40px;
	border-radius:5px;
	border:none}

.LabelError{ font-size:18px; margin-top:20%;}
.ColumnaI, .ColumnaD {	width:100%;	}
.Linea3{width:100%;	margin-top:20px; text-align:center;}
.LabelSaldo{font-size:14px;	font-weight:200; margin:auto; float:none;}
.Linea{ height:auto;}
.Linea2{ height:auto;}
.Boton5{width:70%; margin-left:15%; height:60px;	font-family: 'Montserrat', sans-serif;}

.MensajeError{
	position: relative;
	margin: auto;
	width: 90%;
	margin-left:5%;
	height: 330px;
	margin-top: 10%;
	background:#f2f2f2;
	text-align:center;}

.Wrapper{ padding-top:5%;}


}