.flags1{
		display:inline-flex;
		float:right;
		padding:10px;
    width: auto;
}
  
.flags1 form{
  box-shadow: none;
}

body {
  font-family: 'Montserrat', sans-serif, 'Arial', sans-serif !important; 
  margin: 0px;
}

/******* Header *********/

.topnav {
  position: fixed;
  /*overflow: hidden;*/
  background-color: #333;
  margin: -10px 0px 0px 0px;
  width: 100%;
  height: 60;
  z-index: 8999;
}

.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 18px 16px 16px 16px;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  text-shadow: 0px 0px 0px #000000;
}

.topnav a:hover {  
  color: #0399D4;
}

.topnav a.active {
  background-color: #0399D4;
  color: white;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
  display: flex;
  text-align: center;
}

/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 680px) {
  
  .alogo{
    display: none !important;
  }

  .topnav a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

/*  .flags1{
    width: 80%;
  }
*/
}

/********* Menu *********/

.menu-bar {
  width: 100%; 
  border-top: 50px solid; 
  height: 55px;
  line-height: 100%;
  background: #8B8B8B;
  position: inherit;
/*   min-width:300px;
  min-height:100px; */
}
.menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: inherit;
  list-style: none;
}
.menu-bar a {
  font-style: normal;
  font-size: 16px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 20px 25px 19px 25px;
  margin: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  text-shadow: 0px 0px 0px #000000;
  
}

.menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  color: #444444;
  text-shadow: 0px 0px 0px #FFFFFF;
}
.menu-bar li:hover > ul {
  display: block;
}

.menu-bar .icon {
  display: none;
}


@media screen and (max-width: 680px) {
  .menu-bar{
    /*border-top: 270px solid #8B8B8B;*/
  }
  .menu-bar li:not(:first-child) {display: none;}
  .menu-bar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .menu-bar.responsive {position: relative;}
  .menu-bar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  

  .menu-bar.responsive li {
    float: none;
    display: block;
    text-align: left;
    background-color: #333;
  }

  .menu-bar.responsive .dropdownContent {
    position: relative;
  }
}

@media screen and (max-width: 680px) {
  input {
      /*width: 100%;*/
      margin-top: 0;
  }
}

/******** Footer ********/

.footer{
  font-size: 14;
  background-color: #333;
  position: fixed;  
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: inline-table;
  text-align: center;
  z-index: 999;
  color: white
}

.footer li{
  display: inline;
}

/****** Texto **********/

.text{
  margin: 1% 20% 1% 20%;
}

/*---------DROPDOWN RESPONSIVE--------*/

.dropdownElm{
  cursor: pointer;
}

.dropdownContent {
  display: none;
  position: absolute;
  background-color: #cacaca;
  /*min-width: 240px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownContent a {
  float: none;
  color: black;
  padding: 7px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}

.dropdownContent a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/*--------- Formulario--------*/

form {	
	font-size:14px;
	color:#2b2b2b;
	width:50%;	
	margin-left:auto;
	margin-right:auto;	
  margin-top:50px;
  padding: 20px 40px 20px 20px;  
  box-shadow: 2px 3px 18px -5px rgba(0,0,0,0.75);
}

form.aaa{
	margin:0;
	padding:0;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,00);
}

legend {
	font-size:24px;
  font-weight:bold;
  border-bottom: 1px solid rgba(114, 114, 114, 0.411);
  color:#39F;
  padding-bottom: 20px;
}


label {
	display:block;
  margin-top:20px;
  margin-bottom: 10px;
  margin-left:4px;
  margin-right: 4px;
}


input {
	padding:2px;
	border:2px solid #f2f2f2;
	border-radius:4px;
  background-color:#fff;
  margin-top: 7;
	
	font-size:16px;
}

.btn {
	display:block;
	margin-top:20px;
	padding:8px;
	font-size:14px;
	background-color:#39F;
	color:#fff; 
	border:none;
	border-bottom:3px solid #3CF;
	border-radius:0px;
	
}

/*------- Formulario busqueda -------*/

.formB .form-group{
  display: inline-block;
}

/*------- Showall ------*/

.showAllUsers {	
	font-size:14px;
	color:#2b2b2b;
	width:60%;	
	margin-left:auto;
	margin-right:auto;	
	margin-top:30px;
	margin-bottom: 35px;
	padding: 0px 20px 20px 20px;  
	box-shadow: 2px 3px 18px -5px rgba(0,0,0,0.75);
}

.asistencia  {	
	font-size:14px;
	color:#2b2b2b;
	width:60%;	
	margin-left:auto;
	margin-right:auto;	
	margin-top:30px;
	margin-bottom: 35px;
	padding: 0px 20px 20px 20px;  
	box-shadow: 2px 3px 18px -5px rgba(0,0,0,0.75);
	border-collapse:collapse;

}

