* {
    padding: 0;
    margin: 0;
} 

body {
    background: #e7e1c3;
	font: .74em  Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.entrada {
	text-decoration: none;
	color: #B5A873;
	font-weight:bold;
	font-size:15px;
}

a:hover.entrada {
	text-decoration: none;
	color: #993300;
	font-weight:bold;
	font-size:15px;
}

a.principio {
	text-decoration: none;
	color: #333;
	font-weight:bold;
	font-size:13px;
}

a:hover.principio {
	text-decoration: underline;
	color: #333;
	font-weight:bold;
	font-size:13px;
}

#wrap {
margin: 20px auto;
width: 800px;
background: #e7e1c3 url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #e7e1c3 url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #e7e1c3 url('images/botbg.jpg');
height: 30px;
}


.header {
height: 200px;
background: #fff;
}

.menu {
	width: 700px;
	margin: 0px;
	padding: 1% 1%;
	
	
}

a.menu {
	text-decoration: none;
	color: #993300;
	font-size: 11px;
	font-weight:bold;
	
}

a:hover.menu {
	text-decoration: none;
	background-color: #993300;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
}


#paginas {
	margin-top: 20px;
	
}

#paginas ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#paginas li {
	display: inline;
}

#paginas a {
	border: 1px solid #993300;
	background: #E7E1C3;
	padding:5px;
	
} 

#paginas a:hover {
	background: #FFF;
	border: 1px solid #993300;
	text-decoration: none;
	color: #993300;
}

#paginas .active a {
	background: #993300;
	border: 1px solid #993300;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}

	
.texto {
	width: 700px;
	margin: 0px;
	padding: 1% 1%;
	text-align: justify;
	color: #333;
	border-top:1px outset #993300;
}



.texto h2 { 	
	font-size: 17px; 
	margin-bottom: 15px; 
	margin-top: 15px;
	color:#993300;
	
	
}

.texto h3 { 	
	font-size: 13px; 
	margin-bottom: 5px; 
	color:#333333;
	font-weight:bold;
	
}

ol {
	margin-left: 30px;
}

li {
	margin-bottom: 7px;
}

.box { 
background: #FFF; 
padding: 20px; 
border: 1px solid #993300; 
color: #333; 
width:650px;
text-align:justify;
}

.box16 { 
	background: #FFF; 
	border: 1px solid #993300; 
	color: #333; 
	width:700px;
	text-align:center;
	margin-bottom:5px;

}

.box16 h2 { 	
	font-size: 13px;
	font-weight:bold;
	font-style:italic;
	margin:5px;
	padding:0;
	color: #333;
}


.simbolo { 
padding: 10px;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


.cssform p{
width: 300px;
clear: left;
margin-left: 100px;
padding: 5px 0 8px 0;
padding-left: 155px; 
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; 
width: 150px; 
}

.cssform input[type="text"]{ 
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

* html .threepxfix{
margin-left: 3px;
}


#footer {
	text-align: center;
	color: #666;
}


