html {
    position: relative;
}

body{
	padding: 0;
	margin: 0;
	font-family: Arial;
}

a{
	text-decoration: none;
}

footer {
    position: absolute;
    bottom: 0;
    width:94.7%;
    padding-top: 1.3%;
    padding-bottom: 1.3%;
    padding-left: 1.3%;
    padding-right: 4%;
    font-size: 15px;
    background-color: #EAEDED;
    border-top: 1px solid #D5DBDB;
}

#cuerpoBuscador{
	height:100%;
	background-image: url("../images/login.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
}

#cuerpoResultado{
    margin-top:0px;
    height:auto;
}

#idioma{
	padding-top: 1%;
	padding-right: 4%;
	padding-bottom: 1%;
	text-align: right;
	background-color: rgba(255,255,255,.2);
	font-size: 15px;
}

#menu{
	padding: 1.5%;
	padding-right: 4%;
	height: 10%;
}

#cabecera{
    padding-top: 1%;
	padding-left: 1.5%;
	padding-right: 4%;
	height: 75px;
	border-bottom: 1px solid #D5DBDB;
	box-shadow: 0px 2px 2px #D5DBDB;
}

#logo{
	width: 159px;
	height: 55px;
	background-image: url("../images/logo_blanco.png");
	background-repeat: no-repeat;
	background-size:cover;
	float: left;
}

#logoAzul{
	width: 159px;
	height: 55px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size:cover;
	float: left;
}

#lupa{
    float: right;
    margin-top:20px;
    width: 40px;
    height: 40px;
	background-image: url("../images/icon/lupa.png");
	background-repeat: no-repeat;
	background-size:cover;
	filter: brightness(500%);
}

#cuadro{
	margin-top:5%;
	width:100%;
	height:22%;
	text-align:center;
	font-weight: bold;
}

#lista{
    margin-left:25%;
    margin-right:25%;
	min-height:75.4%;
	margin-bottom:50px;
}

#detalles{
    margin-left:25%;
    margin-right:25%;
	min-height:75.4%;
}

#error{
	color: #F5CF39;
}

.numSerie{
    font-size:15;
	font-weight: normal;
}

.nSerie{
    margin-top:20px;
    font-size:15;
	font-weight: bold;
}

.titulo{
    color:#0a78ab;
    font-size:20;
}

.textoListile{
    height: 100px;
    margin-left:120px;
}

.fotoListile{
    float:left;
    width: 100px;
    height: 100px;
}

.listile{
    cursor:pointer;
    height:110px;
    margin-top:2%;
    margin-bottom:2%;
}

.detallesMisCosas{
    margin-top:5px;
    margin-bottom:50px;
}

.iconoTextoDetalles{
    margin-top:2%;
    margin-left: 20px;
    height:100px;
    margin-bottom:50px;
}

.iconoDetalles{
    width:70px;
    height:70px;
    border:1px solid #0a78ab;
    float:left;
    margin-right: 50px;
}

.tituloDetalles{
    color:#0a78ab;
    font-size: 2rem;
    font-weight: 500;
    margin-left: 20px;
    margin-top:20px;
}

.nSerieDetalles{
    margin-left: 20px;
    margin-top:20px;
    font-size:15;
	font-weight: bold;
}

.detallesGeneral{
    margin-top:5px;
    margin-left: 20px;
    font-size:15;
	font-weight: bold;
}

.colorBlue{
    color:#0a78ab;
}

.border{
    border-bottom: 1px solid #D5DBDB;
}

.margen-bot{
    height:2px;
}

.pieIz{
	float: left;
}

.pieDe{
	float: right;
}

.pieDeA{
	color: #3498DB;
}

.pieDeA:hover{
	color: #85C1E9;
}

.inputtexto{
	background-color: rgba(255,255,255,.8);
	border:0px;
	outline: none;
	margin-top: 10px;
	padding:12px;
	width:52%;
	text-align:center;
}

.boton{
	margin-top: 3px;
	background-color: #F5CF39;
	border: 0px;
	padding:12px;
	width:52%;
	font-weight: bold;
}

.boton:hover{
	cursor: pointer;
}

.item{
	float: right;
	padding-top: 1%;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
}

.item:hover{
	cursor: pointer;
	color: #BDBDBD;
}

.colorwhite{
	color:white;
}

.floatleft{
	float: left;
}

.floatRight{
	float: right;
}

.enlace{
	cursor: pointer;
}


/* Slaider de imagenes  detalles*/
.slideshow-container {
    max-width: 400px;
    max-height: 400px;
    position: relative;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #2980B9;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}


#myImg1, #myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg1:hover, #myImg2:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}