@CHARSET "ISO-8859-1";
/*** Tags y clases generales, hacks/fixes */
body {
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
  color:#FFF;
  background: #333333;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.noFloat {
  float: none;
}
.noText {
  text-indent: -9999px;
}
.hr {
  border-bottom: 1px solid #555E5C;
}
.hr hr {
  display: none;
}
.alignRight {
  text-align: right;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
textarea {
  overflow: auto;
}
/* -- Fix para los links en firefox */
a:active {
  outline: none;
}
a {
  text-decoration: none;
}
a:focus {
  -moz-outline-style: none;
}
.oculto {
  display: none;
}
/* -- para mantener la altura en los containers que tienen elementos flotados */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* -- para hacer clear de floats mediante overflow */
.clearWithOverflow {
  overflow: hidden;
  zoom: 1; /* dispara 'hasLayout' en IE6 */
}
#outterContainer {
  background: #3e3e42 url(../images/bg.jpg) repeat-x;
  width: 780px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
#nav {
  text-align: right;
  margin: 7px 0 0 0;
}
#demoContainer {
  background: #767676;
  width: 242px;
  margin: 70px 0 0 20px;
  font-size: 100%;
}
#img1Home {
  position: absolute;
  top: 392px;
  left: 320px;
}
#img2Home {
  position: absolute;
  top: 478px;
  left: 320px;
}
p#home {
  left:439px;
  position:absolute;
  top:394px;
  width:338px;
}
#footer { 
  text-align: right;
  background: #232323;
  width: 780px;
  margin: 10px auto;
}
#footer { 
  text-align: right;
  background: #232323;
  width: 780px;
  margin: 10px auto;
}
#cursos {
  padding: 25px;
  margin-bottom: 17px;
}
#sidebar {
  padding-top: 44px;
  background: url(../images/cursos_sidebar.jpg) no-repeat;
  margin-top: 67px;
  font-size: 1.3em;
  width: 200px;
  padding-left: 30px;
  height: 327px;
}
#sidebar li {
  margin-bottom: 31px;
  width: 167px;
}
#sidebar li a {
  color: #FFF;
}
#sidebar li a:hover {
  text-decoration: underline;
 }
#sidebar li#l1 {
margin-bottom:24px;
margin-top:7px;
}
#sidebar li#l3 {
margin-bottom:28px;
margin-top:38px;
}
#sidebar li#l5 {
margin-bottom:24px;
margin-top:37px;
}
#cursoDetalle {
display:inline;
left:289px;
position:absolute;
top:400px;
}
#cursoDetalle span {
position:relative;
}
#cursoDetalle span img {
position:absolute;
top: 0;
left: 0;
}
#quienesSomos {
font-size:1.4em;
padding-bottom:30px;
padding-left:67px;
padding-right:67px;
padding-top:67px;
}
#quienesSomos strong{
font-size:1.2em;
}

