BODY {
		background-image:url('images/body-bg.jpg');
		background-color:#144003;
		font-family: verdana, arial, helvetica;
	 	font-size:13px;
}
P	{
	 font-size:13px;
	 text-align:justify;
	 padding-left:30px;
	 padding-right:30px;
	}
.centro	{
	 text-align:center;
	}
.centronegra	{
	 text-align:center;
	 FONT-WEIGHT:BOLDER;
	}
.derecha {
	 text-align:right;
	}
LI      {font-size:13px;}
.parrafo {
	 text-align:justify;
	 padding-left:70px;
	 padding-right:30px;
	}
.fondo-lila {background-color:#8C6D8B;}
.fondo-verde {background-color:#45842C;}
.fondo-rojo {background-color:#B72727;}
.fondo-gris {background-color:#999999;}

H1	{
	 font-size:17px;
	 text-align:center;
	 padding-left:80px;
	 padding-right:80px;
	}
H2	{
	 font-size:15px;
	 text-align:left;
	 FONT-WEIGHT:BOLDER;
	 padding-left:30px;
	 padding-right:30px;
	}
H3	{
	 font-size:14px;
	 text-align:left;
	 FONT-WEIGHT:BOLDER;
	 padding-left:30px;
	 padding-right:30px;
	}
H4	{
	 font-size:12px;
	 text-align:left;
	 FONT-WEIGHT:BOLDER;
	 padding-left:30px;
	 padding-right:30px;
	}
H5	{
	 font-size:11px;
	 text-align:left;
	 FONT-WEIGHT:BOLDER;
	 padding-left:30px;
	 padding-right:30px;
	}


/* este sera el cajon para graficos del encabezado */
#cabeza     {position:absolute;
		display:block;
		float:none;
		clear:both;
            top:0px;
            margin:auto;
            width:791;
            right:5%;
            left:5%;
            padding:0; 
            OVERFLOW: auto;
            border:solid 0px black;
            background-image:url('images/fondo-cabeza-violeta3.jpg');
             background-position:center top;
            }
.tinta      {
            background:transparent;
            background:#ac0303;
            opacity: 0.8;
            -moz-opacity: 0.8;
            filter: alpha(opacity=80);
		}
.menugral   {
		color: #FFFFFF;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-variant: small-caps;
		font-weight: 900;
		}
A.menugral:LINK {color:#FFFFFF;
         text-decoration:none;
          FONT-WEIGHT: bold;
       }
A.menugral:VISITED {color:#FFFF00;
         text-decoration:none;
          FONT-WEIGHT: bold;
       }
A.menugral:ACTIVE {color:#FFFF00;
         text-decoration:none;
          FONT-WEIGHT: bold;
       }
A.menugral:HOVER {color:#FFFF00;
         text-decoration:none;
          FONT-WEIGHT: bold;
       }
.cuerpo     {
            margin:auto;
//            width:auto;
            width:806px;
            padding:0; 
            OVERFLOW: auto;
            border:solid 0px black;
            background:#FFFFFF;
            }
.menuiz {
	height:auto;
		margin-top:0px;
		margin-left:0px;
		margin-bottom:8px;
		width: 152px;
		background-image: url("images/menuiz-2.png");
		background-repeat: repeat-y;
		font-size:8pt;
		color: #000000;
		font-family: verdana, arial, helvetica;
		background-color:#8C6D8B;
	}
.menuizup {
	height:auto;
		background-image: url("images/menuiz-1.png");
		background-position: top center;
		background-repeat: no-repeat;
	}
.menuizdn {
	height:auto;
		background-image: url("images/menuiz-3.png");
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 10px 10px 10px 10px;
	}
.barrainf {
            margin:auto;
//            width:790;
            width:806px;
            right:5%;
            left:5%;
		font-size:8pt;
		color: #000000;
		font-family: verdana, arial, helvetica;
		background-color:#8C6D8B;
		height:20px;
	}.contenedor
{
	width:478px;
	margin:auto;
	margin-top:12px;
	text-align:left;
}

.cont-up{
	height:32px;
	background-image: url('images/cont-up.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top:10px;
	padding-left:55px;
	padding-right:40px;
	font-size:12px;
	font-weight:bold;
}

.cont-dn{
	height:auto;
	background-image: url('images/cont-dn.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:40px;
	font-size:11px;
}

.cont-center{
	/*width: 50%;*/
	background-color: #ffffff;
	background-image: url('images/cont-center.png');
	background-repeat: repeat-y;
	background-position: center center;
	padding-top:6px;
	
}

.cont-text{
	padding-left:5%;
	padding-right:5%;
	font-size:11px;
}

.photo-right { /*photo with frame right */
  padding:8px; 
  margin-right:30px;
  margin-left:8px; 
  list-style-type:none; 
  overflow:hidden; 
  width:200px; 
  border:1px solid #999; 
  background:#FFF;
text-align:justify; 
font-weight:lighter; 
font-size: 10px; 
font-family: Arial;
float:right;
  }
			
.photo-left { /*photo with frame left */
  padding:8px; 
  margin-left:30px;
  margin-right:8px; 
  list-style-type:none; 
  overflow:hidden; 
  width:200px; 
  border:1px solid #999; 
  background:#FFF;
text-align:justify; 
font-weight:lighter; 
font-size: 10px; 
font-family: Arial;
float:left;
  }
			
