/**
 * All your custom CSS should go into this file
 */

body{
  margin: 20px;
}
.titulo_admin{
	text-align: center;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	/*background-color: #ddd;*/
	border-radius: 5px;
	color: #333;
}
.navbar-nav li a {
 line-height: 80px;
}

body {
	background-image:url("../img/fondo.jpg");
}
#div_inicio h1{
	color:#0C3;
}
#div_inicio h4{
	color:#F00;
}
a:hover {
 cursor:pointer;
}
.botones_inicio{
	text-align: center;
	background-color: white !important;
	border-radius: 130px;
	height: 250px;
	width: 250px;
	padding: 50px;
	font-size: 25px;

	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.botones_inicio a {
	text-decoration: none !important;
}

.colaboradores{
	font-size: 25px;
	background-color: orange !important;
	border-radius: 20px;
	padding: 6px;

	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}

.colaboradores a{
	text-decoration: none !important;
	color: white;
}

.colaboradores a:hover{
	text-decoration: none;
	color: white;
}