body{
	FONT-FAMILY: Verdana;
	background-color: #FFFFFF;
	text-align: center;
	margin: 10px;
	}
	
table.cabecera{
	height: 65px;
	}
	
	
table.contenido{
	border: 1px dotted #999999;
	margin-top: 10px;
	}
	
td.contenido-izquierdo{
	padding: 15px;
	text-align: left;
	width: 420px;
	}
	
td.contenido-izquierdo H1{
	font-size: 20px;
	color: #000000;
	}
	
td.contenido-izquierdo H2{
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	}
			
td.contenido-izquierdo a{
	font-size: 15px;
	color: #0000FF;
	font-weight: bold;
	}
	
td.contenido-izquierdo p{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 20px;
	}
			
td.contenido-derecho{
	width: 270px;
	text-align: left;
	padding: 15px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	}
	
td.contenido-derecho H1{
	font-size: 15px;
	color: #000000;
	}
		
td.contenido-derecho p{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 20px;
	}
	
td.contenido-derecho a{
	font-size: 13px;
	color: #0000FF;
	}
	
table.links{
	border: 1px dotted #666666;
	margin: 15px 0px 0px;
	}
	
td.contenido-links{
	padding: 10px;
	font-size: 11px;
	text-align: left;
	}
