/*order ok: link,visited,hover,active*/
/*A:link, A:visited, A:hover, A:active{color:#0000ff;}*/

#flotante
{
	/*position: relative;*/
	 position: relatibe;

  left: 30%;

	display:none;
	font-family:OpenSansBold;
	font-size:0.8em;
	border:1px solid #808080;
	/*border:1px solid #ccc;*/
	background-color:#F5F5F5;
}



table{border-collapse: separate;}
table th{background-color: #ccc}
table th, table td{border-left:1px solid #bbb!important;border-top:1px solid #bbb!important;padding:.5em;font-size: x-small}
table tr th:last-child, table tr td:last-child{border-right:1px solid #bbb!important;font-size: x-small}
table tr:last-child td:last-child{border-bottom-right-radius: 5px!important;font-size:x-small}
table tr:last-child td:first-child{border-bottom-left-radius: 5px!important;font-size: x-small}
table tr:first-child th:last-child{border-top-right-radius: 5px!important;font-size: x-small}
table tr:first-child th:first-child{border-top-left-radius: 5px!important;font-size: x-small}
table tr:last-child td{border-bottom: 1px solid #bbb!important;font-size: x-small}

table#browsers1 tr:nth-child(2) td{border:0px!important;font-weight: normal;}
table#browsers1 tr:nth-child(3) td{border:0px!important;padding-bottom: 1em!important;}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #F5F5F5;

  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}

.modalDialogMob {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialogMob:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialogMob > div {
	width: 200px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #F5F5F5;

  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}


.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }

