/* CSS Document by Carlos D�az Fern�ndez */

html {
	min-height: 100%;
	position: relative;
}

header {
	font-size: 24px;
	color: #00FF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	width: 66%;
	border-bottom: 1px gold solid;
	margin-bottom: 10px;
}

body { padding-bottom: 70px; }

.menu { 
	margin: auto;
	margin-top: 5px;
	width: 66%;
}

footer {
	width: 100%;
	min-height: 80px;
	position: fixed;
	bottom: 0;
	background-color:#D7E0C9;
}

h3 {
	font-size: 24px;
	color: #75BC1D;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 18px;
	color: #339900;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	color: #146B3A;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 0 20px;
	text-align: justify;
}

p.nrl a { color: #146B3A; }

p.pr {
	font-size: 14px;
	text-decoration: underline;
	color: #339900;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

em { color: black; }

div.content {
	margin: auto;
	width: 66%;
	display: flex;
}

div.content: first-child { width: 25%; }

div.content > * {
	flex: 0 0 auto;
}

dl {
	border-bottom: 0px;
	display: flex;
	flex-direction: row;
}

dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px #336600 solid;
	padding: 5px 0px 5px 0px;
	margin-left: 0px;
	width: 15%;
}

dd a:hover { color: black; }

a { 
	text-decoration: none;
	color: #339900; 
}

div.article { 
	width: 100%;
	padding-left: 20px;
}
 
td.separa {
	width: 20px;
}

td.cv {
	vertical-align: top;
}

td.inter {
	height: 30px;
}

div.foot { 
	width: 66%; 
	margin: auto;
	display: flex; 
}

div.foot: first-child { 
	width: 70%; 
}

div.foot > * {
	flex: 0 0 auto;
}

div.credits {
	width: 75%;
	display: flex;
}
	
div.credits p {	
	color: #a1a8a2;
}

div.iconos {
	width: 25%;
	display: flex;
	flex-direction: row-reverse;
		
}

div.iconos img {
	position: relative;
	padding-top: 10px;
	float: right;
}

#P1, #P2, #P3, #P4, #P5 {
	padding-left: 30px;
	padding-right: 30px;
}