
*{
margin:0px;
padding:0px;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	background-image:url(../img/bkg.jpg)
	background-attachment:fixed;
}

#contenedor{
	margin:0 auto;
	width:800px;
	height:100%;
	bgcolor:#D4CDB0;
	background-color:#FFFFFF;
	margin-top:10px;
	font-size:0px;
	padding: 15px;
	}

.titulo {
	font-size:24px;	
	color:#060;
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:30px;
	}
	
.titulo2 {
	font-size:14px;
	color:#000080;
	font-weight:bold;
	margin:15px; 0 15px 0;
	}

p.texto {
	font-size:12px;
	font-color: #544434; 
	margin-bottom:18px;
	text-align:justify;
		
	}
	

	




ul.tit li a{
	font-size:18px;	
	color:#003;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;	
	list-style-type:square;
	text-decoration:underline;
	
	
}
ul.tit li a:hover {
	color:#060;
	text-decoration:underline;
}
li.tit {
	font-size:16px;	
	color:#003;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	list-style-type:circle;
	}	