.padding-xs {
	padding: 5px !important;
}

.padding-sm {
	padding: 2% !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}
.no-padding-top {
	margin-top: 0 !important;
}

.margin-top-xxs {
	margin-top: 5px !important;
}

.margin-top-xs {
	margin-top: 1% !important;
}

.margin-top-xsm {
	margin-top: 2% !important;
}

.margin-top-sm {
	margin-top: 3% !important;
}

.margin-bottom-sm {
	margin-bottom: 3% !important;
}

.margin-left-xs {
	margin-left: 1% !important;
}

.margin-left-sm {
	margin-left: 2% !important;
}

.margin-left-md {
	margin-left: 3% !important;
}

.margin-left-lg {
	margin-left: 4% !important;
}

.padding-top-xs {
	padding-top: 10px !important;
}

.padding-top-sm {
	padding-top: 2%;
}

.padding-top-md {
	padding-top: 4%;
}

.padding-top-lg {
	padding-top: 10%;
}

.padding-bottom-xs {
	padding-bottom: 10px !important;
}

.padding-bottom-sm {
	padding-bottom: 2% !important;
}

.padding-left-sm {
	padding-left: 10px !important;
}

.width-all {
	width: 100%;
}

.width-lg {
	width: 50%;
}

.width-sm {
	width: 20%;
}

.width-xxs {
	width: 8%;
}

.text-font-title {
	font-family: Swiss;
	letter-spacing: 4px;
	/*color: #2B4A92;*/
	color: #2C333A;
}

.text-font-title-md {
	font-family: sans-serif;
	font-size: 18px;
}

.text-font-tittle-description {
	font-family: sans-serif;
}

.text-font-title-lg {
	font-family: sans-serif;
	font-size: 22px;
}


.text-font-title-sm {
	font-family: Swiss;
	letter-spacing: 1px;
	font-size: 14pt;
}

.text-font-suscripcion{
display: inline-block;
font-weight: bold;
}

.corner-rounded {
	border-radius: 15px !important;
}

.corner-rounded-sm {
	border-radius: 8px !important;
}

.white-panel {
	background-color: #FFFFFF;
}

.font-color-white {
	color: #FFFFFF !important;
}

.font-color-red-validation {
	color: #DB3434;
}

.font-color-green-validation {
	color: #368413;
}

.font-color-red-pure {
	color: red;
}

.font-color-red {
	color: #E39090;
}

.font-color-red:hover {
	color: red;
}

.font-color-grey-light {
	color: #888888;
}

.font-color-grey-dark {
	color: #333333;
}

.font-color-grey {
	color: #737373;
}

.font-color-grey:hover {
	color: #000000;
}

.background-blue {
	background: #B4D7E7; 
}

.background-grey {
	background: #F5F5F5;
}

.background-grey-button {
background: rgba(73,155,234,1);
background: -moz-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(135deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
	color: #FFFFFF; 
}


.background-grey-button:hover {
	background: #13599F;
	color: #FFFFFF;
}

.background-light-yellow {
	background-color: #FFFCE1;
}

.border-grey-navbar {
	border: 1px solid #555555;
}

.border-grey-sm {
	border: 1px solid #CCCCCC;
}

.border-dark-grey-sm {
	border: 1px solid #999999;
}

.border-btn-dark-grey-sm {
	border: 1px solid #999999;
}

.border-btn-dark-grey-sm:hover {
	border: 1px solid #FFFFFF;
}

.border-dark-black {
	border: 1px solid #000000;
}

.font-negrita {
	font-weight: bold;
	color: #000000;
}

.no-negrita {
	font-weight: normal !important;
}

.font-strong {
	font-weight: bold;
}

.font-color-black {
	color: #000000;
}

.background-gradient-grey {
	background: rgb(96,108,136); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.background-gradient-blue {
	background: rgb(80,132,206);
}

.background-gradient-green {
	background: rgb(128,183,102);
}

.background-gradient-bordeaux {
	background: rgb(166,87,87);
}

.font-size-md {
	font-size: 10pt;
}

.font-size-md-ext {
	font-size: 11pt;
}

.font-size-sm {
	font-size: 9pt !important;
}

.font-size-xs {
	font-size: 8pt !important;
}

.font-size-lg {
	font-size: 14pt !important;
}

.font-size-xl {
	font-size: 17pt !important;
}

.border-md {
	border: 2px solid #000000 !important;
}

.no-border {
	border: 0 !important;
}

/*background del footer*/
footer {
	min-height: 280px; /*se establece un minimo para cuando se contrae algun componente tenga cierto margen q evite se vea el fondo blanco*/
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(194,194,194,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(194,194,194,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(194,194,194,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(194,194,194,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(194,194,194,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(194,194,194,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
}

table > tbody > tr > td > div > a.btn {
	padding: 7px;
	margin: 0;
	width: 40px;
	height: 30px;
}

table > tbody > tr > td > div.btn-group > a.btn {
	margin: 1px 5px;
	padding: 5px 10px;
	width: 38px;
	height: 23px;
}

/*button groups*/
.btn-group {
	display: inline-flex;	
}

.btn-group .btn a{
	color: #333333;
}

/*se deja un espacio despues de un i que muestra un icono fontawesome*/
i.fa {
	padding-right: 4px;
}

/* separacion de las lineas en el panel */
.ui-fieldset-content div{
	padding: 3px  10px 1px;
}

/*separacion de botonera en tablas*/
table tr td div div.btn-group {
	padding: 2px 5px;
}

/*separacion entre tablas */
table tr td, table tr th{
	padding: 2px 5px;
}

.separator-sm {
	border-bottom: 2px #313131 solid;
	margin-bottom: 2%;
	width: 60%;
	color: #313131;
}

.text-justify {
	text-align: justify;
}

.sangria {
	text-indent: 50px;
}

.focus {
	background: #FF8E7F;
}

.navbar-grey {
	background-color: #555555;
}

.navbar-blue {
	background:linear-gradient(45deg, rgba(20,65,111,1) 0%, rgba(15,112,169,1) 14%, rgba(36,138,185,1) 22%, rgba(35,140,189,1) 28%, rgba(41,127,193,1) 42%, rgba(45,127,191,1) 42%, rgba(20,133,195,1) 49%, rgba(0,124,177,1) 60%, rgba(12,136,197,1) 73%, rgba(4,147,202,1) 76%, rgba(32,120,183,1) 89%, rgba(9,98,175,1) 100%); 
}

.grey-panel {
	background-color: #F8F8F8 !important;
}

.colorBlueMessage {
	color: #0B0B61;
	letter-spacing: 2px;
	font-size: 24pt;
}

.colorGrey {
	color: #313131;
	letter-spacing: 2px;
	
}

.colorBlue {
	color: #0040FF;
	letter-spacing: 1px;
	
}

.colorGrey-sm {
	color: #313131;
	letter-spacing: 2px;
	font-size: 16pt;
	
}

.colorTextGrey {
	color: #313131;
	font-family: "Helvetica", Courier;
	font-size: 20pt;
}


.colorTextGrey-sm {
	color: #313131;
	font-family: "Helvetica", Courier;
	font-size: 18pt;
}

.colorTextBlue-sm {
	color: #0B0B61;
	font-family: "Helvetica", Courier;
	font-size: 12pt;
}

.italic {
	font-style: italic;
}

.buttonImage {
	background-image: url("img/escudo_arg.jpg")!important
}