/*
RESP 15122015
@font-face{
	font-family: Gotham;
	src: url('Gotham-Medium.eot');
}
@font-face{
	font-family: Gotham-Bold;
	src: url('Gotham-Bold.eot');
}
*/

@font-face{
	font-family: Gotham;
	src: url('Gotham-Medium.eot');
	src: url("Gotham-Medium.eot?#popular") format("embedded-opentype"),
        url("Gotham-Medium-webfont.woff") format("woff"),
        url("Gotham-Medium.ttf") format("truetype"),
        url("Gotham-Medium-webfont#gotham_mediumregular") format("svg");
}
@font-face{
	font-family: Gotham-Bold;
	src: url('Gotham-Bold.eot');
	src: url("Gotham-Bold.eot?#popular") format("embedded-opentype"),
	url("Gotham-Bold-webfont.woff") format("woff"),
	url("Gotham-Bold.ttf") format("truetype"),
	url("Gotham-Bold-webfont.svg#gotham_boldregular") format("svg");
}

.table_datos { color:#476fa9; font-size:12px;}
.table_datos td {padding:5px 9px;}
.table_datos td input[type='text'],
.table_datos td input[type='password'],
.table_datos td input#correoComprobante{
	border:1px solid #85AACA;
	-webkit-box-shadow: 0 0 4px 0 rgba(5,90,162,.4);
	box-shadow: 0 0 4px 0 rgba(5,90,162,.4);
	border-radius:4px;
	width:250px;
	background:#FFF;
	padding:4px 6px;
	font-family: Gotham;
}
.table_datos th {
	color:#476fa9;
	font-size:16px;
	text-align: left;
	font-weight:normal;
	padding:5px 9px;
	font-family: Gotham-Bold;
}
.dataTitleHeader,
.dataTitle{
	font-size: 16px;
	color: #476fa9;
	padding: 10px;
	font-family: Gotham;
}

.dataTitlePay{
	font-size: 20px;
	font-weight: bold;
}
.table_compra{ margin:0 10px;}
.table_compra #monedatotal,
.table_compra #montopay{ border-top:2px solid #CCC;}
.table_compra th{
	background: #187CAE;
	color: #FFF;
	font-size: 13px;
	padding: 6px 10px;
	text-align:left;
	font-weight:normal;
}
.table_compra td{
    color: #585858;
    font-size: 12px;
    padding: 6px 10px;
}
