
/* CSS Document */

#mision{
	width: 600px; 
	height: 400px;
	border: 1px solid #000000;
	background-color: #000000;
}

#body_mid #contenttr{
	width: 974px;
	height: 2200px;
	display:block;
	/*border: 1px solid #000000;*/
	/*background: url("../images/bg_content.gif") repeat-x;*/
	background-color: #FFFFFF;
}

#body_mid #contenttr #content{
	width: 974px;
	height: 2200px;
	/*border: 1px solid #000000;*/
}

#body_mid #contenttr #content #leftcol{
	/*border: 1px solid #000000;*/
	width: 625px;
	margin: 0px;
	height: 2150px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
	display:block;
}

#body_mid #contenttr #content #rightcol{
	/*border: 1px solid #000000;*/
	width: 314px;
	padding-top: 10px;
	/*padding-left: 7px;*/
	padding-right: 8px;
	margin: 0px;
	height: 2150px;
	float: right;
	display:block;
}

#body_mid #contenttr #content .titulos{
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	border-bottom: 1px dotted #000000;
	vertical-align: top;
	height: 10px;
}
