*{
	font-family: 'Noto Serif', serif !important;
}

html,body{
	height:100%;
	width:100%;
}

body{
	background: url(../img/IMG_0048.JPG);
	background-position: center;
	background-size: 100% 100%; 
	height: 100%;
}

.navbar{
	border-radius:0px !important;
	margin-bottom: 0px !important;
	background-color: rgba(255,255,255,0.8);
}

.navbar .logo{
	background:url(../img/sogaisida2.png);
	opacity: 0.9;
	background-position: center;
	/*background-size: contain;*/ 
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}

.navbar .logo2{
	background:url(../img/sogaisida2.png);
	opacity: 0.9;
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}

.navbar .container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	background-color: white;
}

.navbar .container-fluid div {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.navbar .container-fluid > div > ul > li{
	border: 1px solid white;
}

.form-inline{
	padding-top:15px;
}

.row1{
	overflow-y: scroll;
	height:73%;
	border-radius:3px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-left: -15px;
	padding:1%;
 }

.slider{
	height:100%
	}

.titular{
	width:100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	background: rgba(179,220,237,1);
	background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
	background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
	margin-bottom: -10px;
   	margin-top:10px;
	}

.color_azul{
	background: rgba(179,220,237,1);
	background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
	background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
}

.titular> strong {
	font-size:large;
	color:white;
}

.carousel{
	background-color:white;
	margin-top:10px;
	margin-bottom:10px;
	height:80%;
}

.carousel-item{
	padding-right:20px;
	padding-left:20px;

}

.pnovedad{
	height:70%;
	padding-right:10px;
	overflow-y: scroll;
}

.footer{
	border-bottom:1px solid lightgrey; 
	border-top:1px solid lightgrey;
	margin:1px;
	padding:5px;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.enlacefooter{
	color:lightgrey;
	font-weight:550; 
	font-size:large;
	text-decoration: underline;
}

.enlacefooter:hover{
	color:red;
	text-decoration: none;
}

.enlacefooter:visited {
    text-decoration: underline;
}

/*********************MODALS*********************/

.modal-header{
	background: linear-gradient(to right, rgba(41,184,229,1) , rgba(188,224,238,1));
	color:white;
	height: 60px;
}


.modal-header > h4 {
	font-weight: 900;

}


.mlabel{
	width:45%;
}

.form-control1{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	display:inline-block;
	width:55% !important;
}

/*********************MODALS*********************/


@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
    transform: rotate(-90deg);
    }
}

.marco{
	padding:25px 20px;
}

.calendario{
	background-color:lightgrey;
	border-color:1px solid black;
	border-radius:3px;
	width: 100%;
    height: 52%;
}


.lnav{
padding-top:30px !important;
}

.container{
	min-height: 80%;
}

.nav > li > a {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}


/*
CLASES DE IVAN
*/
.borde_blanco {
	/*text-shadow: -2px -2px 1px white, 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white;*/
}

.navbar-nav{
	width: 100%;
}

.navbar-nav > li{
	box-sizing: border-box;
	width: 12.5%;
	height: 70px;
	text-align: center;
}

.navbar-nav > li > a{
	height: 68px;
}

.navbar-nav a{
	color: black !important;
}

.navbar-nav > li > a{
	color: white !important;
	/*text-shadow: -1px -1px 1px black, 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black;*/
}

.navbar-nav > li > a:hover{
	color: #4fc2e7 !important;
	font-weight: bold;
	/*text-shadow: -1px -1px 1px black, 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black;*/
}

/*
ORGANIGRAMA
*/
.organigrama{
	
}

.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
	padding-top: 20px;
  position: relative;
	display: inline-block;
}

.organigrama li {
	float: left;
  text-align: center;
	list-style-type: none;
	padding: 20px 5px 0px 5px;
  position: relative;
  margin-bottom:20px;
}

.organigrama li::before, .organigrama li::after {
	content: '';
	position: absolute;
  top: 0px;
  right: 50%;
	border-top: 2px solid #0C8FC4;
	width: 50%;
  height: 20px;
}

.organigrama li::after{
	right: auto;
  left: 50%;
	border-left: 2px solid #0C8FC4;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
	border: 0 none;
}

.organigrama li:last-child::before{
	border-right: 2px solid #0C8FC4;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
	content: '';
	position: absolute;
  top: 0;
  left: 50%;
	border-left: 2px solid #0C8FC4;
	width: 0;
  height: 20px;
}

.organigrama li a {
	border: 2px solid #0C8FC4;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #333;
  background-color: rgba(255,255,255,0.5);
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
	border: 2px solid #fff;
	color: #ddd;
  background-color: rgba(255,128,0,0.7);
	display: inline-block;
}

.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
  /*width: 8em;*/
}


.organigrama li img{
	height: 200px;
	max-width: 136px;
	border-radius: 5px;
	border: 2px solid #0C8FC4;
}




.entradas{
	background-color: white !important;
}

.carousel-control{
	background-image: none !important;
}



.tabla_bonita{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	box-sizing: border-box;
}

.tabla_bonita thead{
	background: rgba(179,220,237,1);
	background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
	background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
}

.tabla_bonita th, .tabla_bonita td{
	padding: 5px;
}

.tabla_bonita th{
	text-align: center;
	font-weight: 600;
}