/*Lib.Jorge*/
.test
{
	border: 1px solid red;
}
.no-padding
{
	padding-top: 0!important;
}
.noPadLeft
{
	padding-left: 0!important;
}
.noPadRight
{
	padding-right: 0!important;
}
.noPadSides
{
	padding-right: 0!important;
	padding-left: 0!important;
}
.noMarSides
{
	margin-right: 0!important;
	margin-left: 0!important;
}
.noMarLeft
{
	margin-left: 0!important;
}
.noMarRight
{
	margin-right: 0!important;
}
.no-margin-top
{
	margin-top: 0!important;
}
.break-line
{
	width: 100%;
	content: "";
	margin-bottom: .2em;
}
.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}
.text-center
{
	text-align: center;
}
.center-image
{
	margin: 0 auto;
}
/*Lib.Jorge*/
/*Ajustes a Librerias*/
nav
{
	z-index: 1;
}
.bg-info
{
	background-color: #0081C6!important;
}
.bg-primary
{
	background-color: #6AA049!important;
}
/*Ajustes a Librerias*/
.colorTextW
{
	color: #ffffff!important;
}
.headicon
{
	width: 7%;
}
@media only screen and (max-width: 480px)
{
	.headicon
	{
		width: 20%;
	}
}