@import "reset.css";
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

a {outline: none; cursor: pointer; text-decoration:none; color:black;}
a img {border: none;}

.inpi {color:#cccccc;}
.inpi:hover {color:#00cc00;}

* {margin: 0; padding: 0; outline: 0;}

html {height:100%;}
body {
	height:100%;
	min-width: 1000px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	color: black;
	font-size: 14px;
	background:#e8e8e8;
}

h1, h2 {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	line-height: 100%;
	margin:0 0 15px 0;
	color: black;
}
h1 {
	font-size: 40px;
	padding-bottom: 30px;
}
h2 {
	font-size: 22px;
	font-weight: 300;
	padding-top: 20px;
}

.objtit {font-size:22px; font-weight: 400;}

p {margin: 0 0 15px 0; color:black;}
.clear {clear: both;}

.wrap {
	width: 100%;
/*	z-index: 10;*/
	position: relative;
	margin: 0;
	padding: 0;
	min-height:100%;
	height: 100%;
	height: auto !important;
}

.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	padding-top:80px;
	padding-bottom:300px;
}

/*.red {color:#990000;}*/

.vers { 
	font-size: 10px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
}
.addr { 
	font-size: 10px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}
.addr:hover {color:#006600;}
.addrtit { 
	font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
}

/* ---------- SECTIONS SECTIONS ---------- */
.ssecundario {
/*	padding-top:40px;
	padding-bottom:300px;
position:relative;*/
}
.ssecundario a {color:#00c400;}
.ssecundario a:hover {color:#006600;}

.s0 {
	display : none;
}
.s1 {
	display : none;
}
.s1 .lk a:hover {color:#006600;}
.s2 {
	display : none;
}
.s3 {
	display : none;
}
.s4 {
	display : none;
}
.s4 h2 {font-weight:400;}
.s4 .lk a:hover {color:#006600;}
.s5 {
	display : none;
}
.s5 .lk a:hover {color:#006600;}
.s6 {
	display : none;
}
.s6 h2 {line-height: 150%;}
.s7 {
	display : none;
}
.s7 h2 {font-weight:700;}
.s7 a:hover {color:#006600;}

.footercontent{
	padding-top:30px;
padding-bottom:30px;
}
.footer {
	font-family: 'Open Sans', sans-serif;
	background: black;
	color: white;
	font-size: 14px;
display:table;
width: 100%;

position:relative;
margin-top:-214px;
height:214px;
clear:both;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.btn {
	background:#00c400;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	border-radius: 4px;
	color:white;
	font-weight: 400;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	padding:9px 20px;
}
.btn:hover {
	background:#006600;
}

ul {padding:20px; padding-top:0px;}

.lin {display: inline-block;}

.nobj{width:10%;float:left;padding-top:6px;}
.obj{width:90%;float:left;}

.col-45 {
	width:45%;
	float:left;
}
.col-26 {
	width:26.5%;
	float:left;
}
.col-10 {
	width:10%;
	float:left;
}
.col-25 {
	width:23%;
	float:left;
	text-align:left;
	padding-left:8px;
}
.bord {border-left:1px dotted black;padding-left:8px;}

.col-100 {width:100%; float:left;}

.icon {
	color:white;
	padding:10px;
}
.icon:hover {
	color:#00c400;
}
.iconv {color:#990000;}
.iconp {color:black;}
.iconp:hover {
	color:#00c400;
}

.lang {
	position:relative;
	top: 0px;
	padding-top:4px;
	height: 20px;
	z-index: 1200;
	width: 100%;
	background: #1e1e1e;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	color:#cccccc;
}
.lang a {
	color:#cccccc;
	padding-left:20px;
	padding-right:20px;
}
.lang a:hover {
 	color:white;
}

/* ---------- MENU MENU ---------- */
.Menu {
	position:relative;
	height: 70px;
	z-index: 1000;
	width: 100%;
	background: black;
	padding:0;
	font-weight: 400;
}

.wrapBtn {
	width: 980px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}
.NavBtn {
	height: 41px;
	width:122px;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 11px;
	text-transform:uppercase;
	font-weight: 400;
	padding-top:29px;
	text-align: center;
	letter-spacing:1px;
	color: white;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.Menu .NavBtn:hover {
	background-color:#00c400;
	color: white;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
} 
.NavBtnCN {font-size:13px;}
.bold {font-weight:600;}

form {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;	
}
.has { 
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
input:focus {
	border: 1px solid rgb(113,216,113);
}
.campos {
	border: 1px solid rgb(204,204,204); 
	background-color:white;
	padding:4px;
	padding-left:12px;
	border-radius: 4px;
}
.wall {
	width:250px;
	height:150px;
	margin:10px;
	background:#e8e8e8;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	border-radius: 4px;
	text-align:center;
	padding:9px 20px;
}
.wall:hover {
	background:white;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-box-shadow: 1px 1px 12px rgba(0,204,0,0.5);
	-moz-box-shadow: 1px 1px 12px rgba(0,204,0,0.5);
	box-shadow: 1px 1px 12px rgba(0,204,0,0.5);
}

.negocios{
	width:250px;
	height:200px;
	margin:10px;
	background:white;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	border-radius: 4px;
	text-align:center;
	padding:9px 20px;
}
.negocios:hover {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 12px rgba(0,0,0,0.7);
}

.noticias{
	width:250px;
	height:150px;
	margin:10px;
	background:white;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	border-radius: 4px;
	text-align:center;
	padding:9px 20px;
}
.noticias:hover {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 12px rgba(0,0,0,0.7);
}

.titulofaq {
  cursor:pointer;
  width:100%;
  border: 1px;
  border-radius: 4px;
  border-color: #cecece;
  border-style:solid;
  font-size: 22px;
  padding-top:9px; 
  padding-bottom:9px;
}
.titulofaq:hover {
  background-color: #eeeeee;
}
.textobox {
  border: 1px;
  border-radius: 4px;
  border-color: #cecece;
  background-color:#eeeeee;
  border-style:solid;
  padding:20px; 
}

.colabox {
  border: 1px;
  border-radius: 4px;
  border-color: #eeeeee;
  background-color: rgba(255,255,255,0.5);
  border-style:solid;
  padding:20px; 
  text-align:left;
}
.colabox h1 {font-size:28px;text-transform:uppercase;font-weight:700;color:#00c400;}

.imgthumb {
	border:8px solid rgb(204,204,204);
	padding:2px;
}

.anim1 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.anim1:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}
.anim1:hover > #iconv {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;

	color:#ff0000;
}
.anim2 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.anim2:hover {
   -ms-transform: rotate(30deg); /* IE 9 */
   -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
   transform: rotate(45deg) scale(1.5);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
	color:#ff0000;
}

.slideshow { height: 250px; width: 250px; margin: auto}
.slideshow img { padding: 0px; border: 0px; }
.bigslideshow { height: 400px; width: 400px; margin: auto}
.bigslideshow img { padding: 0px; border: 0px;}

#vocabulario li a{
display:block;
width:50%;
float:left;
font-family: 'Open Sans', sans-serif;
font-size: 22px;
margin-bottom:12px;
color:black;
}
#vocabulario li a:hover {color:#006600;}
.alinhad {text-align:right;}
.alinhae {text-align:left;}
#vocabulario ul {
display:block;
width:70%;
list-style:none;
}


