div.disciplinas_contenido{
	margin:0 auto;
	width:1000px;
	background-image:url('../images/fondo_sifu_portada.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}
	div.disciplinas_dat{
			margin-top:58px;
			margin-bottom:55px;
			width:450px;
			float:left;
		}
			a.disciplinas_lnk1{
				margin-bottom:14px;
				text-decoration:none;
				text-align:center;
				border:5px solid #dddddd;
				display:block;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
				a.disciplinas_lnk1:hover{
					border:5px solid #da5a5a;
				}
				a.disciplinas_lnk1 img{
					margin-top:2px;
					margin-bottom:2px;
					width:436px;
					height:309px;
					border-width:0;
				}
			div.disciplinas_tex{
				margin:0 auto;
				width:450px;
			}
				div.disciplinas_tex h2{
					padding:2px 0 2px 0;
					font-family:"Palatino Linotype","Times New Roman",serif;
					font-size:25px;
					font-weight:normal;
					line-height:28px;
					color:#c51a24;
				}
				div.disciplinas_tex p{
					padding-top:5px;
					font-size:16px;
					text-align:justify;
				}
		div.disciplinas_mrg1{
			margin-left:30px;
		}
		div.disciplinas_mrg2{
			margin-left:40px;
		}
		div.disciplinas_mrg3{
			margin-bottom:90px!important;
		}
		div.disciplinas_brd1{
			margin-left:30px;
			height:1px;
			border-bottom:1px solid #c9c9c9;
		}