.logo {
	background-image: url(../imagenes/layout/dentistas-especializados-logo.png);
	height: 140px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	width: 285px;
	background-repeat: no-repeat;
}
.menu-dentistas {
	padding-top: 50px;
}
.verde {
	height: 20px;
	background-color: #00b0c0;
}
.rosa {
	color: #E81A74;
}
footer {
	color: #fff;
	background-color: #84379a;
}
.sombra {
	border-radius: 12px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	padding-bottom: 20px;
}
.sombra p, .sombra h3 , .sombra h4, .sombra ul{
	padding-right: 20px;
	padding-left: 20px;
}
.margen-156 {
	margin-top: 156px;
}
.pie {
	padding-top: 40px;
	padding-bottom: 40px;
}
.negrita {
	font-weight: 700;
}
.tamanio-24 {
	font-size: 24px;
	line-height: 24px;
}
.tamanio-36 {
	font-size: 36px;
	line-height: 36px;
}
.tamanio-18 {
	font-size: 18px;
}
.margen-arriba-20 {
	margin-top: 20px;
}
#osz {
	display: block;
	height: 25px;
	width: 104px;
	background-image: url(../imagenes/layout/osz.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
#osz:hover {
	background-image: url(../imagenes/layout/osz-over.png);
}
.linea {
	background-image: url(../imagenes/layout/linea.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 1px;
	max-width: 1170px;
}
#formulario-contacto input , #formulario-contacto select, #formulario-contacto textarea{
	width: 100%;
}
#formulario-contacto label {
	float: right;
	margin-right: 10px;
	font-weight: 700;
}


@media (min-width: 768px) { 
	footer{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 767px) { 
	footer{
		padding-left: 20px;
		padding-right: 20px;
	}
}
 
.pie .alert {
	margin-top: 20px;
}
.alert.alert-info img{
	margin-right: 12px;
	float: left;
}
