BODY {
	background: #cec49e;
	background-image: url('images/bg.png') ;
	}

FONT.xx-normal {
	font-family: times new roman, serif ;
	font-weight: normal ;
	font-size: 13px ;
	color: #4C4726;
	}

FONT.xx-negrita {
	font-family: times new roman, serif ;
	font-weight: bold ;
	font-size: 13px ;
	color: #4C4726;
	}

FONT.epigrafe {
	font-family: verdana, sans serif ;
	font-weight: normal ;
	font-size: 12px ;
	color: #4C4726;
	}

	
INPUT.input {
	border: solid #A0A0A0 ;
	border-width: 1;
	font-family: Verdana,sans;
	Font-size: 10
	}

TEXTAREA.textarea {
	border: solid #A0A0A0 ;
	border-width: 1;
	font-family: Verdana,sans;
	Font-size: 10
	}
	
SELECT {
	font-family: Verdana,sans;
	Font-size: 10;
	}

ACRONYM {
	border: 0;
	}
	
FIELDSET {
	border: solid #A0A0A0 ;
	border-width: 1;
        background-color: #F5F5F5;        
        margin-top: 10;
	font-family: Verdana,sans;
	Font-size: 14;
	}
	
A {
	font-family: tahoma,verdana,sans ;
	font-weight: normal;
	font-size: 12px;
	color: #286cb0;
	text-decoration: none;
	}

A:hover {
	font-family: tahoma,verdana,sans ;
	font-weight: normal ;
	font-size: 12px;
	color: #54aaff;
	text-decoration: none
	}

HR {
	border-top: dashed #bbbbbb;
	border-top-width: 1 ;
	border-bottom: dashed #F7EFDE;
	border-bottom-width: 1 ;
	border-left: dashed #F7EFDE;
	border-left-width: 1 ;
	border-right: dashed #F7EFDE;
	border-right-width: 1 ;
	}
