body {
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  margin: 0; padding: 0; }

#main {
  width: 994px;
  margin: auto;
  text-align: left;
  position: relative; }

h1, h4 { display: none; }
h2 {
  color: #fc8c1c;
  padding-left: 20px;
  font-size: 1.4em;
  background: url(../images/layout/h2.png) left center no-repeat; }
h3 {
  text-align: center;
  color: #FF9933;
  font-size: 1.2em; }

a { color: #254b6e; text-decoration: underline; }
a:hover { color: #6aa0d0; }

img { border: none; }


#header-top-left {
  margin: 0; padding: 0 5px;
  text-align: left;
  background: url(../images/layout/header-top.png);
  font-size: 0.8em;
  height: 20px;
  line-height: 20px; }
#header-top {
  margin: 0; padding: 0 5px;
  text-align: right;
  background: url(../images/layout/header-top.png);
  font-size: 0.8em;
  height: 20px;
  line-height: 20px; }
#mapa-del-sitio {
  padding-right: 20px;
  background: url(../images/layout/mapa-del-sitio.png) right center no-repeat; }
#header-top a { color: #5f2244; font-weight: bold; }
#header {
  margin: 0 0 21px;
  _margin: 0 0 24px;  /* IE hack */
  border-top: 1px solid yellow;
  border-bottom: 1px solid yellow; }

/* navigacion */
div#nav {
  position: absolute; left: 0; top: 156px;
  margin: 1px 0;
  border: 1px solid #ffb932;
  background: url(../images/layout/nav-bkg.png) repeat-x;
  height: 20px;
  line-height: 20px; }
div#nav ul {
  margin: 0; padding: 0;
  width: 992px; }
div#nav li {
  margin: 0; padding: 0;
  list-style-type: none;
  float: left; }
div#nav li a {
  color: #30506e;
  text-decoration: none;
  padding: 5px 5px 5px 25px;
  background: url(../images/layout/nav-inactive.png) 5px center no-repeat; }
div#nav li a:hover, div#nav li a.active {
  background: url(../images/layout/nav-active.png) 5px center no-repeat;
  text-decoration: underline; }



/* subnavigación */
div#subnav {
  background-color: #eff5fa;
  border-top: 1px solid #aec7dc;
  border-bottom: 1px solid #aec7dc;
  margin: 2px 1px 1em; }
div#subnav ul {
  margin: 0; padding: 0 0 5px;
  list-style-type: none; }
div#subnav li {
  padding: 1px;    /* especially for IE */
  display: block;
  background: url(../images/layout/dotted.png) bottom center no-repeat; }
#left>div#subnav li { padding: 0; }
div#subnav li a {
  color: #30506e;
  display: block;
  padding: 5px 5px 5px 20px;
  text-decoration: none;
  background: url(../images/layout/subnav-inactive.png) 5px center no-repeat; }
div#subnav li a:hover, div#subnav li a.active {
  background: url(../images/layout/subnav-active.png) 8px center no-repeat;
  text-decoration: underline; }




#container {
  background: url(../images/layout/layout.png) repeat-y;
  font-size: 0.9em;}
#container-bottom {
  clear: both;
  height: 1px;
  font-size: 1px;
  margin-bottom: 1px;
  background: url(../images/layout/container-bottom.png) top center no-repeat; }

#left {
  margin: 0;
  float: left;
  width: 200px;
  border-top: 1px solid #a1c9ee; }

#right {
  margin: 0;
  float: right;
  width: 190px;
  border-top: 1px solid #a8d490; }

#midd {
  margin: 0 189px 0 199px;    /* IE 3px bug */
  width: 568px; /*539px;*/
  border-top: 1px solid #fcff29;
  padding: 15px;
  text-align: justify; }
#container>#midd { margin: 0 192px 0 202px; }
#container #midd a { font-weight: bold; }




/* page footer */
#foot {
  margin: 0;
  padding: 5px 5px 10px;
  background: #fffee6 url(../images/layout/foot-bkg.png) center repeat-x;
  border-left: 1px solid #ffeb3f;
  border-right: 1px solid #ffeb3f;
  border-top: 1px solid #ffeb3f;
  font-size: 0.8em;
  text-align: center; }
#foot-bottom {
  margin: 0;
  padding: 5px;
  background: #fbf8c3 url(../images/layout/foot-bottom-bkg.png) top center repeat-x;
  border-left: 1px solid #ffeb3f;
  border-right: 1px solid #ffeb3f;
  text-align: center;
  font-size: 0.8em;
  position: relative; }
