*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

.pantalla:before, .pantalla:after { content: " "; display: table; }
.pantalla:after { clear: both; }

body {
	font-family: 'helvetica', arial, verdana, sans-serif;
}

a {
	color: #b4c7da;
	text-decoration: none;
}

a:hover,
a:active {
	color: #f3991d;
}

p {
	font-weight: 300;
	font-size: 1.300em;
	text-align: center;
	line-height: 1.5;

}
h4 {
	font-weight: 350;
	font-size: 1.300em;
	

}
.principal {
	background: #566472;
	background: #130430;
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.principal a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.principal a:hover {
	background: rgba(255,255,255,0.8);
	color: #130430;
}

.principal span.right {
	float: right;
}

.principal span.right a {
	float: left;
	display: block;
}


.csecure {
    background: #d8d8d8;
    display: inline-block;
    padding: 5px;
	border-radius:10px;
	font-size:13px;
	margin:20px;
}

.csecuretw {
    padding: 5px;
	border-radius:10px;
	font-size:13px;
	width:330px;
}

.marcac {
    margin:25px;
	font-size:13px;
}

.mayus {
    display:none;
	color:#888;
	font-size:12px;
	margin:5px;
}