  /* 	DEFAULT ROW STYLES
	Set bottom padding according to preference */
.container{
    font-family: 'Open sans',Arial,sans-serif;
}

.row { padding-bottom: 1em;
}

.no-padding{
	padding: 0 !important;
}

.cabecera2{
	height: 120px;
}

.menu.sup{
	color: #888;
	margin: 65px 0 0 0;
}

.cabecera2 .logo{
	margin-top: 13px;
	width: 240px;
	max-height: 40px;
}

.triangulo-rb {
width: 0;
height: 0;
border-right: 25px solid transparent;
border-top: 24px solid #ebebeb;
border-left: 24px solid #ebebeb;
border-bottom: 25px solid transparent;
}


/* Testing */

.categoria{
	background: #007E01;
	padding: 7px;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	position: relative;
	margin: 0;
	word-wrap: break-word; /* or "normal" */
	overflow-wrap: break-word;
}

/*
.categoria:before{
	content: ' ';
	border-bottom: 16px solid transparent;
	border-top: 16px solid transparent;
	border-left: 10px solid #007E01;
	position: absolute;
	right: -10px;
	top: 0
}
*/
.container.row{
	font-family: 'Open sans', Arial, sans-serif;
}

.noticia-destacada p{
	font-size: 16px;
	font-weight: bold;
}

.noticia{
	margin-bottom: 5px;
	height: 100%;
}
.noticia:last-child{
	margin-bottom: 0px;
}

.contenido-categoria{
	background: #F5F5F5;
	padding: 10px 13px;
}

html{
	height: 100%;
}
body{
	background: white;
	margin: 0;
	height:100%;
}

.wrapper {
	min-height:100%;
	position:relative;
}
.main-container{
	padding-bottom:165px;
	min-height:100%;
}
.noticia p.etiqueta{
	background: grey;
	padding: 3px 7px;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	position: relative;
	display: inline-table;
	line-height: 15px;
}

.noticia p{
	margin: 0px;
	padding-left: 20px;
	background: url("http://www.unizar.es/actualidad/imagenes/arrow2-menu-grey.png") no-repeat 0px 7px;
}

.noticia p.selected {
	font-weight: bold;
    background: url("http://www.unizar.es/actualidad/imagenes/arrow2-menu-black.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
}

.noticia a{
	text-decoration: none;
	color: black;
}

.noticia a:hover{
	border-bottom: 1px dotted black;
	text-decoration: none;
	color: black;
}

.noticia ul{

	list-style: none;
	font-size: 14px;
	padding: 0px;
	line-height: 21px;
}

.white{
	background: #E6E6E6 !important;
}
.cabecera0{
	height: 3px;
	background: #007e01;
}

.cabecera1{
	height: 45px;
	background: #213c73;
}

.cabecera2{
	background: #eeeeee;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.cabecera2:after{
	content: ' ';
	display: block;
	background: #e3e3e3;
	height: -3px;
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.cuerpo{
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #333 !important;
	font-family: 'Open sans',Arial,sans-serif !important;
}

.cuerpo span{
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #333 !important;
	font-family: 'Open sans',Arial,sans-serif !important;
}

.cuerpo li{
 	list-style: initial;
 	margin-left: 30px;
 }

.logouz{
	margin-top: 6px;
}

#footer .logouz{
	border-right: 1px solid grey;
}

.cabecera2 .rotulo{
	color: #213c73;
	font-size: 15px;
	margin: 5px 0;
}


.col article:first-child{
	padding-top: 10px;
}

.col article:last-child{
	padding-bottom: 10px;
}

p.etiqueta:first-child{
	margin-top: 8px;
	margin-bottom: 8px;
}


ul.menu.sup {
	list-style: none;
	float: right;
	padding: 0;
	font-size: 13px;
}

.menu.sup li {
	float: left;
	height: 17px;
	margin: 0px;
	padding-left: 13px;
	padding-right: 13px;
}

.menu.sup li:last-child {
	border-left: 1px solid #64779d;
	border-right: none
}

.menu.sup li a{
	color: #888;
	text-decoration: none;
}

.menu.sup li a:hover{
	border-bottom: 1px solid #888;
}

.menu.sup li.active a{
	color: white;
	text-decoration: none;
	border-bottom: none;
	background: grey;
	padding: 0px 6px;
	border-radius: 2px;
}

.menu.sup li.active a:hover{
	text-decoration: none;
}

.container.body{
	margin-top: 15px;
}

.lateral{
	font-size: 13px;
}


#iunizar-logo {
    float: left;
}