#foot-bottom span {
  display: block;
  position: absolute; left: 0px; top: 0px;
  width: 994px;
  height: 1px;
  font-size: 1px;
  background: #fffde1 url(../images/layout/foot-line.png) center no-repeat; }
#foot-credits {
  text-align: center;
  margin: 0; padding: 5px;
  font-size: 0.8em;
  border: 1px solid #ffeb3f;
  background: #fff url(../images/layout/foot-credits.gif) bottom repeat-x;
  position: relative;
}
#foot-credits span {
  display: block;
  position: absolute;
  top: 5px; right: 5px;
}


/* --------------------------- */

.bienvenido {
  display: block;
  text-align: center;
  margin: 1em 0; }
.image-left {
  display: block;
  text-align: center;
  margin: 1em 0; }
.image-left img { border: 1px solid #487495; }

.fleft { float: left; }
.fright { float: right; }
img.fleft { margin: 0 0.5em 0.5em 0; }
img.fright { margin: 0 0 0.5em 0.5em; }
.center { text-align: center; display: block; }
.right { text-align: right; display: block; }
.cleaner { clear: left; font-size: 1px; height: 1px; line-height: 1px; }

.testimonio { float: left; width: 100%; margin: 0.5em 0; }
.testimonio p { margin: 0; }


/* mas info box */
.mas-info-box { width: 100%; }
.mas-info-ref { width: 90px; text-align: center; padding-left: 15px; }
.mas-info-ref br { display: none; }
.mas-info-img { display: block; }
.mas-info-img img { border: none; }
.mas-info-txt { display: block; font-size: 0.8em; }

/* contacto */
div.k { float: left; width: 100%; }
.k-correo { float: left; width: 40%; }
.mapa-europa { float: left; width: 30%; }
.mapa-rep-checa { float: left; }
.mapa-europa img, .mapa-rep-checa img { border: 1px solid #ccc; padding: 2px; }

.k-oficinas { clear: left; }

.orange { font-weight: bold; color: #FF9933; }
.green { font-weight: bold; color: #4b823c; }
.red { font-weight: bold; color: #c00; }

.right-paquete1 {
  background-color: #e6f4de;
  width: 168px;
  font-size: 0.9em;
  margin: auto;
  border: 1px solid #8fbe76; }
.right-paquete1 a { color: #3a6626; }
.right-paquete1 ul {
  margin-left: 0;
  padding-left: 20px;
  list-style-image: url(../images/_pravy/mas-info-aqui/list.gif); }
.right-paquete1-usd {
  text-align: center;
  color: #f26721;
  font-weight: bold;
  margin: 10px 0; }
.right-paquete1-img {
  text-align: center;
  margin: 10px auto; }
.right-paquete1-img img { border: 0; }
.right-paquete1-head {
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  color: #ef4322;
  border-bottom: 1px solid #8fbe76;
  background-color: #f8f6bf;}


.praga-float { float: left; }
.praga-box {
  float: left;
  width: 162px;
  margin: 0.8em; padding: 0; }
.praga-box br { display: none; text-align: center; }
.praga-img-pt, .praga-img-ls { display: block; }
.praga-img-pt img, .praga-img-ls img { border: 1px solid black; }
.praga-img-pt { padding: 0 20px; }
.praga-img-ls { padding: 20px 0; }
.praga-txt { text-align: center; display: block; padding: 5px 0 0; /*height: 5em;*/ }

ul#mapa-del-sitio-page, ul#mapa-del-sitio-page ul {
  list-style-type: none; }
ul#mapa-del-sitio-page li {
  line-height: 1.8em;
  list-style-image: url(../images/_pravy/mas-info-aqui/list.gif); }

ul.beneficios li { margin: 0.5em 0; }

.r-dile { margin: 1em auto; width: 148px; background-color: #e6f4de; border: 1px solid #8fbe76; font-size: 0.8em; padding: 10px; text-align: center; }



.r-praga { text-align: center; margin: 1em 0; font-weight: bold; }
.r-praga img { border: 1px solid #ccc; padding: 2px; }

.l-industria { width: 148px; text-align: center; margin: 1em auto; font-size: 1.2em; font-weight: bold; padding: 10px; border: 1px solid darkblue; line-height: 1.3em; color: #254b6e; background-color: #EFF5FA;}
.l-industria strong { color: #FC8C1C; }

.l-vayamos-descubrir { text-align: center; margin: 1em 0; font-size: 0.9em; padding: 0 10px; }
.l-vayamos-descubrir img { border: 1px solid #ccc; padding: 2px; }

fieldset
{
  padding: 0.5em;
}
fieldset legend
{
  font-weight: bold;
}


fieldset.captcha
{
  text-align: center;

}


