@media (max-width: 768px) {
	body {
		padding-top: 0;

		/*background-image: url("../img/bg_v.jpg") ;*/
		/*background-color: rgb(216, 191, 191);*/
		background-color: lightgray;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment : fixed;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	.container {
		margin: 20px auto 0 auto;
		padding-bottom : 10px;
		/*max-width: 768px;*/
	}		
	.panel-body {
		padding : 10px 20px 20px 20px;
	}
}
@media (min-width: 768px) {
	body { 
		padding-top: 80px;
			 
		/*background-image: url("../img/bg.jpg") ;*/
		background-color: lightgray;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment : fixed;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	.container {
		margin: 10px auto 0 auto;
		padding-bottom : 50px;
		/*max-width: 800px;*/
	}		
	.panel-body {
		padding : 10px 25px 10px 25px;
	}
	#mapa {
		border:0;
		margin-top: 5px; 
		width: 100%;
		height: 300px;
	}
}

.bg-blue {
	/*background-color: rgb(3,100,179);*/
	background-color: white;
	margin-bottom: 0;
}
.bg-blue li a {
	padding-top : 1px;
	padding-bottom : 1px;
}
.bg-blue li a:hover {
	background-color: rgb(3,100,179);
	/*background-color: lightgray;*/
}		

.nav li a:hover {
	background-color: rgb(3,100,179);
}

.nav li a {
	color: white;
	padding-right: 10px;
	padding-left : 10px;
}

.navbar-text .navbar-brand {
	color: white;
	font-size : x-large;
	font-weight : bold;
	text-shadow: 0px 2px 2px silver;
	padding-left: 0;
	padding-right: 0;
}

.dl-horizontal dt {
    white-space: normal;
}

dd {
	margin-bottom: 20px;
}

.page-header {
	margin-top: 10px;
}

.page-footer {
	padding-top: 10px;
}

th {
	background-color : #f5f5f5;
	text-align: center;
	font-size: xx-small;
}

td {
	text-align: center;
	font-size: x-small;
}

.scroll-days {
	font-size: large;
}

.active {
	 font-weight: bold;
}

.label-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.label-pill-active {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	font-size: large;
}

.steps {
	margin-top: 10px;
}

kbd { 
	text-transform : uppercase;
}

#inputDomain {
	text-transform : uppercase;
}

#reserva {
	position:absolute;
	top: 350px;
	left: 750px;
}

#turnoTelefonico {
	position:absolute;
	top: 220px;
	left: 700px;
}

.imgPrueba {
	background-image:url(../img/signo_discapacidad.jpg);
	/*background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	width:60px;
	height:60px;
	display:block;
}

/*input {
	text-transform : uppercase;
}*/