/**

 * CSS

 * (c) 2007 Darío G. Ruellan / D²

 */

 

#maintext #background {

	position: relative;

	z-index: 5;

	background-image: url(../images/grd_aboutus.jpg);

	background-position: 0 0;

	background-repeat: no-repeat;

	height: 500px;

	width: 530px;

}

#maintext #backgrounderror {

	position: relative;

	z-index: 5;

	background-image: url(../images/error.png);

	background-position: 0 0;

	background-repeat: no-repeat;

	height: 500px;

	width: 530px;

}

#maintext #text1 {

	position: absolute;

	left: 170px;

	top: 20px;

	width: 350px;

	line-height: 160%;

}

#maintext #text2 {

	position: absolute;

	left: 10px;

	top: 180px;

	width: 330px;

	line-height: 160%;

}



#maintext #text3 {

	position: absolute;

	left: 294px;

	top: 394px;

	width: 210px;

	line-height: 140%;

	font-weight: bold;

}

#maintext #text2 b#firma {
	
	position: relative;
	
	top: 5px;
	
}

#maintext #text2 a#inscrip {
	
	position: relative;
	
	top: 0px;

}

#maintext #text3 .contact {

	margin-top: 5px;

	font-size: 12px;

	font-weight: bold;

	text-align: center;

}

#maintext #text3 .contact a {

	background-color: white;

	padding: 6px;

	border-top: 1px solid gray;

	border-left: 1px solid gray;

	border-right: 1px solid gray;

}