h2{
	text-align: center;
}
footer{
	bottom: 0;
}
#cabecera{
	width: 100%; 
	height: 60px; 
	background-image: url(../img/header_background.gif);
	background-repeat: repeat-x;
}
#imgCabecera{
	float:left;
}
#botones{
	margin-bottom: 10%;
}
#listas{
	margin-left:15%;
	list-style-image: url("../img/tick.png");
}
#opcionListas{
	margin-bottom: 2%;
}
.brainscormOptions{
	font-size: 17px;
}
#boton{
	margin-left: 40%;
}
.img{
	width: 100%;
}
.contenedor{
	margin-top: 50px;
}
#listaAviso{
	list-style-image: url("../img/dot.png");
	height: 700px;
}
.contenidoModal{
	overflow-y: auto;
}
#pie{
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	text-align:center;
}
#botoneraContactar{
	float: right;
	margin-top: 7px;
}
.btnBarra{
	margin-left: 10%;
}
#btnTelefono{
	    background: rgb(66, 184, 221);
}
#btnContactar{
    background: rgb(28, 184, 65);
}
#textoMantenimiento{
	text-align: center; 
	font-size: 17; 
	color: red; 
	margin-top: 2%;	
}