@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 5px;	
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #006600;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/*************************
*******Menu portal******
**************************/
.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: 0;
  left: 99%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.05em; }

.navigation {
  width: 12em;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  zoom: 1;
}

.navigation:before {
  content: '';
  display: block;
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a {
  display: block;
  padding: 1em 1.3em;
  color: #666666;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.navigation > ul { width: 12em; }

.navigation ul ul { width: 14em; }

.navigation > ul > li > a {
 border-top: 0.1em solid #7ab522;
 border-bottom: 0.1em solid #7ab522;
  color: #666666;
}

.navigation > ul > li > a:hover { color: #666666; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { background: #fff; }

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after {
  /*content: '»';*/
  position: absolute;
  right: 1em;
}

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.navigation ul ul { border: 1px solid #7ab522; }

.navigation ul ul a { color: #666666; }

.navigation ul ul a:hover { color: #666666; }

.navigation ul ul li { border-bottom: 1px solid #7ab522; }

.navigation ul ul li:hover > a {
	background: #E5E5E5;
	color: #000;
	font-weight: bold;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #56A9EF;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.navigation .fa-angle-right {
    float: right;
}
.t1 {
	font-family: "Swis721 Cn BT"; font-size: 14px; color:#7ABC32;
}

.t2 {
	font-size: 10px; font-family: 'Open Sans', sans-serif; font-weight:bold;
}
.title-Big{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#7ABC32;	
	margin:12px 22px;
	font-weight:bold;
	border-bottom: 1px solid #000;
	}
.title-small{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#7ABC32;	
	margin:12px 22px;
	font-weight:bold;
	border-bottom: 1px solid #000;
	}
.contenido{
	margin:5px 18px;
	
}
.contenido p{font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align:justify;
	color:#000000;
	line-height:20px;
}
.contenido ul li{font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align:justify;
	color:#000000;
	line-height:20px;
}

.contenido ol li{font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align:justify;
	color:#000000;
	line-height:20px;
}
.contenido  ol ul li{font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align:justify;
	color:#000000;
	
}
.subtitulo {
	font-family: 'Open Sans', sans-serif;
	 font-size: 14px;
	  color:#7ABC32;
}
.tcopyright{font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	text-align:center;
	color:#666666;
}

.texto-centrado{font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align:center;
	color:#000000;
	line-height:20px;
}
.link a{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#7ABC32;	
	font-weight:bold;
	text-align:center;
	padding-top:16px;
	margin-top:8px;
	text-decoration: none;
	}
#caja
{
	/* para IE */
	behavior:url(border.htc);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #7ABC32;
	background-color: #FFF;
	height: 150px;
	width: 479px;
	padding: 10px;
	font-family: Calibri;
	font-size: 14px;
	text-align:justify;
	color:#000000;}
	
#cajita
{
/* para IE */
	behavior:url(border.htc);
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 1px solid #7ABC32;
	background-color: #FFF;
	height: 250px;
	width: 479px;
	padding: 10px;
	font-family: Calibri;
	font-size: 14px;
	text-align:justify;
	color:#000000;}
#hr {
    height: 1px;
    border: 0;
    background-color: #7ABC32;
}

.foto img{
display:block;
margin:auto;
}
	
