﻿body 
{
	font-family: Georgia; 
	font-size: 16px;
	margin: 0px; 
	padding: 0px;
	color: #333;
	background: #383A48 url(../Images/bg.jpg) repeat-x left top;
}

A
{
    text-decoration: none;
    color: #333;
}

A:hover
{
    text-decoration: none;
    color: #000;
}

H2 
{
    font-size: 24px;
    color: #111;
}

DIV 
{
    padding: 0px;
    margin: 0px;
}

#master 
{
    display: block;
	width: 928px;
	padding: 0px;
	margin: 0 auto;
}

#header
{
    display: block;
    height: 300px;
}

#header IMG { border: 0px; }

#menu, #menuCms
{
    display: block;
    background: url(../Images/menu.jpg) no-repeat left top;    
    height: 50px;
    padding-left: 10px;
}

#menu DIV, #menuCms DIV
{
    padding-top: 18px;
}

#menu A
{
    color: #DDD;
    text-decoration: none;
    font-size: 20px;
    margin-left: 18px;
    line-height: 22px;
}

#menuCms A
{
    color: #DDD;
    text-decoration: none;
    font-size: 16px;
    margin-left: 22px;
    line-height: 24px;
}


#menu A:hover, #menuCms A:hover
{
    color: #FFF;
}

#main
{
    display: block;
    float:left;
    background: url(../Images/main_bg.jpg) repeat-y left top; 
    min-height: 542px; 
    width: 928px;
}

#mainTop
{
    display: block;
    float:left;
    background: url(../Images/main.jpg) no-repeat left top;    
    min-height: 542px;
    width: 928px;
}

#mainLeft
{
    display: block;
    width: 580px;
    float: left;
    margin-left: 34px;
    margin-top: 20px;
}

#mainRight
{
    display: block;
    width: 280px;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}

#mainRight IMG 
{
    margin-bottom: 5px;
}

#content
{
    width: 560px;
    display: block;
    float:left;
    background: url(../Images/content_bg.jpg) repeat-y left top;
}

#contentTop
{
    width: 560px;
    display: block;
    float:left;
    background: url(../Images/content_top.jpg) no-repeat left top; 
}

#contentTop DIV
{
    display: block;
    float:left;
    padding: 0px;
    padding-bottom: 40px;
}

DIV.f16, DIV.f14
{
    margin: 20px;
}

DIV.f16 P
{
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    padding: 0px;
    
}

DIV.f14 P
{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding: 0px;
    
}

#contentBottom
{
    display: block;
    float:left;
    background: url(../Images/content_bottom.jpg) no-repeat left top;    
    height: 15px;
}

DIV.catalogo
{
    margin: 10px 0px;
    padding: 10px 0px;
     width: 520px;
     border-top: solid 1px #AAA;
     min-height: 200px;
}

DIV.catalogo IMG
{
    width: 80px;
    height: 80px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0px;
    float: left;
}

DIV.catalogo INPUT
{
    width: 80px;
    height: 80px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0px;
    float: left;
}

A.categoria
{
    font-size: 12px;
    display: block;
    float: left;
    padding: 5px;
    background-color: #EEE;
    border: solid 1px #BBB;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    margin-right: 5px;
    margin-bottom: 10px;
}

A.categoriaRed
{
    font-size: 12px;
    display: block;
    float: left;
    padding: 5px;
    background-color: #EEE;
    border: solid 1px #BBB;
    text-decoration: none;
    text-transform: uppercase;
    color: Red;
    margin-right: 5px;
    margin-bottom: 10px;
}

A.red
{
    color: Red;
}
