@charset "utf-8";
/* CSS Document */


body{padding:0; margin:0}
body{font-family: 'Hind', sans-serif; color:#454545}
.maindiv{margin:20% auto auto auto; width:auto; text-align:center}
.wrapper{width:95%; max-width:1450px; margin:auto}
#Contenido{margin:25px 0}
footer{background:#002241; padding:15px 0; font-size:.8em; color:#ffffff}
footer a, footer a:link, footer a:active, footer a:hover, footer a:visited{color:#ffffff; text-decoration:none}

.button1 {
    width: 300px; margin:10px auto;
    cursor: pointer;
    background: #9abe06;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px solid #fff;
    padding: 8px 0;
}


.TableCanvas {
	width: 99%;
	margin: 0 auto 20px auto;
	overflow: scroll!important;
}
.Tablacookies{border:1px solid #cccccc!important;}
.Tablacookies td{border:1px solid #cccccc!important; padding:0 2em!important}
.Tablacookies tbody {
	font-size: .9em;
}


@media only screen and (max-width: 900px)  {
	.Tablacookies {
		min-width: 1100px !important;
	}
}