
 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, 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-weight: inherit;
     font-style: inherit;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: separate;
     border-spacing: 0;
}

caption, th, td {
     text-align: left;
     font-weight: normal;
}

blockquote:before, blockquote:after,q:before, q:after {
     content: "";
}

blockquote, q {
     quotes: "" "";
}


a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: underline;

}

acronym {
	border-bottom: 1px dotted #777;
	text-decoration: none;
	cursor: help;
}

code {
	background: #F4F4F4;
	color: #999;
	font: 10px "Courier New", Courier, monospace;
}

img {
	border: 0 none;
}

hr {
	border: 0 none;
	clear: both;
	width: 0;
	color: #FFF;
	height: 0;
	display:none;
}
#nomostrar {
	display:none;
}

p {
     line-height: 150%;
}


    body {
      text-align:center;
      background: #FFF url(../img/fondo.png) no-repeat top left;
      font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; /*Sets all fonts to 10px for easy sizing with em*/
      line-height: 150%;
      color:#333;
    }
    #contenido {
      margin:0 auto;
      width:980px;
    }
    #menu {
      float:right;
      clear:both;
    }
    #menu li {
      float:left;
      display:block;
      margin:10px;
      padding:5px;
      color:#FFF;
      border:5px solid #FFF;
      background-color:#f07100;
    }

    #menu li a {
      color:#FFF;
    }
    
    div.cuadro {
      width:240px;
      height:41px;
      background: #CCC url(cuadro_acero.jpg);
      color:#000;
      text-align:center;
      font-size:1.4em;
      font-weight:bold;
      padding:20px 0 0 0;
      display:block;
    }
    #contenidoPrincipal li.caja {
      width:50%;
      display:block;
      float:left;
    }

    #contenidoPrincipal li.caja h2 {
      font-size:3em;
      line-height:85%;
      color:#800600;
      padding:.4em;
      font-weight:bolder;
    }

    #contenidoPrincipal li.caja ol li {
      
      display:block;
    }

 #cajaContenido {
   clear:both;
   text-align:justify;
 }

 #cajaContenido h1{
   color:#800600;
   font-weight:bolder;
   font-size:2em;
   line-height:140%;
 }
 #cajaContenido h2{
   line-height:120%;
   margin-top:1em;
   font-size:1.5em;
 }
 #cajaContenido p{
   margin-top:1em;
 }

#comite li span.titulo {
    color:#999;
    font-size:0.8em;
    
}


#footer {
    clear:both;
    margin:3em;

}
