*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1em;
	line-height: 1.5;

}

main, section, article, aside, header, footer, nav, figure, figcaption, hgroup{
	display: block;
}

body{
	text-align: center;
	font-size:100%;
	width: 100%;
}

header {
	height: auto;
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #00349a;
	box-shadow: 6px 6px 8px #888;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#logos {
	width: 20%;
	height: auto;
}

#logos img {
	height: auto;
	width: 100%;
}

#contenedor {
    width: 100%;
    min-width: 240px;
    margin: 0;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
}

#banner{
	width: 100%;
	height: auto;
}
#banner img {
    width: 100%;
    height: auto;
}

#contenedor nav{
	display: flex;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center;
	background-color: #282828;
	font-size: 80%;
	color: #FFFFFF;
	clear: both;
	justify-content: center;
}

#contenedor nav li{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #282828;
	clear: both;
}

#contenedor nav li a{
	padding: 8px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: #282828;
}

#contenedor nav li a:hover {
	padding: 8px 30px;
	color: #282828;
	text-decoration: none;
	background: #43a091;
}

#contenedor nav li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}



#contenedor section {
    display: block;
	width: 98%;
	height: auto;
	min-height: 50vh;
	padding: 1% 1%;
	box-sizing: border-box;
	margin: auto;
	font-size: 1.125em;
}
section > br {
	overflow: hidden;
	display: none;
	width: 0; height: 0;
	padding: 0; margin: 0 0 -10px 0;
}

section h1 {
	font-size: 2em;
	font-family: Times Times New Roman, serif;
	padding-bottom: 10px;
	background: url("../images/pinh1.png") no-repeat bottom left;
	margin-bottom: 15px;
}


thead tr:first-child {
	background: #43a091;
}
thead tr th {
	font-family: Times, Times New Roman, serif;
	text-align: center;
	padding: 2px 0px;
	font-size: 70%;
}

#reference1 thead tr th:nth-last-of-type(3) {
	width: 20%;
}

#reference1 tbody tr{
	background: url("../images/tr.png") repeat-x top left;
}

#reference1 tbody tr td:nth-child(2){
	text-align: center;
}

td{
	overflow-wrap: break-word;
}

td a{
	font-size: 75%;
	margin: 20px 8px;
	padding: 3px 6px;
	text-decoration: none;
	background: #EBEBEB;
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	border: 0px solid #000000;
}

.referencias{
height: 190px;
overflow-y: auto;
border: 1px solid #43a091;
padding: 10px 0px;
margin: 10px 0px;
}

.referencias a{
	font-size: 75%;
	margin: 20px 8px;
	padding: 3px 6px;
	text-decoration: none;
	background: #EBEBEB;
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	border: 0px solid #000000;
}
hr {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;

}
section h3  {
    color: #43a091;
    font-size: 1.250em;
    padding-left: 50px;
	margin-top: 10px;
}
.credit {
	padding-left: 60px;
}
	
#contenedor footer{
	width: 100%;
	left: 0;
	padding: 0;
	border-top: 4px solid #43a091;
	height: auto;
    min-height: 50px;
	bottom: 0;
}

.footDos {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

a {
	color: #c13836;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
