:root {
 --Orange = #E2A912;
 --Blue = #092348;
 --DarkBlue = #0C2747;
 --LightGray = #ECECEC;
 --Gray = #D5D4D4;
 --DarkGray = #545454;
}

div.contenido{
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

div.noticias{
	background-color: rgb(236, 236, 236);
	padding-top: 15px;
	border-radius: 3px;
	position: relative;
}

@media only screen and (min-width:668px){
	div.noticias{
	margin: 0 40px;
	}
}
@media only screen and (min-width:980px){
	div.noticias{
		width: 55%;
		margin-top: 80px;
		margin-right: 5px;
	}
	div.contenido{
		display: flex;
	}
}
@media only screen and (min-width:1050px){
	div.noticias{
		width: 60%;
	}
}
@media only screen and (min-width:1125px){
	div.noticias{
		margin: 80px 0 0 80px;
	}
}
div.titulo-noticias{
	background-color: rgb(226, 169, 18);
	display: flex;
	align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.75);
}
div.titulo-noticias img{
	width: 100px;
}
div.titulo-noticias h2{
	display: inline-block;
	color: white;
	font-family: 'Do Hyeon', sans-serif;
	font-weight: inherit;
	margin: 0; 
	padding: 0;
	line-height: 50px;
	font-size: 30px;
}
div.contenido-noticias{
	margin: 20px 40px;
	font-family: 'Mukta', sans-serif;
}
div.titulo-noticia{
	
}
div.border{
	border-bottom: 1px solid gray;
	margin: 0 20px;
}
div.titulo-noticia h3{
	display: inline-block;
	font-size: 23px;
}
div.titulo-noticia time{
	position: absolute;
	right: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #545454;
}
p#autor-noticia{
	font-size: 15px;
	color: #545454;
}
div.contenido-noticias a{
    background-color: #E2A912;
    text-align: right;
    display: inline-block;
    font-family: "Mukta", sans-serif;
    padding: 2px 20px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    float: right;
    margin: 10px 0 20px 0;
}

@media only screen and (min-width:980px){
	div.extra{
		width: 45%;
	}
}
@media only screen and (min-width:1115px){
	div.extra{
		width: 40%;
	}
}
@media only screen and (min-width:1125px){
	div.extra{
		margin: 0 40px 0 0;
	}
}
div.extra{
}
div.usuarios{
	position:relative;
}
@media only screen and (min-width:668px){
	div.usuarios{
		margin: 0 40px;
	}
}
img#sobreusuario{
	z-index:1;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
div.separador{
	height: 80px;
}
div.contenido-usuarios, div.contenido-donadores{
	background-color: #ECECEC;
	padding: 15px 0;
	border-radius: 3px;
	position: relative;
}
div.contenido-usuarios h4, div.contenido-donadores h4{
	background-color:#E2A912;
	font-family: 'Do Hyeon', sans-serif;
	color: white;
	text-align: center;
	font-weight: inherit;
	margin: 0; 
	padding: 0;
	line-height: 50px;
	font-size: 30px;
	box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.75);
}
img.busqueda{
	width: 70px;
	position: absolute;
	left: 42px;
}

div.contenido-usuarios input{
	margin: 12px 0 0 70px;
	font-family: 'Do Hyeon', sans-serif;
	height: 30px;
	font-size: 20px;
	padding-left: 30px;
	width: 91%;
	text-align: center;
	border-radius: 5px;
	border: 1px solid gray;
	max-width: calc(100% - 130px);
}

div.lista-usuarios{
	margin: 30px 40px 20px 40px;
	height: 300px;
	background-color: white;
	border-radius:7px;
	overflow: auto;
}
div.lista-usuarios ul li{
	width: 100%;
	list-style: none;
	border-bottom: 1px solid gray;
}
div.lista-usuarios ul li a{
	display: block;
	padding: 7px 20px;
	text-decoration: none;
	color: black;
	font-family: 'Do Hyeon', sans-serif;
	font-size: 20px;
}
div.lista-usuarios ul li span{
	float: right;
}

@media only screen and (min-width:668px){
	div.donadores{
		margin: 0 40px;
	}
}
div.contenido-donadores{
	margin-top: 25px;
}
div.lista-donadores{
	margin: 30px 40px 20px 40px;
}
div.lista-donadores table {
	width: 100%;
	text-align: center;
	font-family: 'Do Hyeon', sans-serif;
	font-size: 20px;
}
div.lista-donadores table tr td{
	width:33.3%;
}


