/*** DESHABILITO LA CARACTERISTICA RESPONSIVE ***/

.container{

	width: 970px !important;

}

.padding0{

	padding: 0;

}



/*** 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; }

.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;

}





/*** 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;

	overflow: hidden;

}

a{ color: #000; }

a:hover{ color: #333; }





/*** CABECERA Y MENU ***/

/*** CABECERA Y MENU ***/

.header{

	margin-bottom: 10px;

	/*background-image: url('../images/header-blue.jpg');*/

	width: 970px;

	margin-left: -15px;

	/*background-position-x: 30px;*/

}

.header .info {

	float: right;

}

.header .menu{

	float: right;

	margin-top: 15px;

	margin-bottom: 15px;

	border-radius: 10px;

	box-shadow: rgba(0 ,0 ,0 , 0.2) 1px 1px 5px 0px;

	overflow: hidden;

}

.header .menu a{

	text-align: center;

	padding: 8px 30px;

	color: white;

	text-decoration: none;

	display: block;

	float: right;

	font-size: 17px;

	transition: 0.2s;

	border-right: 1px solid;

}

.header .menu a:first-child{

	border-right: 0px;

}

.header .menu a:hover{

	background: rgba(0, 0, 0, 0.36);

}

.header .menu a.active{

	background: rgba(255, 255, 255, 0.2);

	font-weight: bold;

}

.header .info{

	margin-top: 10px;

	margin-right: 20px;

}

.header .redes{

	text-align: right;

}

.header .redes img{

	width: 40px;

}

.registro a{

	color: black;

	font-size: 16px;

}

.logo{

	max-width: 300px;
	max-height: 140px;
	padding: 10px;
	margin-top: 10px;
}

/*** ANIMACION PRINCIPAL ***/

.slider{

	width: 940px;

	height: 250px;

	overflow: hidden;

	margin: 10px auto;

	box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 5px 0px;

}

.slider > img{

	width: 100%;

}





/*** REGISTROS ***/

.info{

	float: right;

	margin-top: 5px;

	text-align: right;

}

.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-xs-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;

}

.sociales a{

	display: table-cell;

	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{



}

/**** Articule ******/

.linea-puntiada{

	border-right: 1px dashed #ddd;

}

.bloque article{

	margin-bottom: 20px;

	margin-top: 0px;



}



.bloque article .contenido{

	padding: 5px;

	border-radius: 0px 0px 10px 10px;

	border: 1px solid rgb(216, 216, 216);

	box-shadow: gray 2px 3px 16px -5px;

}

.bloque article .titulo{

	font-weight:normal;

	color: rgb(241, 241, 241);

	font-size: 20px;

	margin-bottom: 0px;

	min-width: 190px;

	float: left;

	text-align: center;

	border-radius: 5px 5px 0px 0px;

	margin-top: 0px;

	padding: 3px 10px;

	

}

.bloque article img{

	float: left;

	margin: 0 10px 10px 0;

}

.bloque article span{



}

/*** 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;

}

.footer .agmarketing > img{

	height: 25px;

}