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

body {
	background-image: url(images/aboutus_26.jpg);
	background-repeat:repeat-y;
}

.header{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#b00e0c;
}

.head1{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#b00e0c;
}

.head2{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4d3e3b;
	margin: 0; 
	padding: 0;
}

.head3{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	border:thin;
	padding:0px;
}
a:link {
	text-decoration: none;
	color: #4d3e3b;
}
a:visited {
	text-decoration: none;
	color: #4d3e3b;
}
a:hover {
	text-decoration: none;
	color: #b00e0c;
}
a:active {
	text-decoration: none;
	color: #4d3e3b;
}
a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.div_container { 
	position: relative; 
	width: 550px;
	margin: 0 auto;
	text-align: center; 
} 

.div_izq {
	position: absolute;
	top: 1px;
	left: 0;
	width: 150px;
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
}

.div_right{ 
	position: absolute;
	top: 1px;
	right: 0;
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
}

.tex{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
}