body
{
	margin-top:0px;	
}

.pag
{
	position:relative;
	width:900px;
	text-align:center;
	/*background:#000;*/
	margin:auto;
	margin-top:0;
}

.encabezado
{
	float:left;
	height:100px;
	width:900px;
	background:#999;
	
	
}

.menu
{
	float:left;
	width:900px;
	height:35px;
}


/* ----------------Fila 1 ------------------------   */
.fila1
{
	float:left;
	width:900px;
	height:300px;
	background:#fff;
}

.f1_c1
{
	float:left;
	width:450px;
	background:#fff;
}

.f1_c2
{
	float:left;
	width:450px;
	background:#fff;
}





/* ----------------Fila 2 ------------------------   */
.fila2
{
	float:left;
	width:900px;
	height:100px;
	margin-top:4px;
}

.f2_c1
{
	float:left;
	width:300px;
}

.f2_c2
{
	float:left;
	width:300px;
}

.f2_c3
{
	float:left;
	width:300px;
}


/* ----------------Fila 3 ------------------------   */
.fila3
{
	float:left;
	width:900px;
	height:auto;
	margin-top:10px;
}

.f3_c1
{
	float:left;
	width:229px;
	border-right:1px #999999 dotted;

}

.f3_c2
{
	float:left;
	width:229px;
	border-right:1px #999999 dotted;
	

}

.f3_c3
{
	float:left;
	width:440px;


}


.f1_p
{
width:100%;
height:100%;
}




.pie
{
	float:left;
	width:900px;
	height:50px;
	margin-top:10px;
}




.noti_titulo{
font-family:tahoma;
font-size:12px;
font-weight:bold;
color:#333333;
text-align:left;
margin-left:5px;
}
.noti_contenido{
font-family:tahoma;
font-size:12px;
color:#333333;
text-align:left;
padding-left:10px;
padding-top:10px;
padding-right:10px;
text-align:justify;
}
.noti_vinculo{
text-align:right;
font-family:tahoma;
font-size:12px;
padding-right:10px;
margin-top:10px;
}
.noti_vinculo a:link, a:visited, a:hover, a:actived{
color:#0099CC;
font-weight:bold;
text-decoration:none;

}

