@charset "utf-8";
/* CSS Document 
Estilos especificos Notaria Ulloa
derechos reservados 2014 - banda.cl y ceciliaquevedo.cl
*/
body {
	background-image: url(../../img/bg-container.jpg);
}
.fondo-cont {
	background-color: #104a93;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

/* PIE DE PAGINA */
#push {
	height: 60px;
	;
	display: block;
	background-color: #104a93;
}
#footer {
	color: #e8dd25;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed; 
	bottom: 0;
	width: 100%;
}
#footer-movil {
	color: #e8dd25;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
.pie{
/*	background-color: #fff;*/
	background-image: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(0, #005fbf),
					color-stop(1, #004586)
					);
	background-image: -o-linear-gradient(bottom, #005fbf 0%, #004586 100%);
	background-image: -moz-linear-gradient(bottom, #005fbf 0%, #004586 100%);
	background-image: -webkit-linear-gradient(bottom, #005fbf 0%, #004586 100%);
	background-image: -ms-linear-gradient(bottom, #005fbf 0%, #004586 100%);
	background-image: linear-gradient(to bottom, #005fbf 0%, #004586 100%);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e8dd25;/*544A37*/
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e8dd25;/*544A37*/
	border-left-color: #e8dd25;/*544A37*/
	padding-right: 3%;
	padding-left: 3%;
}
.pie-movil {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e8dd25;/*544A37*/
}
/*--------------------*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-footer {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	color: #e8dd25;
}
.sp-inicio {
	height: 50px;
}
.btn-acord {
	/*background-color: rgba(51,153,255,0.5);*/
	background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  color-stop(0, #4a83c9),
	  color-stop(1, #00367a)
	  );
	background-image: -o-linear-gradient(bottom, #4a83c9 0%, #00367a 100%);
	background-image: -moz-linear-gradient(bottom, #4a83c9 0%, #00367a 100%);
	background-image: -webkit-linear-gradient(bottom, #4a83c9 0%, #00367a 100%);
	background-image: -ms-linear-gradient(bottom, #4a83c9 0%, #00367a 100%);
	background-image: linear-gradient(to bottom, #4a83c9 0%, #00367a 100%);
	color: #fff;
	font-weight: bold;
}
.btn-acord hover {
	color: #fcf65d;
}
.clr-blco {
	background-color: #FFF;
}
.esp-contacto {
	height: 25px;
	display: block;
}