#container {
  margin: 0px 0px;
  padding: 0px 0px;
  width: 900px;
  height: 600px;
}
#banner {
  margin: 0;
  padding: 0;
  width: 900px;
  height: 170px;
  position: relative;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: left top;
}
#left{
  width: 230px;
  height: 400px;
  float: left;
  position: relative;
  background-image: url(img/izq.png);
  background-position: top left;
}
#right {
  width: 670px;
  height: 400px;
  float: right;
  position: relative;
  background-image: url(img/der.png);
  background-repeat: no-repeat;
  background-position: top left;
}
#right2 {
  width: 670px;
  height: 400px;
  float: left;
  position: relative;
  background-image: url(img/der2.png);
  background-repeat: no-repeat;
  background-position: top left;
}
#right3 {
  width: 670px;
  height: 400px;
  float: left;
  position: relative;
  background-image: url(img/der3.png);
  background-repeat: no-repeat;
  background-position: top left;
}
#footer {
  width: 900px;
  height: 30px;
  float: left;
  position: relative;
  background-image: url(img/footer.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: right;
}
#vertical {
  padding-left: 13px;
  padding-top: 10px;
  margin: 0px 0px;
}
#vertical li a{
  display:block;
  width: 140px;
  background-color: #000ab3;
  list-style-type: none;
  text-align:left;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  margin: 12px 0px;
  padding: 4px 5px 4px 15px;
  color: #FFFD47;
}
#vertical li a:hover,active {
  background-color: #fffd47;
  color: #000ab3;
}
#vertical li a:active {
  color:#FFFFFF;
  background-image:url(img/hor.png); 
  background-position:bottom;
}
#tabla {
  float: right; 
  clear: right;
  position: relative;
  padding: 30px 50px 0px 10px;
}
#uno {
  float: left;
  width: 190px;
  height: 150px;
  position: relative;
  background-image: url(img/uno.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 5px 0px 0px 0px;
}
#dos {
  float: left;
  width: 190px;
  height: 150px;
  position: relative;
  background-image: url(img/dos.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 5px 0px 0px 28px;
}
#tres {
  float: left;
  width: 190px;
  height: 150px;
  position: relative;
  background-image: url(img/tres.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 5px 0px 0px 28px;
}
img.default{
  border: 0px;
}
img.cerotres {
  border: 0px;
  padding: 0px 15px 12px 90px;
  vertical-align: top;
}
img.derecha {
  border: 0;
  float: right;
  padding: 0px 100px 0px 26px;
}
img.derecha2 {
  border: 0px;
  float: right;
  padding: 5px 50px 10px 25px;
}
img.derecha3 {
  border: 0px;
  float: right;
  padding: 8px 55px 15px 45px;
}
img.derecha4 {
  border: 0px;
  float: right;
  padding: 15px 0px 5px 25px;
}
img.izquierda {
  border: 0px;
  float: left;
  margin: 25px 15px 15px 70px;
}
img.cnae {
  border: 0px;
  margin: 22px 32px;
}
img.tfno {
  border: 0px;
  vertical-align: middle;
}
a:link {
	color: #000ab3;
   text-decoration: underline;
}
a:active {
	color: #000ab3;
	text-decoration: underline;
}
a:hover {
	color: #1087ff;
	text-decoration: underline;
}
a.peq {
   font-family: Verdana, Geneva, sans-serif;
   color: #000ab3;
   text-decoration: none;
   font-size: 0.80em;
}
a.peq:hover {
   color: #1087ff;
   text-decoration: underline;
}
a.peq:active {
   color: #000ab3;
}
body {
   font-family: arial, helvetica, sans-serif;
   margin: 0px 0px;
   background-color: #FFFD47;
}
p {
  font-family: arial, helvetica, sans-serif;
  text-align: left;
  color: #333333;
  margin: 0px 45px 10px 0px;
  font-size: 0.85em;
  line-height: 1.4em;
  text-align: justify;
}
p.peque {
  font-size: 0.7em;
}
p.right {
  text-align: right;
}
p.abajo {
  text-align: right;
  font-size: 0.9em;
  margin-top: 8px;
  margin-right: 0px;
  line-height: 1.3em;
}
p.caja {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 10px 15px 10px 15px;
}
p.caja2 {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 50px 20px 10px 100px;
}
h1 {
	text-align: left;
	font-size: 0.9em;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	color: #006ad7;
}
h2 {
	text-align: left;
	font-size: 0.85em;
	margin: 20px 0px 5px 0px;
	font-weight: bold;
	color: #006ad7;
}
li {
   font-family: arial, helvetica, sans-serif;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 17px;
}
td {
   font-family: arial, helvetica, sans-serif;
   color: #333333;
   font-size: 0.85em;
}
input {
   font-family: arial, helvetica, sans-serif;
   font-size: 0.90em;
}
textarea {
   font-family: arial, helvetica, sans-serif;
   font-size: 0.90em;
}
table.horarios {
   border-collapse: collapse;
   width: 300px;
   text-align: center;
   font-family: arial, helvetica, san-serif;
   color: #333333;
   font-size: 0.90em;
}
tr.fila {
   border: 1px solid #AAAAAA;
}
table.permisos {
   position: relative;
   width: 625px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
   font-size: 0.90em;
}
table.permisos th {
   background-color: #ffd7fb;
}
table.permisos th a {
   padding: 12px;
	text-align: center;
	display: block;
	text-decoration:none;
}
td.celda {
   padding: 6px;
   background-color: #ffffff;
}
td.celda a {
   font-family: arial, helvetica, sans-serif;
   min-width: 100px;
   display: block;
   color: #333333;
   font-size: 0.9em;
   text-decoration: none;
}
td.celda a:hover {
   background-color: #fffd47;
}
table.permisos tr:hover td, tr:hover th{
  background-color: #fffd47;
}

