@charset "utf-8";
/* CSS Document */

div.encabe {
	cursor:pointer;
}

div.privacidad {
	text-align:center;
}

div.privacidad h2 {  
	margin-top:30px;
	}
div.privacidad p {
	font-size:10px !important;
	line-height:normal !important;
	font-family:Arial !important;
	}
div.privacidad ol
,div.privacidad ul{
	margin:0 20px;
	}
div.privacidad ol li
,div.privacidad ul li{
	text-align:justify;
	font-size:10px !important;
	line-height:normal !important;
	font-family:Arial !important; 
	}
div.privacidad table {
	border:1px solid #999;
	width:auto;
	margin:0 20px;
	text-align:left;
	font-size:10px !important;
	font-family:Arial !important;
	}
	div.privacidad table tr.sombra td {
		background-color:#CCC;
		}

div.privacidad input[type=checkbox] {
	width:30px;
	height:30px;
	display:block;
	margin:0 auto;
	}
div.privacidad label {
	text-align:center !important;
	}
	
div.privacidad input[type=submit] {
	cursor:pointer;
	font-size:14px;
	padding: 3px 15px;
	color:#666;
	border:1px solid #666;
	background:#fff;
	margin:0 auto 20px 0;
	line-height: 1.42857143;
	-webkit-transition: background .4s, border .4s;
	-moz-transition: background .4s, border .4s;
	-ms-transition: background .4s, border .4s;
	-o-transition: background .4s, border .4s;
	transition: background .4s, border .4s;
	}
	div.privacidad input[type=submit]:hover {
		color:#fff;
		border:1px solid #000;
		background:#333;
		}
		
div.privacidad hr {
	background:#ccc;
	margin:30px 20px 0px 20px;
	border:0;
	height:1px;
	}