.asistencia th{
	border: 1px solid black;
	border-collapse:collapse;
}

.asistencia td{
	border: 1px solid black;
	border-collapse:collapse;
}


.title{
  text-align:left;  
  font-size:24px;
  font-weight:bold;  
  border-bottom: 1px solid rgba(114, 114, 114, 0.411);
  color:#39F;
  padding-bottom: 20px;
}

th{
  padding-top: 5px;
  text-align: left;
}

/**** Botones ******/

.logo{
  background-size: 35px 35px;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 0px;
  border: none;
  padding: 15px 15px;
  cursor: pointer;
  background-image: url(../img/logo.png);
}

.lenguaje{
  background-size: 25px 25px;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 2px;
  border: none;
  padding: 15px 15px;
  cursor: pointer;
  vertical-align: super;
  background-image: url(../img/lenguaje.png);
}

.logout{
  background-size: 25px 25px;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: -10px;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  vertical-align: super;
  background-image: url(../img/logout.png);
}

.user{
  background-size: 25px 25px;
  background-color: #333;
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: -15px;
  border: none;
  cursor: pointer;
  vertical-align: super;
  background-image: url(../img/user.png);
}


.registrar{
  background-size: 25px 25px;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 2px;
  border: none;
  padding: 15px 15px;
  cursor: pointer;
  vertical-align: super;
  background-image: url(../img/registrar.png);
}

button {  
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 25px;
  margin-right: 30px;
  border: none;
  color: white;
  padding: 20px 35px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  background-color:green;
}

.volver {
  background-image: url(../img/volver.png);
  background-color: rgb(76, 116, 175);
  /*display: table-caption;*/
  /* float: center; */
   float: right;
  margin-top: 0;
  margin-right: 0;
}

.buscar {
  background-image: url(../img/buscar.png);
  background-color: #4CAF50;
  vertical-align: bottom;
}

.anadir {
  background-image: url(../img/anadir.png);
  background-color: rgb(76, 116, 175);
}

.buscar-little {
  vertical-align: text-bottom;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  padding: 15px 30px;
  background-image: url(../img/buscar.png);
  background-color: #4CAF50;
}

.generar-cal {
  vertical-align: text-bottom;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  padding: 15px 30px;
  background-image: url(../img/calendario.png);
  background-color: grey;
}

.anadir-little {
  vertical-align: text-bottom;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  padding: 15px 30px;
  background-image: url(../img/anadir.png);
  background-color: rgb(76, 116, 175);
}

.aceptar {
  background-image: url(../img/aceptar.png);
  background-color: #4CAF50;0
}

.continuar {
  background-image: url(../img/continuar.png);
  background-color: #4CAF50;
}

.cancelar {
  background-image: url(../img/erase.png);
  background-color: rgb(175, 76, 76);
}

.buscar:hover, .aceptar:hover {
  background-color: green;
}

.cancelar:hover {
  background-color: rgb(128, 0, 0);
}

.borrar-si {
  background-image: url(../img/borrar-si.png);
  background-color: #4CAF50;
}

.borrar-no {
  background-image: url(../img/borrar-no.png);
  background-color: rgb(175, 76, 76);
}

.ayuda-ico{
  background-image: url(../img/iconhelp.png);
  vertical-align: text-bottom;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 40%;
  padding: 10px 10px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  width: 10px;
  height: 10px;
}

/******* Action buttons *******/

.editar{
  background-image: url(../img/editar.png);
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-top: 5px;
  margin-right: 2px;
  padding: 10px 15px;
  margin-bottom: 3px;
}

.borrar{
  background-image: url(../img/borrar.png);
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-top: 5px;
  margin-right: 2px;
  padding: 10px 15px;
  margin-bottom: 3px;
}

.add{
  background-image: url(../img/ver.png);
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-top: 5px;
  margin-right: 2px;
  padding: 10px 15px;
  margin-bottom: 3px;
}

.manos{
  background-image: url(../img/manos.png);
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-top: 5px;
  margin-right: 2px;
  padding: 10px 15px;
  margin-bottom: 3px;
}

.acta{
  background-image: url(../img/archivo.png);
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-top: 5px;
  margin-right: 2px;
  padding: 10px 15px;
  margin-bottom: 3px;
}

.ver{
  background-image: url(../img/ver.png);
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-top: 5px;
  margin-right: 2px;
  padding: 10px 15px;
  margin-bottom: 3px;
}

.inscripcion{
  background-image: url(../img/note.png);
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-top: 5px;
  margin-right: 2px;
  padding: 10px 15px;
  margin-bottom: 3px;
}

/******* Showcurrent *******/

.showU {
  float: left;
	font-size:14px;
	color:#2b2b2b;
	width:25%;		
	margin-right: 2%;	
  margin-top:50px;
  padding: 0px 20px 20px 20px;  
  box-shadow: 2px 3px 18px -5px rgba(0,0,0,0.75);
  width: 350px;
}

.showU .title {
  text-align:left;  
  font-size:24px;
  font-weight:bold;  
  border-bottom: 1px solid rgba(114, 114, 114, 0.411);
  color:#39F;
  padding-bottom: 20px;
  min-width: 340px;
}
.showU td{
  padding-top: 15px; 
}

.showU th{
  padding-top: 15px;  
}


@media screen and (max-width: 1100px) {
  .showU {
    float: none;
    font-size:14px;
    color:#2b2b2b;
    width:auto;		
    margin-right: 22%;
    margin-left: 24%;	
    margin-top:50px;
    padding: 0px 20px 20px 20px;  
    box-shadow: 2px 3px 18px -5px rgba(0,0,0,0.75);
  }
}

.responsiveImage{
  max-width: 100%;
  height: auto;
}

select{
  border: solid 2px #EEEEEE;
  margin: 2px 12px 2px 0px;
  padding: 8px;
  border-radius: 5px;
  font-size: 1.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.tableActions{
  display: contents;
}

.formShow{
  display: contents;
}

.idioma{
  border: none;
  background: bottom;
  background-image: url(../img/lenguaje.png);
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-right: 2px;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  vertical-align: super;
}

.lblSearch{
  float: left;
}

.slcSearch{
  margin-top: 7px;
  margin-left: 5px;
}

/*--------------------- Estilos del checkbox --------------------*/

/* The container */
.container {
  display: inline; 
  position: relative;
  padding-left: 5px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 15px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*---------------------- Estilos alert -------------------*/

.alert {
  display: table;
  margin: 0 auto;
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}


/*-------------------FILA TAREA ---------------------*/

.tarea{
  background-color: transparent;
  padding: 0;
  margin: 0;
  color:#2b2b2b;
}

.showDandF{
  float: initial;
  display: flex;  
  flex-wrap: wrap;  
  text-align: center;  
  margin-left: auto;
  width: 77%;
}

.showD {
  float: inherit;
  font-size: 14px;
  color: #2b2b2b;
  width: auto;
  margin-right: 4%;
  margin-top: 50px;
  padding: 13px 20px 20px 20px;
  box-shadow: 2px 3px 18px -5px rgba(0,0,0,0.75);
  width: auto;
  min-width: auto;
}

.showT{
  font-size: 14px;
  color: #2b2b2b;
  margin-left: 0;
  margin-right: 3%;
  margin-top: 50px;
  padding: 20px 20px 20px 20px;
  box-shadow: 2px 3px 18px -5px rgba(0,0,0,0.75);
  width: auto;
  min-width: auto;
  height: 234px;
  overflow: scroll;
}

.login_body{
  background-image: url(../img/todolist.jpg);
  background-position-x: center;
}

.login_form{
  background-color: whitesmoke;
  padding-bottom: 60px;

  /*position: absolute;*/
}

.show-half{
  margin: 2% 41% 0% 30%;
}

.welcome{
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  /*margin-top: 3%;*/
}

.registerForm{
  background-color: whitesmoke;
}

.signin {
  background-image: url(../img/signin.png);
  background-color: rgb(46, 91, 173);
  /*display: table-caption;*/
  float: right;
  margin-top: 0;
  margin-right: 0;
}

.registrarse {
  background-image: url(../img/register.png);
  background-color: rgb(46, 91, 173);
  float: right;
  margin-top: 0;
  margin-right: 0;
}

 
nav a{
      text-decoration:none;
      color:inherit;
      font-size:14px;
      height: 50;
      }
            
 nav li{
      display:inline-block;
      width:150px;
      height:30px;
      padding: 4px;
      background-color:#333;
      border:none;
      text-align:center;
      color:#fff;
      position:relative;

}
            
 nav li:hover{
      background-color:#333;
      color:white;
      }
            
 nav li>ul{
      display:none;
      margin-bottom: 500px;
      }

 nav li:hover>ul{
      display:block;
      position:absolute;
      top:30px;
      left:-5px;
}

.cerrar{
  padding-bottom: 20px;

}

.aceptar1 {
  background-image: url(../img/aceptar.png);
  background-color: #4CAF50;
  position: absolute;
  margin-top:225px;
  margin-left:-155px;
}

 /*Slider
.slider{
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all .1s ease-in-out;
  background-image: url('../Views/img/spain.png');
} */

.loginfondo{
	background-image: url(../img/padel5.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	height:500px;
}

.slider{
  overflow: hidden;
  z-index: -1;
  position: absolute;
  
}

.slider figure img{
  /*width: 100%;
  height: 100vh;*/
  width: 20%;
  float: left;
  height: 730px;

}

.slider figure{
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  animation: 20s slider infinite;
}

@keyframes slider{
  0%{
    left: 0;
  }
  15%{
    left: 0;
  }
  20%{
    left:-100%;
  }
  35%{
    left: -100%;
  }
  40%{
    left: -200%;
  }
  55%{
    left: -200%
  }
  60%{
    left: -300%;
  }
  75%{
    left: -300%;
  }

  80%{
    left: -400%;
  }
  
  100%{
    left: -400%;
  }



}
  /*------------------- SOCIO ---------------------*/
.promosociotitulo{
  font-family: Comic Sans;
  font-size: 40;
  font-weight: bold;
  color: #39F;/*#ee9e12;*/
  width: 100%;
  height: 10%;
  text-align: center;
  margin-top: 1%;
}

.botonsocio{
  background: #FFF;
  background-repeat: no-repeat;
  background-image: url(../img/botonsocio.png);
  background-size: contain;
  width: 50%;/*20*/
  height: 10%;/*10*/

  margin-left:280px;/*70*/
  margin-top: 50px;

}

.estilosocio{
  /*background-image: url(../img/raqueta.jpg);
  background-size: cover;*/
  background-color: white;
}

.textosocio{
  text-align:left;
  font-size: 18;
  font-family: Verdana; /*Bookman Old Style;*/
  margin-left: 400px;
}

.palabranegrita{
  font-weight: bold;
}

/*
.registersocio{
  width: 17%;
  background-image: url(../img/tarjeta.jpg); 
  background-size: cover;
}*/

.formsocio{
    font-size: 14px;
    color: #2b2b2b;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 20px 40px 20px 20px;
    box-shadow: none;

}

.botonsocioborrar{
	
	background-color: red;
	margin-left:50%;
}

.generar-cal-form{
	padding : 0px;
	margin: 0px;
}

#generar-cal-form
{
	padding = 0px;
}

.titlepartidos{
	 text-align:left;  
  font-size:20px;
  font-weight:bold;  
  border-bottom: 1px solid rgba(114, 114, 114, 0.411);
  color:#39F;
  padding-bottom: 20px;
}

.mensajes{
	background-color:#FED163;
	margin-left:35%;
	margin-right:35%;
	margin-bottom:100px;
	text-align:center;
	font-style:strong;
}
.alerta{
  background-image: url(../img/alerta.png);
  vertical-align: text-bottom;
  margin-top: -0px;
  margin-right: 5px;
  margin-left: 33%;
  padding: 10px 10px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  width: 10px;
  height: 10px;
}

.chico {
  vertical-align: text-bottom;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  padding: 15px 30px;
  background-image: url(../img/chico.png);
  background-color: #fff;
}

.chica {
  vertical-align: text-bottom;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  padding: 15px 30px;
  background-image: url(../img/chica.png);
  background-color: #fff;
}

.tablaClases {	
	font-size:14px;
	color:#2b2b2b;
	width:60%;	
	margin-left:auto;
	margin-right:auto;	
	margin-top:30px;
	margin-bottom: 35px;
	padding: 0px 20px 20px 20px;  
	box-shadow: 2px 3px 18px -5px rgba(0,0,0,0.75);
	border-collapse: collapse;
}

.tablaClases table {
  border: 1px solid black;
  border-collapse: collapse;
}

.tablaClases th {
  border: 1px solid black;
  border-collapse: collapse;
}

.tablaClases td {
  border: 1px solid black;
  border-collapse: collapse;
  width:10px;
}

.tablaClases th{
  padding: 10px;
}

.tablaClases td {
  padding: 10px;
}

.title{
	border: none;
}

.guardar {
  vertical-align: text-bottom;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  padding: 20px 20px;
  background-image: url(../img/guardar2.png);
  background-color: #1223B0;
}

.ronda {	
	font-size:14px;
	color:#2b2b2b;
	width:50%;	
	margin-left:auto;
	margin-right:auto;	
  margin-top:0px;
  padding: 0;  
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.botonesRondas {  
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 25px;
  margin-right: 20px;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  background-color:#4CAF50;
}

.refrescar {
  vertical-align: text-bottom;
  float: right;
  margin-top: 2px;
  margin-right: 5px;
  padding: 15px 15px;
  background-image: url(../img/refrescar.png);
  text-shadow: 0 0 3px;
  background-color: #eef9f6;

}

.paypal{
	background-color:rgb(76, 116, 175);
	background-image: url(../img/paypal.png); 
	text-align:center;
	margin-top: 0;
	margin-left:40%;
}



.volver_centrado{
  background-image: url(../img/volver.png);
  background-color: rgb(76, 116, 175);
  text-align:center;
  margin-top: 0;
}


.prueba{
	background-color:#D5FFD6;
	margin-left:25%;
	margin-top:5%;
	height:50%;
	width:50%;
	border-style:groove;
	border-color:blue;
}