/** Css contenido index.php **/
#info_main1{
    text-align:left;
    position:relative;
	width:650px;
	padding-right:5px;
	float:left;
	height:auto;
}

#info_main1_head{
	width:650px;
	background-image:url(../images/welcome.jpg);
	background-repeat:no-repeat;
	background-color:#D1D1C6;
	padding-right:5px;
	height:20px;
	margin-bottom:30px;
	clear:both;
}

#info_main2{
	position:relative;
	width:265px;
	border-left-color:#D1D1C7;
	border-left-width: 2px;
	border-left-style: solid;
	height:auto;
	float:left;
	margin-left: 8px;
	text-align:left;
}

#info_main2_head{
	width:265px;
	background-repeat:no-repeat;
	background-color:#D1D1C6;
	background-image:url(../images/resource-point.jpg);
	height:20px;
	margin-bottom:30px;
}

#info_main2 #resources1{
	list-style-image:url(../images/point.jpg);
    float:left;
    padding-right:26px;
	padding-left:27px;
    display:inline;
    margin-top:0px;
	width:103px;
}
#info_main2 #resources2{
	list-style-image:url(../images/point.jpg);

}

.mainfont_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7F7F6B;
	text-align:justify;
	text-decoration: none;
}
.mainfont_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
	text-decoration: none;
}

p {
    text-align:justify;
}

