@import url('https://fonts.googleapis.com/css?family=Comic+Neue');

body{
	/*background-image: url('http://getwallpapers.com/wallpaper/full/2/b/3/118380.jpg');*/
	background-image: url('/static/migeek.png');
	background-color: #A1D8ED;
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* height: 100%; */
	/* width: auto; */
	background-size: cover;
	font-family: 'Comic Neue', sans-serif;
	color: #050142;
}

:focus {outline:none;}
/*
div{
	border: 1px;
	border-style: solid;
}
*/
.container{
	/* container_bk.png */
	background-color: white;
	/* background-image: url('../static/container_bk.png'); */
	background-repeat: no-repeat;
	/* background-attachment: fixed;
	background-size: cover; */
	height: auto;
	margin: 0 auto;
	align-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
	border-radius: 8px;
}

.shadow2{
	box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.5);
}

h6{
	text-align: center;
}

.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: black;
  text-align: center;
  font-size: 14px;
}

.cont_pad{
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 50px;
}

canvas{
	margin: 20px 0px 30px 0px;
}

p{
	text-align: justify;
}
/* Cabecera del contenido */
/*
.content-header{
	border-bottom: 1px; 
	border-bottom-style: solid;
	border-bottom-color: gray;
}
*/

button:focus{
	-webkit-appearance: none;
	outline: none;
}
.head-btn{
	background-color: white;
	border: none;
	color: black;
	padding: 0px 0px;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 0px 0px;
	transition-duration: 0.5s;
	cursor: pointer;
	border: 1px;
	width: 100%;
	border-bottom: 1px solid #73AD21;
}
.head-btn:hover {
	color: red;
}
button > i{
	float:right;
	display: block;
  	right: 5px;
  	margin-top: 5px;
  	top:5px;
}
button > b{
	float:left;
	display: block;
  	left: 0px;
}

.avatar {
	display: block;
	width: auto;
	height: 150px;
	border-radius: 0%;
	margin-left: auto;
  	margin-right: auto;
}

/* BODY */

.social-btn{
	background-color: white; /* Green */
	border: none;
	color: black;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	margin: 0px 0px;
	transition-duration: 0.4s;
	cursor: pointer;
}
.social-btn:hover{
	color: green;
}

.contenido1{
	padding: 20px 50px 20px 50px;
}

@media (max-width: 410px){
	.table td{
		padding: .20rem;
		vertical-align: top;
		text-align: center;
		font-size: 12px;
		/*border-top: 1px solid #dee2e6;*/
	}
	.avatar {
		display: block;
		width: auto;
		height: 100px;
		border-radius: 0%;
		margin-left: auto;
	  	margin-right: 0px;
	}
	.cth{
		padding: 0px 0px 0px 5px;
		font-size: 14px;
	}
	.container{
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 20px 10px 50px 10px 
	}
	.contenido1{
		padding: 5px 5px 2px 5px;
	}
}