@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
@font-face {
    font-family: 'pt-sans';
    src: url('fonts/ptc75f-webfont.eot');
    src: url('fonts/ptc75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptc75f-webfont.woff') format('woff'),
         url('fonts/ptc75f-webfont.ttf') format('truetype'),
         url('fonts/ptc75f-webfont.svg#pt_sans_captionbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #060606;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	padding-top: 100px;
}#portada {
	height: auto;
	width: 100%;
	max-width: 683px;
}
.contenedor .bariloche {
	float: left;
	width: 40%;
	text-align: right;
}
.contenedor .calafate {
	width: 40%;
	float: right;
	text-align: left;
}
.contenedor {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	min-width: 683px;
}
.contenedor a {
	color: #72ae13;
	text-decoration: none;
	font-weight: bold;
}
.bariloche p strong {
	font-size: 13px;
	color: #FF6C00;
}
.entrar-es {
	background-image: url(calafate/es.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 16px;
	width: 150px;
	text-align: left;
	color: #000;
	line-height: 40px;
}
.entrar-en {
	background-image: url(calafate/en.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 16px;
	width: 150px;
	text-align: left;
	line-height: 40px;
}
.entrar-es-l {
	background-image: url(calafate/es.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 16px;
	width: 150px;
	text-align: right;
	color: #000;
	padding-right: 30px;
	line-height: 40px;
}
.entrar-en-l {
	background-image: url(calafate/en.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 16px;
	width: 150px;
	text-align: right;
	color: #000;
	padding-right: 30px;
	line-height: 40px;
}
.pago_seguro {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	width: 200px;
}
