/*** DESHABILITO LA CARACTERISTICA RESPONSIVE ***/
.container{
	max-width: 970px !important;
}





/*** CONSTANTES ***/
.silver-gr{
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}


/** MENSAJE ALERTA **/
.alert-fixed{
	position: fixed;
	width: 50%;
	left: 25%;
	z-index: 9999;
	top: 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}
@media all and (max-width: 768px){
	.alert-fixed{
		width: 90%;
		left: 5%;
	}
}


/*** CLASES Y ETIQUETAS ***/
.clear{
	display: block;
	clear: both;
}
i.glyphicon{ margin-left: 5px; margin-right: 10px; }
.col-xs-3.img{ padding-right: 0px; }
.col-xs-9{ padding-left: 5px; }
textarea{
	resize: vertical;
	min-height: 93px;
	max-height: 150px;
}
h1{
	padding: 0;
	margin: 0;
	font-size: 12px;
	display: initial;
}

/*** EFECTO ZOOM A IMAGENES ***/
img:hover {
  outline: 0px;
  z-index: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

img {
  z-index: 1;
  position: relative;
  /* COMPATIBILIDAD CHROME Y SAFARI */
  -webkit-transition: all 0.4s;
  -webkit-transform: scale(1.0);
  -webkit-backface-visibility: hidden;

/* COMPATIBILIDAD FIREFOX */
  -moz-transition: all 0.4s;
  -moz-transform: scale(1.0);
  -moz-backface-visibility: hidden;

/* COMPATIBILIDAD IE */
  -o-transition: all 0.4s;
  -o-transform: scale(1.0);
  -o-backface-visibility: hidden;


  margin: 0px;
  outline: 0px;
}



/*** CUERPO Y CONTENEDOR PRINCIPAL ***/
body{
	background: white;
	background-size: 100%;
	
}
body > .container{
	margin: 20px auto;
	padding-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 0px;
	background: white;
	overflow: hidden;
}
a{ color: #000; }
a:hover{ color: #333; }


/*** CABECERA Y MENU ***/
.header{
	margin: 0px -15px;
	margin-bottom: 10px;
}
.header .logo{
	display: block;
	width: 420px;
	height: 130px;
	overflow: hidden;
	text-align: center;
	margin-left: 110px;
	padding-top: 10px;
}


@media all and (max-width: 700px){
.header .logo {

    margin-left: 0px;
padding-right: 174px;
}
}
.header .logo img{
	padding: 10px;
	height: 120px;
}
@media all and (max-width: 500px){
.header .logo img{
	padding: 10px;
	height: 80px;
}
}
@media all and (max-width: 480px){
	.header .logo img {
    padding: 10px;
    height: 120px;
}

			.header .logo {
			    margin-left: 0px;
			    padding-right: 0px;
			

			    width: 100%;
			    margin-left: 0px;
			    padding-top: 0px;


			}


}
/*** ANIMACION PRINCIPAL ***/
.slider{
	
	height: 250px;
	overflow: hidden;
	margin: 10px auto;
	box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 5px 0px;
}
.slider > img{
	width: 100%;
}
.slider > img{
	width: 50px;
}


/*** REGISTROS ***/
.info{
	float: right;
	margin-top: 5px;
	text-align: right;
}
@media all and (max-width: 480px){
	.info {
    display: none;
	}
}

.info > div{
	margin-bottom: 5px;
}
.info > div:first-of-type{
	font-weight: bold;
	font-size: 18px;
}
.info > div > i{
	background: white;
	padding: 5px;
	border-radius: 50px;
	box-shadow: rgba(70, 70, 70, 0.5) 1px 1px 2px 0px,
		inset rgba(138, 138, 138, 0.5) -6px -8px 6px -10px;
	font-size: 14px;
}

.col-xs-4 > div{
	background: #F1F1F1;
	padding: 10px;
}

.col-sm-4 > div{
	background: #F1F1F1;
	padding: 10px;
}

.col-xs-4 .title{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.col-sm-4 .title {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.col-xs-4 p{
	padding: 0px;
	margin: 0;
	margin-top: 10px;
	font-weight: bold;
}
.col-xs-4 p:last-of-type{
	padding-bottom: 10px;
}
.col-xs-4 button{
	margin-bottom: 10px;
}

.sociales{
	display: table;
	margin: auto;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.sociales a{
	text-align: center;
}
.sociales a img{
	width: 50px;
}

.records{
	
}
.records > .record{
	margin-top: 30px;
	padding: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	overflow: hidden;
}
.records > .record .title{
	color: #000;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 5px 10px;
	margin-right: -15px;
}
.records > .record .details{
	font-size: 12px;
	text-align: justify;
}
.records > .record .img img{

}

/*** GALERIA ***/
.gallery{
	height: 160px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.gallery > div{
	width: 940px;
	margin: auto;
	text-align: center;
}
.gallery > div > a{
	margin-right: 22px;
	text-decoration: none;
}
.gallery > div > a:last-of-type{
	margin-right: 0;
}

/*** PIE DE PAGINA ***/
.footer{
	font-size: 12px;
	color: black;
	padding: 10px;
}
.footer > div{
	margin: auto;
	text-align: left;
}
.footer > div.title{
	padding: 10px;
	text-align: center;
	color: white;
	margin: 0px -25px 20px -25px;
	font-size: 18px;
	padding: 5px;
}
.footer .agmarketing{
	position: absolute;
	margin-left: 850px;
	margin-top: 10px;
}
@media all and (max-width: 994px){
.footer .agmarketing{

    margin-top: 50px;
    margin-left: 65%;
    
}
}


@media all and (max-width: 854px){
.footer .agmarketing{

    margin-top: 50px;
    margin-left: 74%;
    
}
}
@media all and (max-width: 511px){
.footer .agmarketing {
    position: absolute;
    margin-left: 74%;
    margin-top: 59px;
}
}

@media all and (max-width: 387px){
.footer .agmarketing{

    margin-top: 89px;
    margin-left: 66%;
    padding-right: 50px;
}
}




.footer .agmarketing > img{
	height: 25px;
}


/* Clase aparte (ignore) */
.header.bg img:hover {
  outline: 0px;
  z-index: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

@media screen and (max-width: 991px){
	.header.bg {
		background-image: url(../images/logo-web.png) !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 275px;
		width: 100%;
		height: 200px;
		margin: auto;
		padding: 0;
	}
	.header.bg img {
		display: none;
	}
}