/* link style */

a:active { color : white;  text-decoration: none;}
a:link     { color: white;  text-decoration: none;}
a:visited{ color:  white;  text-decoration: none;}
a:hover  { color: red;  text-decoration: bold;}
a.menul {color:black;}



/* body style */

body {
 font-size: 0.7em;
 font-family: helvetica;
 color: #C9C9C9;
 background-color:  black;
 text: #00B003;
 background-image: url("sinauspicio.png");
 	background-color:#000;
	background-repeat: no-repeat;
	background-position: center;
  background-attachment: fixed;
}



li {
   color:  #C9C9C9;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
   font-family: Helvetica, sans-serif;
   margin-right: 3%;
   margin-left: 3%;
   text-alignment: justify;
   text-decoration: none;

   }

p {
   color:  #C9C9C9;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
   font-family: Helvetica, sans-serif;
   margin-right: 3%;
   margin-left: 3%;
   text-alignment: justify;
   text-decoration: none;
     background-color: black;
        filter:alpha(opacity=70);
          -moz-opacity:0.7;
          opacity: 0.7;

   }

ul{
    list-style-image: url(lista.png) ;
    margin-left: -3%;
   
}


dt {
   color:  #C9C9C9;
   font-style: normal;
   font-weight: bold;
   font-size: 1em;
   margin-right: 3%;
   margin-left: 3%;
   padding-top: 1em;
   }

dd { margin-left: 5%; margin-right:5%}

h1 {
   text-align: center;
   font-weight: bold;
   font-size: 1.7em;
      color: white;
   background-color: #800000;
   font-weight: bold;
   font-family: Helvetica, sans-serif;
   border: 1px red dotted;
   padding: 3px 10px 3px 10px;
	 border-style: dotted none dotted none; 
   }



h2 {
   color: white;
   background-color: #800000;
   font-weight: bold;
   font-size: 1.4em;
   font-family: Helvetica, sans-serif;
   border: 1px red dotted;
   padding: 3px 10px 3px 10px;
	 border-style: dotted none dotted none; 
   }


h3 {
   color: red;
   background-color: transparent;
   font-weight: bold;
   margin-left: 10px;
   font-size: 1,2em;

   }


.cuadrotitulo{

  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
    font-family: Helvetica, sans-serif;
   border: 1px red dotted;
   padding: 3px 10px 3px 10px;
	 border-style: dotted none dotted none;
}

p.titulo{
  font-size: 20px;
}

.textocentral{
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 5px;
  border-width:  1px 1px 1px 1px;
  border-style: dotted dotted dotted dotted;
  border-color:  red red red red;
      background-color: black;
  	filter:alpha(opacity=80);
	  -moz-opacity:0.8;
	  opacity: 0.8;

 }

.cuadrocentro{
  padding-top:1em;
  padding-bottom: 1em;

}

.cuadrocentral{
  text-align: center;
  font-size: 1.7em;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	  font-family: Helvetica, sans-serif;
   border: 1px red dotted;
   padding: 3px 10px 3px 10px;
background-color: #800000;
  
}

.cuadropequeño{
margin-right: 5%;
  margin-left: 50%;
  text-align:left;
  border-width:  1px 1px 1px 1px;
  border-style: dotted dotted dotted dotted;
  border-color:  red red red red;
  background-color: black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;

}

.cuadrodr{
	margin-top: 10px;
  padding-top:1em;
  padding-bottom: 1em;
 border-width:  1px 1px 1px 1px;
  border-style: dotted dotted dotted dotted;
  border-color:  red red red red;
  margin-left: 5%;
    background-color: black;
  	filter:alpha(opacity=80);
	  -moz-opacity:0.8;
	  opacity: 0.8;
}


.cuadroizq{
	margin-top: 10px;
  padding-top:1em;
  padding-bottom: 1em;
 border-width:  1px 1px 1px 1px;
  border-style: dotted dotted dotted dotted;
  border-color:  red red red red;
    margin-right: 5%;
        background-color: black;
  	filter:alpha(opacity=80);
	  -moz-opacity:0.8;
	  opacity: 0.8;


}
