/* Styles voor het content gedeelte */
body
{
    margin-top: 0px;
    margin-left: 0px;
}

div.contentlayer
{
    position: absolute; 
    left: 340px; 
    top: 105px; 
    width: 328px;
    height: 1426px; 
    z-index: 2;
}

div.videolayer
{
    position: absolute; 
    left: 300px; 
    top: 105px; 
    width: 328px;
    height: 1426px; 
    z-index: 2;
}

/* Styles voor evo left menu */
div.leftmenu
{
    position:absolute; 
    left:5px; 
    top:266px; 
    width:235px; 
    height:250px; 
    z-index:1;
}

div.leftmenuitem
{
    color: #FFFFFF;
    font-size:xx-small;
    font-family: Arial, Sans-Serif;
}

/* Styles voor evo morales title */
.title
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: x-large;
    font-family: Arial, Sans-Serif;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/* Styles voor content text */

.contenttext
{
    font-size: x-small;
    font-family: Arial, Sans-Serif;
    color: #333333;
}

/* Styles voor het bovenste menu */

td.bandera
{
    background-repeat: repeat-x;
    height: 2px;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-image: url(/imagenes/bandaBanera1600.gif);
}

td.banderas
{
    background-repeat: repeat-x;
    height: 2px;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-image: url(/imagenes/wipala12abajo.gif);
}

A:link.menu 
{
	font-family : Verdana, Arial ;
	font-size : 12px;
	font : normal normal 12px Verdana, Arial;
	color: #666600;
	font-weight : bold;
	text-decoration: none;
}

A:visited.menu  
{
	font-family : Verdana, Arial ;
	font-size : 12px;
	font : normal normal 12px Verdana, Arial;
	color: #666633;
	font-weight : bold;
	text-decoration: none;
}

A:Hover.menu 
{
	font-family :  Verdana, Arial ;
	font-size : 12px;
	font : normal normal 12px  Verdana, Arial ;
	text-decoration: none;
	color: #993300;
	font-weight : bold;
}

A:active.menu 
{
	font-family :  Verdana, Arial ;
	font-size : 12px;
	font : normal normal 12px  Verdana, Arial ;	
	color: #0033CC;
	font-weight : bold;
	text-decoration: none;
}

/* Styles voor het linker menu */


A:link.leftmenu 
{
	font-family : Verdana, Arial ;
	font-size : 12px;
	font : normal normal 12px Verdana, Arial;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: none;
}

A:visited.leftmenu   
{
	font-family : Verdana, Arial ;
	font-size : 12px;
	font : normal normal 12px Verdana, Arial;
	color: #FFFF99;
	font-weight : bold;
	text-decoration: none;
}

A:Hover.leftmenu  
{
	font-family :  Verdana, Arial ;
	font-size : 12px;
	font : normal normal 12px  Verdana, Arial ;
	text-decoration: none;
	color: #FFFF00;
	font-weight : bold;
}

A:active.leftmenu  
{
	font-family :  Verdana, Arial ;
	font-size : 12px;
	font : normal normal 12px  Verdana, Arial ;	
	color: #00FF00;
	font-weight : bold;
	text-decoration: none;
}

