<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu-principal{
	height: 80px;
}

body {
	background-image: url(http://www.cobachbc.edu.mx/static/soy_cobach/img/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #f5efe6;
}

h3 {
	color: #bc955c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h5 {
	color: #bc955c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

p {
	color: #502c1e;
	font-family: 'Montserrat', sans-serif;
}

footer {
	border-top: 5px solid #b9975b;
}

.navbar {
	border-bottom: 5px solid #b9975b;
}

.navbar-nav li a {
	color: #d0b55c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.navbar-nav li a:hover {
	color: #f5efe6;
}

.bg-alto
{
	background-color: #502c1e;
}

.bg-medio
{
	background-color: #d0b55c;
}

.bg-bajo
{
	background-color: #f5efe6;
}

.anchor {
	padding-top: 90px;
}


#contenedor {
  
}

#izquierda {
  float: left;
  width: 50%;
}

#derecha {
  float: right;
  width: 50%;
}

</pre></body></html>