
/*

Colores:

*/

.error, .success { display: none;}


#header-wrapper {
	height: 500px !important;
	background: #ffffff;
}

#nav {
		top: 10px;
}

#nav > ul {
	box-shadow: none;
}

#nav > ul > li > a {
	color: #000000;
}

#nav > ul > li > a:hover {
	color: #bbbbbb;
}

img.responsive {
     width: 100%;
}

#logo {
		position: relative;
		margin-top: 10px;

}
#logo img{
		max-width: 400px;
}



.text-center {
		text-align: center;
}

.bienvenida {
		font-size: 1.1em;
		text-align: center;
		padding: 0 40px 40px 40px;
}

ul.list {
		list-style: circle;
		margin-top: -2em;	/* compensar margin-bottom p */
		margin-left: 20px;
}



#copyright span {
		box-shadow: none;
}

img.logo-footer  {
		max-width: 300px;
		margin-bottom: 20px;
}

@media only screen and (max-width: 500px) {
  #logo img, img.logo-footer{
	max-width: 100%;
   }
	 .list-equipo {
	 		columns: auto !important;
			margin-left: 20px;
	 }
}

#subir {
	margin-top: 40px;
}


.list-equipo {
		columns: 2;
		list-style: square;
		padding-left: 40px;
}

.list-equipo p {
		margin-bottom: 1em;
}

ul.actions {
	list-style: none;
}
