﻿/* Archivo configuracion CSS del banner de las cookies en la web */


			#overbox3 {
			    position: fixed;
			    bottom: 0px;
			    left: 0px;
			    width: 100%;
			    z-index: 999999;
			    display: block;
			    border-top:2px #036 solid
			    
			}
			
			#infobox3 {
			    margin: auto;
			    position: relative;
			    top: 0px;
			    height: 40px;
			    width: 100%;
			    text-align:center;
			    background-color: #B2CCFF;  /* #eeeeee; */
			}
			#infobox3 p {
			    line-height:40px;
			    font-size:13px;
			    text-align:center;
			}
			#infobox3 p a {
			    margin-right:5px;
			    text-decoration: none;
			}
			
			.boton{
			    background:cornflowerblue; /* #0D98FB; */
			    background-image: -webkit-linear-gradient(top,cornflowerblue,#1A5DB3);
			    background-image: -moz-linear-gradient(top,cornflowerblue,#1A5DB3);
			    background-image: -o-linear-gradient(top,cornflowerblue,#1A5DB3); 
			    background-image: linear-gradient(to bottom,cornflowerblue,#1A5DB3);  
			    border: 1px solid #125CB5;
			    -moz-border-radius: 5px;
			    -webkit-border-radius: 5px;
			    -o-border-radius: 5px; 
			    border-radius: 5px;
			    -moz-box-shadow: 0 1px 1px #71C0FD inset;
			    -webkit-box-shadow: 0 1px 1px #71C0FD inset;
			    -o-box-shadow: 0 1px 1px #71C0FD inset;
			    box-shadow: 0 1px 1px #71C0FD inset;
			    padding: .4em 0.8em;
			    color: white;
			    font-weight:bold;
			    text-decoration:none;
			}
			.boton:hover {
			    background:#1A5DB3;
			    background-image: -webkit-linear-gradient(bottom,#0D98FB,#1A5DB3);
			    background-image: -moz-linear-gradient(bottom,#0D98FB,#1A5DB3);
			    background-image: -o-linear-gradient(bottom,#0D98FB,#1A5DB3);  
			    background-image: linear-gradient(to top,#0D98FB,#1A5DB3);
			    cursor: pointer;
			    color:#FF812D;
			}
