@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/textura1.jpg);
	background-repeat: repeat-x;
	background-color: #3F261D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}

h1 {
	font: 30px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e3b100;
	margin: 10px;
}

h2 {
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e3b100;
	margin: 10px;
}

.blancas {
	color: #ffffff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}

.blancas2 {
	color: #ffffff;
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}
.blancas3 {
	color: #ffffff;
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
}


p{
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
margin-top:10px;

}

.back {
	background-color: rgba(63,38,29,0.8);
}

div.img
{ 
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
	margin-bottom: 10px;
	margin-right: 7px;
	margin-left: 10px;
}

.style2 {color: #e3b100}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #e3b100;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style12 {font-size: 14px}
.style9 {color: #FFFFFF}