.triangulo {
    border-left: 24px solid rgba(0, 0, 0, 0);
    border-right: 24px solid rgba(0, 0, 0, 0);
    border-top: 24px solid #cdcdcd;
    height: 0;
    margin-left: 50px;
    margin-top: 0px;
    width: 0;
}

.noticia{
	font-size: 14px;
}

.fecha{
	background: #ebebeb;
	height: 48px;
	color: rgb(103, 103, 103);
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	padding-top: 5px;
	font-size: 20px;
	position: relative;
}

.fecha:before{
	content: ' ';
	position: absolute;
	background: #ebebeb;
	width: 1500px;
	height: 48px;
	bottom: 0;
	left: -1500px;
}

#footer {
    background-color: #333333;
    background-image: url("/actualidad/css/img/background_botton.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border-top: 10px solid #FFFFFF;
    color: #FFFFFF;
    font-family: Droid Sans,Verdana,Geneva,sans-serif;
    height: 165px;
    padding-top: 15px;
    width: 100%;
	position:absolute;
	bottom:0;
	left:0;
}

#menu_footer_inferior {
	position: absolute;
	width: 100%;
	border-top: 1px dotted grey;
	bottom: 10px;
}

#menu_footer_inferior ul {
    list-style: none outside none;
	float: right;
	font-size: 12px;
	padding-top: 7px;
	height: 15px;
}


#menu_footer_inferior li {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
}

#menu_footer_inferior li:first-child,  #menu_footer_inferior li:last-child{
	border: none;
	padding-top: none;
}

#menu_footer_inferior li a{
	color: #ccc;
	text-decoration: none;
}

ul.categ{
	margin:0;
	padding:0;
}

.categ li{
	display: block;
	font-size: 13px;
	padding: 8px 5px 8px 0px;
	border-bottom: 1px dotted grey;
	background: url("http://www.unizar.es/actualidad/imagenes/arrow2-menu-green.png") no-repeat scroll 1px 13px rgba(0, 0, 0, 0);
	padding-left: 20px;
}

.categ a{
	text-decoration: none;
	color: grey;
}

.categ a:hover{
	color: black;
}

.noticia-content h1{
	margin: 15px 0 15px 0;
	font-size: 19px;
}

.noticia-content .subtitulo{
	margin-bottom: 10px;
}



.noticia-content .subtitulo{
	margin-bottom: 20px;
	font-weight: bold;
}


.noticia-content p{
	margin-bottom: 8px;
	font-size: 14px;
}

.noticia-content a{
	text-decoration: none;
}

.noticia-content ul, .noticia-content ol{
	list-style: none;
	font-size: 14px;
	padding: 0px;
	line-height: 21px;
}

.noticia-content ol{
	list-style-type: decimal;
}

.noticia-content ol li{
	list-style: inherit;
}

.noticia-content {
	background: #F5F5F5;
	padding: 3px 13px;
	height: 100%;
}

.noticia-content .categoria{
	display: inline-block;
	font-size: 10px;
	padding: 3px 7px;
}

.noticia-content .etiqueta{
	background: grey;
	padding: 3px 7px;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	position: relative;
	display: inline-block;
}

#categorias .navbar-nav > li {
    padding: 8px 5px 8px 20px;
    background: url("http://www.unizar.es/actualidad/imagenes/arrow2-menu-green.png") no-repeat scroll 1px 13px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #808080;
    float: none;
}

#categorias .navbar-nav > li:last-child {
    border-bottom: none;
}

#categorias .navbar-nav > li a{
	padding: 0;
}

/* menu lateral ods */

