
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}

body {
	background:#171717;
	color:#333;
	font-family:Arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
	color:#F24C27;
}

.wrapp {
	max-width: 100%;
	width:98%;
	margin:auto;
	overflow: hidden;
}

header {
	width: 100%;
	height: auto;
	padding:20px 0;
	background: #9C61FA;
	overflow: hidden;
	
}

.logo {
	width: 100%px;
	float: left;
}

.logo img {
	width:500px;
	vertical-align: top;
}

article img {
	width: 100%;
	vertical-align: top;
	border-radius: 20px;
}

nav {
	float: right;
}

nav ul li {
	display: inline-block;
	margin:0px 2px;
	font-family: bold;
			font-family: cursive;
}

nav ul li a {
	display: block;
	background: #f2f2f2;
	color: #037E8C;
	padding:10px 20px;
	text-decoration: none;
	border-radius:3px;
	transition:all 300ms ease;
	border-radius: 10px;
}

nav ul li a:hover {
	color: #fff;
	background: #F24C27;
}

.mensaje {
	background:#F24C27;
	padding:20px;
	color:#fff;
	margin:20px 0;
	border-radius:5px;
	font-family: bold;
			font-family: cursive;
}

.articulo {
	float: left;
	width: 70%;
	padding:0px 20px 20px 0px;
	font-family: bold;
			font-family: arial black;
}

aside {
	float: left;
	width: 30%;
	background:#024959;
	color:#fff;
	padding:20px;
	border-radius:10px;
	margin-bottom: 10px;
}

.widget ul {
	margin-left:20px;
}

.widget ul li {
	margin:10px 0;
	width: 100%;
}

.widget ul li a {
	color:#fff;
}

.widget ul li a:hover {
	text-decoration: underline;
}

footer {
	width: 100%;
	background:#532B03;
	padding:20px 0;
	color:#fff;
}

footer p {
	text-align:center;
}



form label{
			display: block;
			color: white;
			background: #;
			padding: 12px 0;
			text-align: center;
			font-family: bold;
			font-family: cursive;

		}
		form input[type="tex"], input[type="password"]{
			width: 100%;
			padding: 12px 40px;
			font-weight: bold;
			font-family: cursive;
			margin-bottom: 10px;
			border: 1px solid #F24C27;
			transition: all 0.5s;
			border-radius:10px;
			background-color: white;		
			
		}
		form input[type="tex"]{
			background: url("images/user.png") 5px no-repeat;
			background-color: #FADEBF;
		}
		form input[type="password"]{
			background: url("images/pass.png") 5px no-repeat;	
			background-color: #FADEBF;
		}
		form input[type="tex"]:focus, input[type="password"]:focus{
			border: 1px solid #333;
			background: #FADEBF;
			width: 140px;
			padding: 12px 10px;
			border-radius:10px;
		}
		form input[type="submit"]{
			background-color: #F24C27;
			color: white;
			display: inline-block;
			width: 100%;
			margin-bottom: 10px;
			padding: 8px 20px;
			border: none;
			font-weight: bold;
			border-radius:10px;

		}
		form input[type="submit"]:hover{
			background-color: darkorange;
			cursor: pointer;
			border-radius:10px;

		}
		.wmp{
			text-align:left;
		}
		input.radio {
			text-decoration: none;
			float: right;
            padding: 10px;
            font-weight: 600;
            font-size: 20px;
            color: #ffffff;
            background-color: #F7881A;
            border-radius: 6px;
            border: 2px solid #ffffff;
          }
          input.radio:hover{
            color: #DC7006;
            background-color: #ffffff;
		}