﻿*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	/*background-color: #2A3F54;*/
	background-color: #00355a;
	margin-top: 20px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: normal;
}
.link {
	width :20px;
	height :20px;
}
.logo-icon {
	width: 150px;
	height: 150px;
}
.cont-iz {
	background-color: #222;
}
.cont-cent {
	background-color : white;

}
.cont-de {
	background-color: #49a8dc;
}

.cont-principal{
	width: 60%;
	max-width: 1000px;
	margin: 80px auto;
	font-family: 'Arial', Arial;
	background-color: #fff;
	display: flex;
	overflow: hidden;
}
.etiqueta {
	font-size: 12px !important;
	text-align: left !important;
	color: #00355a !important;
	
	margin-bottom : 2px;
}
.etiqueta-2 {
	font-size: 12px !important;
	text-align: left !important;
	color: red !important;
	
	margin-bottom: 2px;
}
