/* CSS Document */
body  {
	height:800px;
	padding:5px;
	background-color:#eee;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a:link { text-decoration:none;}     /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {text-decoration:none;}   /* mouse over link */
a:active {text-decoration:none;}   /* selected link */ 

H4	{	text-decoration:underline;
		text-align:left;	}
H5	{	font-style:normal;	}
ul	{	list-style-type:disc;	}
table	{	border:0px;		}
td	{	text-align:center;	vertical-align:top;	}
p,thead, tfoot, tbody {color:#333333;
		font-family:Verdana, Arial, Georgia, "MS Gothic"; 
		font-size:14px;
		text-align:left;	
		
}
img {border:0px;}
p	{	padding:0px 5px 0px 5px;	}
thead, tfoot, tbody { padding:5px;	}
.frmto, H4, H5 {	font-style:italic;color:#990000;	}
.actualidad {
		background-color:#fff;
		padding:30px 40px 20px 40px;
		margin:auto;
		border:1px solid #ccc;
		color:#333333;
		font-family:Arial, Georgia, "MS Gothic", Verdana; 
		font-size:14px; 
		vertical-align:top;
		text-align:left;
		width:900px;	
}


