/* CSS Document */

body{ margin:0 auto;
	  text-align:center;
	  background-color:#EBF7FD;}
	  
.cont{
	margin:20px 0px;
	}
	
.normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#919191;
	text-align:justify;
	line-height:20px;
	}

.normal2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#919191;
	text-align:center;
	line-height:20px;
	}

a.normal2{
	text-decoration:none;
	color:#141B86;
	}

a.normal2:hover{
	text-decoration:underline;
	color:#000066;
	}

.alineaizq{
	text-align:left
	}