.ods .navbar-header{
	margin-bottom: 15px;
}

.ods #categorias .navbar-nav > li {
	background: none;
    padding: 8px 5px 8px 0px;
	border-bottom: 1px dotted #808080;
    float: none;
    display: flex;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 17px;
}

.ods #categorias .navbar-nav > li img{
	width: 35px;
    height: auto;
    display: block;
    margin-right: 9px;
}

/* end menu lateral ods */

#categorias ul.nav.navbar-nav {
padding-bottom: 5px;
}

.fecha-categ {
	padding: 5px;
	background: rgb(143, 159, 149);
	color: white;
	text-align: center;
	font-size: 13px;
}

.rotulo-categ{
	font-size: 19px;
	background: none;
	color: black;
	font-weight: bold;
	margin-top: 30px;
	padding-left: 0;
	border-bottom: 2px solid #007e01;
    padding-bottom: 3px;
}

.container-footer{
	position: relative;
	height: 140px;
}

.direccion{
	font-size: 12px;
	color: #ccc;
}

.direccion a{
	color: #ccc;
}

.direccion a:hover{
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}


.antes{
	background: url("http://www.unizar.es/actualidad/imagenes/icon-flecha.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    height: 27px;
    width: 10px;
    margin-right: 15px;
    display: inline-block;
}

.despues{
	background: url("http://www.unizar.es/actualidad/imagenes/icon-flecha.png") no-repeat scroll 0 -19px rgba(0, 0, 0, 0);
    height: 27px;
    width: 10px;
    margin-left: 15px;
    display: inline-block;
}

.antes a, .despues a{
	display: block;
    text-indent: -9999px;
}

.compartir-rs{
	margin-top: 40px;
	overflow: hidden;
}

.compartir-rs h3{
	font-size: 16px;
	float: left;
}

.compartir-rs a{
	float: left;
	margin-top: 12px;
	margin-left: 4px;
}

.btn.insertar{
	background: #213C73;
	color: white;
	margin: 10px 0;
}

a.btn.insertar:hover{
	color: white;
}

.banner{
	margin-bottom: 15px;
}

.navbar-default.others{
	overflow: hidden;
	padding: 15px 17px;
	border-radius: 4px;
	background: #EEEEEE;
	margin-bottom: 15px;
}
.navbar-default.others.agenda{
	background: #223d71;
}

.navbar-default.others.agenda #categorias li{
	background: url("http://www.unizar.es/actualidad/imagenes/arrow2-menu-white.png") no-repeat scroll 1px 6px rgba(0, 0, 0, 0);
	padding: 0 5px 0 20px!important;
}

.navbar-default.others.agenda a{
	color: white;
	font-size: 17px;
}

.navbar-default.others.agenda a:hover{
	color: white;
}

.navbar-default.others h3{
	color: #777;
	font-size: 18px;
	margin: 0 0 10px
}

p.aviso {
	background: rgb(153, 0, 0);
	padding: 7px;
	color: rgb(246, 238, 224);
	text-align: center;
	font-size: 15px;
}

.imag-lateral img{
	max-width: 100%
}

@media ( max-width : 1200px ) {

	.fecha{
	font-size: 16px;
	}

	.antes{
    margin-right: 4px;
	}

	.despues{
    margin-left: 4px;
	}

}

