/*
Theme Name: VOX
Theme URI: http://www.vox-web.com.ar
Description: Desarrollado por VOX Soluciones Web
Version: 0.3
Author: VOX Soluciones Web
Author URI: http://www.vox-web.com.ar
*/

table.dataTable thead > tr > th {
	padding-left: 8px;
	padding-right: 8px;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 1px !important;
}


.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #DDD;
}

a.firmavox{
	display: inline-block;
	padding-left: 7px;
	text-align: center;
	padding-top: 54px;
	margin-top: 30px;
	color: inherit !important;

}

a.firmavox:hover{
	text-decoration: none;
}


a.firmavox.light{
	background: url(images/vox-light.png) center top no-repeat;
}

a.firmavox.dark{
	background: url(images/vox-dark.png) center top no-repeat;
}


#cs-content .x-container.max {
    max-width: 1140px !important;
}