*, html {
	font-family: Arial, sans-serif;
}

body {
	background-color: #fff;
	padding-bottom: 40px;
}

.titulo.h3 {
	margin:0;
	text-align: left;
}

#myNavbar {
	background-color: #fff;
}

.navbar-header {
	background-color: #f0f0f0;
}

.navbar-brand {
	font-weight: bold;
}

/* Para los botones del menu de navegación */

.btn-primary .glyphicon {
	float: left;
	padding-right: 5px;
}

.btn-primary .glyphicon  .glyphicon-expand {
	float: right;
	padding-right: 5px;
}

.btn-primary .fa {
	float: left;
	padding-right: 5px;
}

/* Para ventana modal de Area personal */

.modal-header, .modal-header.h4, .close {
  background-color: #5cb85c;
  color:white !important;
  text-align: center;
}
.modal-footer {
  background-color: #f9f9f9;
}
  
/* para los botones del desplegable de la Guardia Civil */
.btn-block:hover {
	background-color: #c6c6c6;
}

.btn-block span {
	float: left;
}

/* historia.php */
#accordion .panel-heading:hover {
	background-color: #c6c6c6;
}

input {
	border-radius: 5px;
	background-color: #eeeeee;
	font-weight: bold;
}

.historia.panel-body img {
	margin: 10px;
}
/* para que quede un espacio por debajo del logo */
header .logo img {
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 100%;
    vertical-align: top;
    height: auto; 
}

/* para que quede un espacio por encima del article */
article {
	padding-top: 20px;
}

/* Registro.php */

.mensajes {
	color: #ff9326;
}

#titulo1 {
	text-decoration: underline;
	}

/* contacta.php */
.contacta {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.contacta input {
	border-radius: 5px;
	background-color: #eeeeee;
	font-weight: bold;
}
.despacho {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #337ab7;
}
.despacho hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
#map {
	min-width: 200px;
	min-height: 300px;
	width: 100%;
	height: 100%;
}
/* colaboraciones.php */

.colaboraciones hr {
	border-top: 1px solid blue;
}

/* multimedia.php */

.video {
	border: 1;
	float: left;
	border-right: 15px solid #fff;
}

#accordion  .panel {
		background-color: #fff;
		border: none;
}

#accordion  .panel-heading {
		background-color: #fff;
		color: #337ab7;
}

/* para eventos */

.eventos a {
	display: inline-block;
	margin-bottom: 10px;
}

/* estatutos.php */
.controls{
	border: none;
	height: 30px;
	position: fixed;
    top: 50%;
}
.carousel-control {
    color: #fff;
    bottom: auto;
    padding-top: 0px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    text-shadow: none;
    opacity: 0.9;
}

/* enlaces.php */

.enlaces {
	width: 250px;
	font-size: 10px;
	float: left;
}

.enlaces h4 {
	font-size: 14px;
}

.enlaces hr {
	height: 1px;
	border-width: 1px;
	background-color: black;
}
/* conoce.php */
.GC_conocenos img {
	margin: 15px;
}


/* noticias.php */
.publi-titulo {
	border: solid 3px;
	border-radius: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-color: blue;
}
.publi-foto hr {
	border-top: 1px solid blue;
}
.foto-noti>img {
	margin-bottom: 5px;
}
.noticias {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border: 2px solid #2323A1;
	border-radius: 5px;
}
.noticias h3 {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
}
.noticias ul {
	padding-left: 10px;
}


/* fotos.php */
.gallery {
	width: 100%;
	margin: auto;
}
.gallery img {
	float: none;
	width: 500px;
	margin: auto;
}

/* para que los menus ocupen un esapcio regular */
/* -- Media Query -- */

@media screen and (max-width: 768px) {
	
#myNavbar button {
	width: 70%;
	}
#myNavbar .btn-group {
	width: 100%;
	}
.text-right {
	text-align: left;
}
/* en estatuts.php */
.pag.text-center>h3 {
	font-size: 16px;
}
/* publicidad.php */
.publi-foto img {
	max-width: 300px;
}
.table.table-striped {
	font-size: 10px;
}
}

@media screen and (max-width: 480px) {

#myNavbar li>button {
	height: 50px;
	}
.mailto {
	font-size: 12px;
}

}