body{
	margin: 0;
	padding: 0;
	width: 100% !important;
	color: black;
	position: relative;
	overflow-x: hidden;
	font-family: "Roboto","Loto",arial;
	background-color:#d7d1b9;
	background-image: url("../images/body.jpg");
}
.jumbotron{padding:2rem 2rem;}
a.disabled {pointer-events: none;}
a{text-decoration: none !important;}
a:focus{color:white;}
.slider{
	margin: 4% auto 2% auto;
	padding: 15px !important;
}
.sombra{box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);}

.btnSlider{
	font-size: 36px;
	color: black;
}
.btnSlider:hover{color: #000 !important;}
.carousel-item > img{
	padding:0;
	height: 100%;
}
.nav-item>.active{border: 0.1em solid silver;}
.bg-primary{
	background-image: url("../images/sliderFondo.jpg");
	opacity: 0.9;
}
.dropdown-menu, .dropdown-item{
	background-color: transparent !important;
	color: rgba(255,255,255,.5) !important;
	border: 0;
}
.dropdown-item{background-color: #0e5075 !important;}
.dropdown-item:hover,.dropdown-item:focus{
	color: white !important;
	background-color: #083f5e !important;
}
/* Noticias */
.titNotPrim{
	background: url(../images/titNotPrim.png);
	padding-left: 1%;
	margin-top: -0.5%;
}
.titNot{
	background: url(../images/titNot.png);
	padding-left: 1%;
	margin-top: -0.5%;
}
.noticia{
	background: url(../images/noticia.png);
	background-size: contain;
	background-repeat: repeat-y;
	margin: -13px 0px -16px 0px;
	padding-left: 10px;
	padding-top: 5px;
}
.noticia>p{
	width: -webkit-fill-available;
    word-wrap: break-word;
}
.noticia > p >img{
	max-width:98%;
	display: block;
    margin: 0px auto;
}
.noticia > span{
	margin-right:1%;
	float:right;
	font-size:12px;
}
.finNot{
	background: url(../images/finNot.png);
	padding-bottom: 1.5%;
}
.finNotFin{
	background: url(../images/finNotFin.png);
	padding-bottom: 1.5%;
}
@media screen and (max-width: 1199px)  {
	.finNot{
		padding-bottom: 1%;
		margin-bottom: -0.6%;
	}
	.finNotFin{padding-bottom: 1%;}
	.titNotPrim, .titNot{padding-left: 10%;}
}
@media screen and (max-width: 991px)  {
	.finNot{
		padding-bottom: 0%;
		margin-bottom: -0.6%;
	}
	h1{
		padding-top: 2% !important;
		margin-bottom: 3%;
	}
	.noticia{margin: -24px 0px -16px 0px;}
}
@media screen and (max-width: 575px)  {
	.titNotPrim, .titNot{
		padding-left: 0%;
		margin-top: -1.6%;
	}
	h1{
		padding-left:3% !important;
		font-size:2rem;
	}
}
@media screen and (max-width: 767px)  {
	.titNotPrim, .titNot{
		background-color:#58abdb;
		background-image:none;
		box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
	}
	.noticia{
		background-image:none;
		background-color:white;
		box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
	}
	.finNot, .finNotFin{
		background-image:none;
		background-color:#767261;
		box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
	}
	h1{padding-bottom:4% !important;}
}
.finNot,.finNotFin,.titNot,.titNotPrim{
	background-size: contain;
	background-repeat: no-repeat;
	color:white;
}
.titNot > h1,
.titNotPrim > h1{padding: 4% 0px 1% 0%;}
td{vertical-align: baseline !important;}
.notvarias>div>a>img{transition:  all 0.3s linear 0.1s;}
.notvarias>div>a>img:hover{	
	-ms-transform: matrix(1.2, 0.25881905, -0.25881905, 1.2, 0, 0); /* IE 9 */
    -webkit-transform: matrix(1.2, 0.25881905, -0.25881905, 1.2, 0, 0); /* Safari */
    transform: matrix(1.2, 0.25881905, -0.25881905, 1.2, 0, 0);
	transition:  all 0.3s linear 0.1s;
}
.list-group{margin-bottom:2%;}
button:focus{outline:none;}
#boletines > div{text-align:left;}
/* Fin Noticias */
ul{
	padding: 0;
	list-style-type: none !important;
}
button:hover{
	cursor:pointer;
	cursor: hand;
}
#social{
	border-radius: 20%;
    height: 40px;
    padding: 0px 1% 0 1%;
    margin-left: 1%;
    float: left;
    font-size: 2em;
	background-color: #3B5998;
    color: white;
	transition:  all 0.3s linear 0.1s;
}
#social:hover{
	border-radius: 50%;
	transition:  all 0.3s linear 0.1s;
}
/*Contacto*/
.header {
    color: #083f5e;
    font-size: 27px;
    padding: 10px;
}
.bigicon {
    font-size: 35px !important;
    color: #083f5e;
	margin-top: -12px;
	text-align: -webkit-center;
}
.btn-primary{
	border: 0;
	background-color: #083f5e !important;
}
/*Fin Contacto/*
/*Login*/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
  color: #000;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}
.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.loginmodal-container input[type=text], input[type=password],input[type=number], .fecha{
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover, input[type=password]:hover, input[type=number]:hover{
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}
input[type=submit]{
	text-shadow: 0 1px rgba(0,0,0,0.1); 
	background-color: #105a84 !important;
}
input[type=submit]:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #083f5e !important;
}/*Fin Login*/