footer{
	background-color: #333333;
	color: white;
	padding-top: 20px;
	padding-bottom: 10px;
}

.loginCorrecto{
	display: block;
	padding: 5px;
}

.respLogin .timer{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('img/loader.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 2;
}



#respContacto{
	display: none;
}

.opciones{
	position: absolute;
	right: 230px;
	display: none;
	color: white;
	background-color: #333333;
	padding:20px;
	z-index: 2;
}
.opciones h3{
	color: white;

}

.sinMargen{
	margin:0;
}

.menuArriba{
	background-color: #333333;
	
	padding: 2px;
}
.menuArriba a{
	color: white;
	font-size: 12px;
}

.fondoContacto{
	background: url('../img/fondoContacto.JPG');
}

.sombra{
	-o-box-shadow: 3px 3px 7px #111112;
	-ms-box-shadow: 3px 3px 7px #111112;
	-moz-box-shadow: 3px 3px 7px #111112;
	-webkit-box-shadow: 3px 3px 7px #111112;
	box-shadow: 3px 3px 7px #111112;

	padding: 0;
}


.sinMargenAbajo{
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}

.colorGris{
	background-color: #F5F5F5;
}

.contenidoCuerpo .colores:nth-child(odd){
	background-color: #F5F5F5;
}

.articulo{
	padding-bottom: 10px;
	padding-top: 10px;
}

.navEstilo{
	margin-top: 20px;
}

table tr td{
	text-align: center;
	border: 1px solid #b3b3b3;
}

.admImagenes{
    width: 100%;
    height: 300px;
    overflow: scroll;
}
.admImagenes img{
	width: 100%;
}

.admImagenesSlider{
	width: 100%;
    height: 300px;
    overflow: hidden;
}

.admImagenesSliderDetalle img{
	width: 100%;
    overflow: hidden;
}

#nuevaImgSlider{
	display: none;
}

#nuevaGaleria{
	display: none;
}

#NuevoArtOculto{
	display: none;
}

#ActualArtOculto{
	display: none;
}

#SliderArtOculto{
	display: none;
}

.btnAdmAcciones{
	font-weight: bold;
	padding: 20px;
	font-size: 16px;
}


@media (max-width: 360px) {
	.navbar-header img{
		width: 240px !important;
	}
}