/*** DESHABILITO LA CARACTERISTICA RESPONSIVE ***/
.container{
	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(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; }
textarea{
	resize: vertical;
	min-height: 93px;
	max-height: 150px;
}
h1{
	padding: 0;
	margin: 0;
	font-size: 12px;
	display: initial;
}
.no-bg, .no-bg div{
	background: transparent !important;
}
h2 > span{
    background: white;
    padding: 0px 15px;
    margin-left: 15px;
}
h2 > hr{
    margin-top: -15px;
    border-top: 1px solid #DDD;
}
a:hover > .img-thumbnail{
	border-color: #428bca;
}


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


/*** CABECERA Y SOCIALES ***/
.sociales{
	text-align: right;
	padding: 0;
position: relative;
float: right;
z-index: 500;
}
.sociales img{
	height: 25px;
}
.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;
}
.header .logo img{
	padding: 10px;
	height: 120px;
}


/*** MENU ***/
.menu > div{
	display: table;
	float: right;
	margin-right: 10px;
	padding: 7px 0px;
}
.menu > div > a{
	display: table-cell;
	padding: 3px 15px;
	text-decoration: none;
	border-left: 1px solid white;
}
.menu > div > a:first-child{
	border-left: none;
}
.menu > div > a:hover{
	background-color: rgba(255, 255, 255, 0.2);
}


/*** ANIMACION PRINCIPAL ***/
.slider-container{
	position: relative;
}
.slider-container .logo{
	position: absolute;
	z-index: 999;
	overflow: hidden;
	top: -40px;
	left: 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px 0px;
}
.slider-container .logo img{
	max-width: 350px;
	max-height: 190px;
}
.slider-container .menu{
	position: absolute;
	z-index: 999;
	bottom: 0px;
	margin: 0 -15px;
	background: rgba(255, 255, 255, 0.5);
	width: 970px;
}
.slider{
	width: 970px;
	height: 350px;
	overflow: hidden;
	margin: 0px -15px;
	margin-bottom: 15px;
}
.slider div{
	position: relative;
}
.slider img{
	/*width: 100%;*/
}
.slider table{
	position: absolute;
	right: 50px;
	top: 40px;
	z-index: 999;
	max-width: 500px;
}
.slider table tr td{
	text-align: center;
}
.slider table tr:nth-child(1) td{
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-size: 42px;
	padding: 0 10px;
	font-weight: bold;
}
.slider table tr:nth-child(2) td{
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 10px;
}


/*** ANIMACION PRINCIPAL (MINI) ***/
.slider-container.mini{
	height: 130px;
	margin-bottom: 15px;
}
.slider-container.mini .slider{
	width: 500px;
	height: 130px;
	float: right;
}
.slider-container.mini .slider div{
	width: 500px;
	height: 200px;
}
.slider-container.mini .slider div table{
	top: 10px;
	right: 20px;
}
.slider-container.mini .logo{
    top: 14px;
	/*box-shadow: none;*/
    z-index: 9999;
}
.slider-container.mini .menu{
	bottom: 3px;
}



/*** REGISTROS ***/

.col-sm-4 > div{
	background: #F1F1F1;
	padding: 0px;
}
.col-sm-4 .title.bg{
	text-transform: uppercase;
}
.col-sm-4 .title{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.col-sm-4 p{
	padding: 0px;
	margin: 0;
	margin-top: 10px;
}

.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-bar{
	padding: 10px;
	text-align: center;
	color: white;
	margin: 15px -15px 15px -15px;
	font-size: 18px;
	padding: 5px;
}
.footer{
	display: table;
	width: 100%;
}
.footer > .row{
	display: table-row;
}
.footer > .row > .col-sm-4{
	display: table-cell;
	float: left;
	    min-width: 33%;
}
	/* min-height: 320px; */
}
.footer .col-sm-4 > div{
	background: #F1F1F1;
}
.footer .col-sm-4 .col-sm-4{
	padding: 0px 5px;

}
.footer .col-sm-4 div > div{
	margin-top: 10px;
}
.footer .col-sm-4.no-margin div > div{
	margin-top: auto !important;
}
.footer .title{
	padding: 10px 10px 0px 10px;
	margin: auto !important;
	text-align: left;
	color: black;
}
.footer .agmarketing{
	padding: 10px 25px;
	margin: 15px -15px -20px -15px;
	text-align: right;
}
.footer .agmarketing img{
	height: 25px;
}
#menu_select{
display: none;
width: 100%;
height: 32px;
margin-top: 50px;
}
	#nav{
top: 300px;
z-index: 900000;
left: 86%;
position: relative;
width: 200px;
	}
@media all and (max-width: 1024px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
   only screen and (min-resolution: 192dpi) and (max-width: 1024px), 
   only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.col-sm-4{
width: 33%;
float: left;
}
.container {
    width: 97% !important;
}
.slider{
 width: 100%;
 margin: 0px 0px 15px;
   }
	.slider-container .menu {
		width:100%;
		margin: 0 auto;
	}
.slider-container .logo img {

    width: 200px;
	height: 80px !important;
}
}

@media all and (max-width: 560px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 560px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 560px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 560px),
   only screen and (min-device-pixel-ratio: 2) and (max-width: 560px), 
   only screen and (min-resolution: 192dpi) and (max-width: 560px), 
   only screen and (min-resolution: 2dppx) and (max-width: 560px) {
.footer .col-sm-4 .col-sm-4{
	
	max-width: 33%;
}

.contacto_img,.titulo_responsive{
display: none;
}
   	.col-sm-4 {
    width: 100%;
}
.slider{
height: 101px;
}
#nav {
    top: 106px;
}
	.menu > div > a {
		display: table-header-group;
	}
	.menu > div {
    display: table;
    float: none;
    margin: 0 auto;
}


.sociales {
    text-align: right;
    padding: 41px 0px;
    display: none;
}
.slider-container .logo {
    top: 11px;
    }
.slider-container{
	padding-top: 110px;

}
.menu_movil{
padding-top: 51px;
}
.slider-container.mini {
    height: 345px;
}
#menu_select{
margin-top: 96px;	
display: block;

}
.slider{max-height: 220px;}
.menu{
display: none;
}
.slider-container.mini {
    height: 179px;
}
.mslide{
padding-top: 16px;
}
.scial{
padding: 0px;
}
}

.col-sm-3, .img{
    text-align:center;
}