body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:hover, a:visited, a:active {
	text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?kffgl7');
  src:  url('fonts/icomoon.eot?kffgl7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?kffgl7') format('truetype'),
    url('fonts/icomoon.woff?kffgl7') format('woff'),
    url('fonts/icomoon.svg?kffgl7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}

.btn {
  background-color: #e6e6e6;
  border: none;
  color: #07193e;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  padding: 8px 30px;
  cursor: pointer;
}

.btn:hover {
  background-color: white;
  color: #e9a325;
}

.btn-group .button {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #07193e;
  padding: 8px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  float: left;
}

.btn-group .button:hover {
  background-color: #FFFFFF;
  color: #e9a325;
  border-top: 1px solid #e9a325;
  border-bottom: 1px solid #e9a325;
}

.tabla {
	width: 1003px;
	background-color: #07193e;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tabla2 {
	width: 1003px;
	background-color: #FFFFFF;
	padding: 16px;
}

.tabla3 {
	width: 1003px;
	background-color: #FFF;
	padding: 8px;
}

.tabla5 {
	width: 1003px;
	background-color: #07193e;
	padding: 16px;
}

.td1 {
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.td2 {
	width: 300px;
	text-align: center;
}

.td3 {
	width: 303px;
	text-align: center;
}

.td4 {
	width: 570px;
	padding: 20px;
}

.td5 {
	width: 433px;
}

.td6 {
	width: 400px;
	text-align: right;
}

.td7 {
	width: 203px;
}

.box {
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	background-color: #e6e6e6;
}

.texto {
	font-size: 15px;
	color: #000;
	letter-spacing: 0.01em;
	text-align: justify;
	font-weight: normal;
	line-height: 1.5em;
}

.texto1 {
	font-style: italic;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	font-weight: normal;
	line-height: 1.5em;
}

.texto2 {
	font-size: 13px;
	color: #07193e;
	text-align: center;
	font-style: bold;
}	

.texto3 {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.texto3 p {
	text-align: center;
}

.texto3 a {
	color: #e9a325;
}

.texto3 a:hover {
	color: #e6e6e6;
}