@charset "utf-8";

/* CSS Document */

/* /////////////////////////////////////////////////////////////////////////////
//
//
// Body
//
//
//////////////////////////////////////////////////////////////////////////// */

* {
    margin: 0;
    padding: 0;
}

html, body {
   font-family: Helvetica, serif, sans-serif;
   font-size: 14px;
   width: 100%;
   box-sizing: content-box;
   overflow-x: hidden;
	background-image: linear-gradient(to right, #89CFF0, #F7CAC9);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px;
	overflow: hidden;
}

.contenedor-div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 89vh;
}

.mi-div {
	background-color: #2E3436;
	color: white;
	width: 30%;
	padding: 20px;
	box-shadow: 10px 10px 5px 0px rgba(130,126,130,1);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(130,126,130,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(130,126,130,1);
	-o-box-shadow: 10px 10px 5px 0px rgba(130,126,130,1);
	-ms-box-shadow: 10px 10px 5px 0px rgba(130,126,130,1);
}

img {
	float: left;
	shape-outside: circle(50%);
	padding: 10px 20px;
	width: 75px;
}

/* /////////////////////////////////////////////////////////////////////////////
//
//
// Enlaces
//
//
//////////////////////////////////////////////////////////////////////////// */



a:link, a:active, a:visited {
    color: white;
	border-bottom:1px dotted #9999CC;
    text-decoration: none;
}

a[href^="https://"]:hover,
a[href^="http://"]:hover {
	border-bottom: none;
    text-decoration: underline;
}

a.disablelink {
	pointer-events: none;
}

p {
	font-family: Monospace Regular, sans-serif;
	font-size: 1em;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-bottom: 20px
}

.derecha {
	float: right;
}

.div-linuxUser {
	width: 30%;
}

.linuxUser  {
	color: blue;
	width: 100%;
	line-height: 45px;
	text-align: right !important;
}

a.linuxUser {
	color: blue;
	text-decoration: none;
	border-bottom: none;
}

a.linuxUser[href^="https://"]:hover,
a.linuxUser[href^="http://"]:hover {
	border-bottom: none;
	text-decoration: none;
}



