@charset "utf-8";
/* CSS Document */

.cabeza {
	font-family: "Fira Sans OT Light", sansSerif, Georgia;
	font-weight: bold;
	color: #CCC;
	background-color: #3C9DFF;
	margin: 10px;
	padding: 15px;
	float: none;
	border-right-style: solid;
	border-right-color: #666;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	height: 20%;
	font-size: xx-large;
	text-align: center;	
}
#Centro {
	height: 80%;
    display: -webkit-flex;
    display:         flex;
    flex-flow: row;  
	line-height: 2em;
}
.lateral {
	font-family: "Fira Sans OT Light", sansSerif, Georgia;
	color: #FFF;
	background-color: #3c9dff;
	flex: 1 6 20%;
	order: 1;
	border-right-style: solid;
	border-right-color: #FFF;
	padding: 15px;
	font-size: 24px;
}
.contenido {
	font-family: "Fira Sans OT Light", sansSerif, Georgia;
	color: #000;
	background-color: #F0F0F0;
	float: left;
	flex: 3 1 80%;
	order: 2;
	font-size: 24px;
}

#Centro .lateral img {
	padding: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 80%;
	border-top-width: 0px;
	margin: auto;
	display: block;
}

#Centro .contenido .CV {
	clear: both;
	height: auto;
}

#Centro .contenido .BI p {
	display: block;
	width: 60%;
	float: left;
}
#Centro .contenido .BI img {
	display: inline;
	height: auto;
	width: 40%;
}

ul {
    list-style-type: none;
}

#Centro .lateral ul li a {
	text-decoration: none;
	background-color: #666;
	color: #FFF;
	display: block;
	text-align: center;
	white-space: normal;
	margin: 5px;
	border-bottom-style: solid;
	border-bottom-color: #609;
}

#Centro .lateral ul li a:hover {
	text-decoration: none;
	background-color: #609;
	color: #FFF;
	display: block;
	text-align: center;
	white-space: normal;
	margin: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}