body{
	line-height: 1.5;
}
header, .degrade{
	background: #0d387d;
	background: -moz-linear-gradient(top, #0d387d 0%, #3579b8 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #0d387d), color-stop(100%, #3579b8));
	background: -webkit-linear-gradient(top, #0d387d 0%, #3579b8 100%);
	background: -o-linear-gradient(top, #0d387d 0%, #3579b8 100%);
	background: -ms-linear-gradient(top, #0d387d 0%, #3579b8 100%);
	background: linear-gradient(to bottom, #0d387d 0%, #3579b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d387d', endColorstr='#3579b8', GradientType=0 );
}
header .container{
	height: 150px;
	position: relative;
}
header .btn-link{
	color: white;
	font-size: 12px;
	font-weight: 600;
	padding: 0 0 0 10px;
}
header .btn-link:hover, header .btn-link:focus{
	color: #CCC;
	text-decoration: none;
}
@media (max-width: 768px) {
	header .btn{
		font-size: 12px !important;
	}
}
@media (max-width: 665px) {
	header .btn{
		padding: 5px 9px !important;
	}
}

.emailconsul:before { content: "consultas@"; }
.emailconsul:after { content: "pewman.com.ar"; }

.logo {
	padding-top: 10px;
}
.usuario{
	padding-top: 30px;
}
.barra{
	position: absolute;
	bottom: 0;
}
.btn-azul{
	background-color: #0b3685;
	color: white;
	text-transform: uppercase;
}
.btn-azul:hover{
	background-color: #8c8a8a;
}
.btn-azul-invert{
	background-color: none;
	color: #0b3685;
	text-transform: uppercase;
	cursor: pointer;
}
.btn-azul-invert:hover{
	color: #8c8a8a;
}
.btn-active{
	background-color: #8c8a8a;
}
.btn-carro {
	color: #fff;
}
.btn-carro:hover {
	color: #bcbbbb;
}
.azul {
	color: #0b3685;
}
.gris {
	color: #777;
}
.descargas img {
	width: 100%;
	margin-bottom: 35px;
}
.cajas {
	margin-top: 30px;
	text-align: center;
}
.cajas h2 {
	text-transform: uppercase;
	font-weight: 400;
	color: #023181;
}
.cajas h5 {
	font-weight: 400;
	color: #777;
	margin: 2px 20px;
	text-align: justify;
}
.central {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.prefoot{
	margin-top: 100px;
	color: #666;
	font-size: 14px;
}
.footer {
	padding-top: 20px;
	min-height: 200px;
	background-color: #e8e7e7;
}
.footer td {
	vertical-align: middle;
}
.centrar-parent {
	position: relative;
    overflow: hidden;
}
.centrar-child {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.form-control {
	height: 35px;
}
.form-control-feedback {
	top: 22px;
}
#registrar .form-control-feedback {
	top: 21px;
	right: 10px;
}
#output {
	padding: 6px 0;
	float: left;
	width: 100%;
}
#output .alert{
	margin-bottom: 0 !important;
}
.right {
	float: right;
}
.left {
	float: left;
}
a:hover{
	text-decoration: none;
}
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 420px;
}

.kb-slide{
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.kb-slide img{
    position: relative;
    -webkit-transform: translate3d(0,0,0)
    -moz-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.slide-over {
	position: absolute;
	bottom: 30px;
	z-index: 5;
}
.slide-title {
	display: table;
	background:rgb(10,49,122);
	background: transparent\9;
	background:rgba(10,49,122,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0a317a,endColorstr=#cc0a317a);
	zoom: 1;
}
.slide-title p {
	margin: 8px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
}
.slide-subtitle {
	display: table;
	background:rgb(10,49,122);
	background: transparent\9;
	background:rgba(10,49,122,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#660a317a,endColorstr=#660a317a);
	zoom: 1;
}
.slide-subtitle p {
	margin: 8px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.clear15 {
    padding-top: 15px;
}
.clear30 {
    padding-top: 30px;
}
.justificar {
	text-align: justify;
}
.cajacv {
	background-color: #a8a8a8;
	border-left: 10px solid white;	
	border-right: 10px solid white;
	color: white;
	text-align: left;
	min-height: 130px;
	position: relative;
}
.cajacv .w {
	float: left;
	margin: 36px 25px 0 15px;
}
.cajacv .cruz {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.cajacv h3 {
	margin: 37px 0;
}
.novedades p{
	text-align: justify;
	line-height: 1.3;
}
#vertical-ticker{
	height: 250px;
	overflow: hidden;
	margin: 0 0 25px 0; 
	padding: 0;
}
#vertical-ticker li{
	display: block;
	border-bottom: 1px solid #ddd;
	height: 50%;
}
.nov-link {
	float: right;
}
.cv img {
	float: left;
}
.cv h3 img {
	float: right;
}
.cv h3 {
	border-bottom: 2px solid #ccc;
	margin-left: 120px;
	color: #00a0b5;
	font-weight: 400;
}
.cv .texto {
	clear: left;
	padding-top: 25px;
	font-size: 14px;
}
.cv .texto h4 {
	font-weight: 400;
	color: #00a0b5;
}
.cv .texto ul {
	padding: 0;
	list-style: none;
}
.cv .texto li:before {
    content: "• ";
	color: #00a0b5;
}
.cecilia, .alejandra {
	display: none;
}
.panel-heading.uno {
	background-color: #459cb8;
}
.panel-heading.dos {
	background-color: #42b691;
}
.panel-heading.tres {
	background-color: #b7467a;
}
.panel-heading.cuatro {
	background-color: #e8a71b;
}
.panel-heading h4 {
	color: #fff;
	font-weight: 400;
}
.panel-title {
	position: relative;
}
.panel-heading img {
	position: absolute;
	right: 0;
	height: 19px;
}
.cap ul {
	padding: 0;
	list-style: none;
}
.cap li:before {
    content: "• ";
	color: #00a0b5;
}
.nove h3{
	height: 50px;
	width: 80%;
}
.nove .date{
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	padding: 0 0 8px 8px;
	width: 109px;
	height: 50px;
}
.nove .day{
	border-right: 1px solid #a1a293;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 100%;
	float: left;
	padding: 2px 10px 2px 0;
	margin: 0 10px 0 0;
}
.nove .month{
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	width: 32px;
	line-height: 100%;
}
.nove .year{
	display: block;
	font-size: 1.1em;
}
.nove-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.borde-bottom {
	border-bottom: 1px solid #ddd;
}
.nove {
	margin-bottom: 0;
	padding-bottom: 30px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.img-thumbnail{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-thumbnail.full{
	max-width: 300px;
}
.img-thumbnail.thumb{
	max-width: 150px;
}
.cajacliente {
	border-left: 10px solid white;	
	border-right: 10px solid white;
	color: white;
	text-align: left;
	min-height: 50px;
	position: relative;
}
.cajacliente a {
	color: white;
}
.cajacliente .w {
	float: left;
	margin: 8px 25px 0 0;
}
.cajacliente .cruz {
	position: absolute;
	bottom: 9px;
	right: 9px;
}
.cajacliente h3 {
	margin: 11px 0;
	text-transform: uppercase;
}
.resol {
	background-color: #42b691;
}
.instruc {
	background-color: #b7467a;
}
.modal-dialog {
	width: 760px !important;
}
.precio {
	position: absolute;
	right: 60px;
}
.total {
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
}
.datafiscal {
	margin: 20px;
}
.datafiscal img {
	width: 60px;
}
.alert-azul {
  background-color: #0B3685;
  border-color: #0B3685;
  color: #ffffff;
}