/* Reset */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}
/*Generico */
*{margin: 0;padding: 0;}
body {font-family: "Comic Sans MS", Arial;font-size: 13px; background: #317c13 url(img/bak.jpg) repeat-x top left;}
a:link, a:active, a:visited {text-decoration: underline; color: #000; font-weight: bold;}
a:hover {text-decoration: none;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
ul {padding-left: 20px;}
ul li {line-height: 1.5em;}
p {margin: 10px 0; line-height: 1.4em;}
hr {}
.clear {clear: both; float: none !important;}
.invisible {display: none;}

#contenedor {height: 653px; width: 990px; margin: 0 auto; position: relative; }
#menu { width: 200px; position: absolute; top: 100px; left: 20px;}
#menu .impar {padding-left: 50px;}
#tituloContenido {position: absolute; right: 530px;top: 165px;}
#tituloContenido h2 {color: #fff;}
#contenido {width: 600px; height: 295px; padding: 10px 20px; position: absolute; top: 195px; right: 68px;}
.proyecto {background: url(img/fondoCont.png) no-repeat top center;}
.ayudas {background: url(img/fondoCont-ayudas.png) no-repeat top center;}
.instalacion {background: url(img/fondoCont-instalaciones.png) no-repeat top center;}
.plazas {background: url(img/fondoCont-plazas.png) no-repeat top center;}
.servicios {background: url(img/fondoCont-servicios.png) no-repeat top center;}
#formulario {padding: 20px;}
#formulario div {float: left; width: 200px; padding-bottom: 10px;}
#formulario input, #formulario textarea {float: left; padding: 3px; text-align: center; font-family: "Comic Sans MS", Arial; font-size: 1.2em; } 
#formulario textarea {text-align: left; font-size: 1em;}
#formulario select {float: left;}
#formulario .enviar {text-align: center; float: none; width: 480px; padding: 20px 0;}
#formulario .enviar input {float: none; border: solid 1px #000; background: #999; color: #000; cursor: pointer; padding: 10px 20px;}
#inicio {height: 653px; width: 990px; margin: 0 auto; position: relative;background: url(img/inicio-imagen.png) no-repeat top center;}
#textoInicio {font-size: 1.2em; left: 230px; position: absolute; text-align: center; top: 300px; width: 600px; color: #00a7e3;}
.cont {position: relative; width: 100%; height: 100%;}
#textoInicio a {color: #00a7e3; font-size: 1.6em; text-decoration: none;}
#textoInicio a:hover {text-decoration: underline;}
.imagesInst {text-align: center;}
.imagesInst img {padding: 20px; border: solid 1px #ddd; margin: 5px;}
#direccion {position: absolute; top: 550px; left: 420px; text-align: center; width: 347px; height: 53px; padding: 10px; background: url(img/dir-fondo.gif) no-repeat top center; font-size: 0.9em; line-height: 1.3em;}
#direccion a {text-decoration: none;}
#carga {position: absolute; top: 50%; text-align: center; width: 99%; color: #fff; font-size: 1.5em; background: transparent;}
/* global settings needed for thickbox */
*{padding: 0; margin: 0;}

#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
