/*
	Registros en la Red
	Copyright (c) Registros en la Red

	@copyright   Registros en la Red
	@link        http://registros.net
*/

/* 
    Created on : 13-dic-2021, 16:53:25
    Author     : adrian
*/

body {

	background-color: #E5E5E3;
	background-image:url('/local/img/main-background.jpg');
	background-size: cover;

	font-family: "Outfit", sans-serif;
	font-style: normal;

	font-size: 18px;


}

section.top {

	/*	background-color: #F9F9F9;*/
	/*background-image:url('/local/img/top-background.jpg?v=1');*/

	background: #F9F9F9;
	background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(194, 194, 194, 1) 100%);

	/*background: #F9F9F9;*/
	/*background: linear-gradient(0deg, rgba(249, 249, 249, 1) 0%, rgba(194, 194, 194, 1) 100%);*/

	background-size: cover;
    background-position: 0 200px;


	height: 100px;
	padding-left: 25px;

	box-shadow: 0px -3px 15px 18px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px -3px 15px 18px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -3px 15px 18px rgba(0,0,0,0.5);


}

section.top img {

	height: 60px;
	margin-top: 20px;

}





@media (min-width: 601px) {

	div#content {

		padding-top: 150px;
		width: 50%;
		max-width: 750px;
		margin: auto;

	}

}


@media (max-width: 600px) {

	div#content {

		padding-top: 1em;
		padding-right: 1em;
		padding-left: 1em;
	}
}


footer {

	border-top: 1px solid #CED4DA;

	margin-top: 150px;
	padding-top: 50px;

	font-size: 0.8em;




}

.Adx_Widget_Alerts {
	
	margin-top: 15px;
	margin-bottom: 15px;
	
}


.Adx_Widget_Alerts div.alert {
	
	
	
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}