* {
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0 url(images/bg.jpg) repeat-y top center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration:none;
color: #3300ff;
}
a:hover {
text-decoration: underline;
color: #3300ff;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 106px;
width:800px;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 16px;
color: #e1c70e;
padding:  5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #e1f2d0 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #e1f2d0 url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 12px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2.jpg) no-repeat;
}

.right h3{
    font-size: 12px;    
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    color:#75B03C;     
    }
    
.right h2 a {
text-decoration: none;
color: #3300ff;
}
.right h2 a:hover {
color: #111;
}

.right ul {
    padding:0px 0px 0px 0px;
    list-style-type:armenian;
    color: #3300ff;
    font-family:Book Antiqua;
    font-size:16px;
    margin-left:50px;    
}
.right ul li a {
text-decoration: none;
font-weight: 600;
}
.right ul li a:hover {

}


.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(images/menuh2.jpg) no-repeat;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type:armenian;
color: #3300ff;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 5px;
border-top: 1px dotted #aaa;
padding-top: 5px;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

.contador
{    
    margin-top:5px; 
    border: thin ridge #006666;
    font: 13px Arial;
    text-align: center;
    color: #CCFFFF;
    width: 130px;
    height: 18px;
    padding: 2px 0px 2px 0px;
    background: #0099CC;
    font-style: normal;
    font-weight: bold;
}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ 
color: #494E6B; 
} 
A.enlacenav:HOVER{ 
color: #3F7DE3; 
} 