@media ( max-width : 990px ) {

	.cabecera2{
		height: 140px;
	}

	#iunizar-logo{
		text-align: center;
		width: 100%
	}

	.menu.sup{
		color: #888;
		margin: 5px 0 0 0;
	}

	.logouz {
		margin-top: 4px;
	}

	.logouz img {
		width: 160px;
	}

	.cabecera1 {
		height: 30px;
	}

	.cabecera2 .logo{
		width: 200px;
	}

	.cabecera2 .rotulo {
		font-size: 12px;
	}

	.triangulo {
		border-left: 15px solid rgba(0, 0, 0, 0);
		border-right: 15px solid rgba(0, 0, 0, 0);
		border-top: 15px solid #cdcdcd;
	}

	.triangulo-rb {
		display: none;
	}

	.cabecera-fecha{
		background: #ebebeb;
		margin-bottom: 10px;
	}
	.cabecera-fecha .row{
		padding-bottom: 0;
	}
	#footer{
		height: 195px;
	}

	.container-footer{
	height: 170px;
	}

	.main-container {
    padding-bottom: 170px;
	}

	#categorias .navbar-nav > li {
    padding: 8px 5px 8px 35px;
    background: url("http://www.unizar.es/actualidad/imagenes/arrow2-menu-green.png") no-repeat scroll 15px 13px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #808080;
    float: none;
	}

	.fecha{
	font-size: 20px;
	}

	.antes{
    margin-right: 10px;
	}

	.despues{
    margin-left: 10px;
	}

	#footer {
		height: 200px;
	}

	.container-footer {
		height: 180px;
	}

	#footer .logouz img{
		width: 135px;
	}

	#footer .logouz{
		border: none;
		text-align: center;
	}

	#footer .direccion{
		text-align: center;
		margin-top: 5px;
	}

	#menu_footer_inferior ul {
		float: none;
		font-size: 9px;
		display: inline-block;
		padding-left: 0;
	}

	.others{
		display: none;
	}


}


#formulario_insertar > table.tblgobierno.login {

    background: #cecece;
    padding: 2px;
    border: 4px solid #cecece;

}
#formulario_insertar > table.tblgobierno.login td{

    color: black;
    border: none;
    padding-left: 5px;
    }

#formulario_insertar > table.tblgobierno td{
border: 1px solid transparent;
}

#formulario_insertar > table.tblgobierno input, #formulario_insertar > table.tblgobierno select{
width: initial;
}

#formulario_insertar > table.tblgobierno td.no-olvidar{
	position: relative;
}

#formulario_insertar > table.tblgobierno td.no-olvidar:before{
	content: '* ';
	color: rgb(207, 0, 0);
	left: -12px;
	top: 3px;
}

.listado-categorias li{
	list-style: none;
	margin-left: 80px;
	margin-top: 5px;
}

.listado-categorias li:first-child{
	margin-top: 15px;
}

.laprimeraenmayusculas {
text-transform: capitalize;
}

.fechaevento{
    display: inline-block;
    background: gray;
    color: white;
    padding: 5px 10px;
    position: relative;
    margin-right: 10px;
}

.fechaevento span:first-child{
	font-size: 22px;
    display: block;
    text-align: center;
    line-height: 22px;
}

.fechaevento span:last-child{
    display: block;
    text-align: center;
    line-height: 14px;
}
.fechaevento:before{
	content:"";
	position: absolute;
	width: 3px;
	height: 8px;
	top: -4px;
	background: white;
}

.fechaevento:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 8px;
    top: -4px;
    background: white;
    right: 8px;
}

.wrapper-fecha{
	display: flex;
	margin-top: 20px;
	align-items: flex-start;
}

/* ODS */

ul.ods-items,
ul.ods-resultados{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

ul.ods-items li,
ul.ods-resultados li{
    list-style: none;
    width: 30px;
    padding: 0;
    margin: 10px 2px 15px 0;
}

ul.ods-items li img,
ul.ods-resultados li img{
	width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

ul.ods-resultados li{
    width: 20px;
}

ul.ods-resultados li img{
    border-radius: 0px;
}


#listaODS{
	margin: 5px 0 20px 0px;
	border: 0;
}

#listaODS td:nth-of-type(2){
    display: flex;
	flex-wrap: wrap;
}

#listaODS div {
    width: 50%;
}

#listaODS div.description-ods {
	width: 100%;
	margin-bottom: 15px;
	font-weight: bold;
}

#listaODS div input{
    margin-right: 5px !important;
}

.icono-ods{
	position: absolute;
    bottom: 0;
    width: 50px;
    right: -5px;
}

@media (max-width: 990px){
	.icono-ods{
		width: 34px;
    	right: 3px;
	}
	.icono-ods + p{
		margin: 0;
	}
}

.icono-ods img{
    width: 100%;
    height: auto;
    display: block;
}

/* EOL ODS */